From 8901219e66857cb317e87bd727cb5c319674b133 Mon Sep 17 00:00:00 2001 From: Tony Stork Date: Mon, 5 Sep 2022 17:01:59 -0400 Subject: [PATCH] Add day mode #32 --- packages/apple.yaml | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/packages/apple.yaml b/packages/apple.yaml index a25ced8..9aa5ded 100644 --- a/packages/apple.yaml +++ b/packages/apple.yaml @@ -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 \ No newline at end of file + 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 \ No newline at end of file