You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First off thanks. I am trying and failing to get the cuckoo-clock package to work. Some important notes- I know little to nothing about writing the YAML correctly, still learning. I don't use Alexa, I use Google. What I did- Copied the clock_chime.yaml into my packages and I changed line 120, - wait_template: '{{ not is_state("media_player.living_room_echo", "playing") }}' to my nesthub. Everything from there up is a exact copy. I am getting a error from this part-
service: script.alexa_voice
data:
who: living_room
message: > then your code for the chimes are listed
I have no idea how to change / configure /write that script which I am supposing is the issue. What is used for the action? Do I need to paste the {% if states("input_select.clock_chime_sound") == "Cuckoo Clock" %} {% if trigger.id == "30" %}... stuff in there somewhere?
also, I was checking the clock chime automation and the TRACE TIMEline is saying - Stopped because a condition failed at March 30, 2023 at 21:15:00 (runtime: 0.01 seconds)
I am sure these are simple problems but they are kicking my arse! any help is greatly appreciated.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
First off thanks. I am trying and failing to get the cuckoo-clock package to work. Some important notes- I know little to nothing about writing the YAML correctly, still learning. I don't use Alexa, I use Google. What I did- Copied the clock_chime.yaml into my packages and I changed line 120, - wait_template: '{{ not is_state("media_player.living_room_echo", "playing") }}' to my nesthub. Everything from there up is a exact copy. I am getting a error from this part-
data:
who: living_room
message: > then your code for the chimes are listed
I have no idea how to change / configure /write that script which I am supposing is the issue. What is used for the action? Do I need to paste the {% if states("input_select.clock_chime_sound") == "Cuckoo Clock" %} {% if trigger.id == "30" %}... stuff in there somewhere?
also, I was checking the clock chime automation and the TRACE TIMEline is saying - Stopped because a condition failed at March 30, 2023 at 21:15:00 (runtime: 0.01 seconds)
I am sure these are simple problems but they are kicking my arse! any help is greatly appreciated.
Beta Was this translation helpful? Give feedback.
All reactions