Remove old ios presence buttons #32

This commit is contained in:
2023-02-08 12:49:38 -05:00
parent 41fe9f71b3
commit a90b947c45
2 changed files with 16 additions and 24 deletions

View File

@ -189,10 +189,6 @@
entity_id: group.adults entity_id: group.adults
from: not_home from: not_home
to: home to: home
- platform: event
event_type: ios.action_fired
event_data:
actionName: We Are Home
condition: condition:
- condition: not - condition: not
conditions: conditions:
@ -229,10 +225,6 @@
entity_id: group.adults entity_id: group.adults
from: home from: home
to: not_home to: not_home
- platform: event
event_type: ios.action_fired
event_data:
actionName: We Are Leaving
condition: condition:
- condition: state - condition: state
entity_id: input_boolean.guest_mode entity_id: input_boolean.guest_mode

View File

@ -56,19 +56,19 @@ ios:
icon: icon:
icon: mdi:weather-night icon: mdi:weather-night
color: '#FFFFFF' color: '#FFFFFF'
- name: We Are Home # - name: We Are Home
background_color: '#00FF00' # background_color: '#00FF00'
label: # label:
text: "We Are Home" # text: "We Are Home"
color: '#000000' # color: '#000000'
icon: # icon:
icon: mdi:home-account # icon: mdi:home-account
color: '#000000' # color: '#000000'
- name: 'We Are Leaving' # - name: 'We Are Leaving'
background_color: '#FF0000' # background_color: '#FF0000'
label: # label:
text: "We Are Leaving" # text: "We Are Leaving"
color: '#FFFFFF' # color: '#FFFFFF'
icon: # icon:
icon: mdi:shield # icon: mdi:shield
color: '#FFFFFF' # color: '#FFFFFF'