HA 재시작후 지그비 벽 스위치 버튼 자동화가 시작되는 것 방지하기.
재시작시 해당 자동화를 off하고 delay를 준 후 on.
- id: system-automation_off
alias: system-automation_off
trigger:
- platform: homeassistant
event: start
action:
- service: automation.turn_off
entity_id: automation.geosil_button3
- delay: 00:2:00
- service: automation.turn_on
entity_id: automation.geosil_button3
mode: single