Turn off Alexa DND mode at specific times
This commit is contained in:
@ -570,6 +570,7 @@
|
||||
entity_id:
|
||||
- switch.master_bedroom_fan_socket_1
|
||||
- switch.master_bedroom_aircon
|
||||
- switch.master_bedroom_echo_dot_do_not_disturb_switch
|
||||
default:
|
||||
- service: script.text_notify_tony
|
||||
data:
|
||||
|
@ -47,6 +47,11 @@ automation:
|
||||
action:
|
||||
- service: input_boolean.turn_on
|
||||
entity_id: input_boolean.audible_notifications
|
||||
- service: switch.turn_off
|
||||
target:
|
||||
entity_id:
|
||||
- switch.basement_echo_dot_do_not_disturb_switch
|
||||
- switch.living_room_echo_dot_do_not_disturb_switch
|
||||
|
||||
# Turn off audible notifications if they have't been turned off yet.
|
||||
- id: e0e9c774-6abe-42aa-bdab-32108bebb0e9
|
||||
|
Reference in New Issue
Block a user