diff --git a/automations.yaml b/automations.yaml index ac95fd7..56f17b2 100644 --- a/automations.yaml +++ b/automations.yaml @@ -189,10 +189,6 @@ entity_id: group.adults from: not_home to: home - - platform: event - event_type: ios.action_fired - event_data: - actionName: We Are Home condition: - condition: not conditions: @@ -229,10 +225,6 @@ entity_id: group.adults from: home to: not_home - - platform: event - event_type: ios.action_fired - event_data: - actionName: We Are Leaving condition: - condition: state entity_id: input_boolean.guest_mode diff --git a/packages/ios.yaml b/packages/ios.yaml index e880c53..cc277da 100644 --- a/packages/ios.yaml +++ b/packages/ios.yaml @@ -56,19 +56,19 @@ ios: icon: icon: mdi:weather-night color: '#FFFFFF' - - name: We Are Home - background_color: '#00FF00' - label: - text: "We Are Home" - color: '#000000' - icon: - icon: mdi:home-account - color: '#000000' - - name: 'We Are Leaving' - background_color: '#FF0000' - label: - text: "We Are Leaving" - color: '#FFFFFF' - icon: - icon: mdi:shield - color: '#FFFFFF' \ No newline at end of file + # - name: We Are Home + # background_color: '#00FF00' + # label: + # text: "We Are Home" + # color: '#000000' + # icon: + # icon: mdi:home-account + # color: '#000000' + # - name: 'We Are Leaving' + # background_color: '#FF0000' + # label: + # text: "We Are Leaving" + # color: '#FFFFFF' + # icon: + # icon: mdi:shield + # color: '#FFFFFF' \ No newline at end of file