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