@maurizio53 wrote:
I was using this wait_template with my google home device:
wait_template: "{{ is_state('media_player.home', 'idle') }}"
And all was working as expected. Now i want to use that template with one of my echo devices and used this template:
wait_template: "{{ is_state('media_player.echo_show_5', 'idle') }}"
But i noticed the echo devices doesn’t go to idle state as it remains always in standby state so the template doesn’t work.
How to change that template to have the automation working again ?
Posts: 4
Participants: 2