Add day mode #32

This commit is contained in:
2022-09-05 17:01:59 -04:00
parent 7940532991
commit 8901219e66

View File

@ -9,6 +9,11 @@ automation:
event_data:
actionName: manual-night
id: manual-night
- platform: event
event_type: ios.action_fired
event_data:
actionName: manual-day
id: manual-day
action:
- if:
- condition: trigger
@ -16,4 +21,11 @@ automation:
then:
- service: button.press
target:
entity_id: button.master_bedroom_night_mode
entity_id: button.master_bedroom_night_mode
- if:
- condition: trigger
id: manual-day
then:
- service: button.press
target:
entity_id: button.master_bedroom_day_mode