mirror of
https://github.com/CCOSTAN/Home-AssistantConfig.git
synced 2025-12-03 11:31:42 +00:00
Refactor automation configurations to comment out kitchen door triggers and conditions across multiple files.. #cleanup - Also added a schedule to flip Vacuum from Mop to Sweep for weekdays.
This commit is contained in:
@@ -37,8 +37,8 @@
|
||||
- wait_template: "{{ states.binary_sensor.mcu1_gpio12.state == 'on' }}"
|
||||
timeout: '00:05:00'
|
||||
|
||||
- wait_template: "{{ states.binary_sensor.kitchen_door.state == 'on' }}"
|
||||
timeout: '00:1:00'
|
||||
# - wait_template: "{{ states.binary_sensor.kitchen_door.state == 'on' }}"
|
||||
# timeout: '00:1:00'
|
||||
|
||||
- delay: '00:01:00'
|
||||
- service: script.speech_engine
|
||||
|
||||
Reference in New Issue
Block a user