Changed order of arrival automation to avoid hangs

This commit is contained in:
2022-09-01 02:17:30 -04:00
parent a0bea95934
commit 1fc641e6b1

View File

@@ -290,7 +290,6 @@ script:
entity_id: switch.presence_simulation entity_id: switch.presence_simulation
data: {} data: {}
- service: script.security_disarm - service: script.security_disarm
- service: script.welcome_home
- service: switch.turn_off - service: switch.turn_off
target: target:
entity_id: entity_id:
@@ -342,5 +341,6 @@ script:
entity_id: input_select.dining_room_lamp_scenes entity_id: input_select.dining_room_lamp_scenes
data: data:
option: Full option: Full
- service: script.welcome_home
mode: single mode: single
icon: mdi:home-account icon: mdi:home-account