diff --git a/config/automation/System/watchdog_light.yaml b/config/automation/System/watchdog_light.yaml index 2fe63a03..d96da75e 100755 --- a/config/automation/System/watchdog_light.yaml +++ b/config/automation/System/watchdog_light.yaml @@ -76,13 +76,15 @@ value_template: "{{ trigger.from_state is not none and trigger.from_state.state != 'unavailable' }}" action: - - service: notify.alexa_media_kitchen - data: - message: "The Kitchen Accent plug was switched off. Please turn it back on." - data: - type: announce - service: script.notify_engine data: title: "Kitchen Accent Power" value1: "The Kitchen Accent plug was switched off. Please turn it back on." who: 'parents' + + - service: notify.alexa_media_kitchen + data: + message: "The Kitchen Accent plug was switched off. Please turn it back on." + data: + type: announce +