initial push

This commit is contained in:
CeeWeasel
2024-04-14 14:08:56 -04:00
commit 53bf393d14
1111 changed files with 71730 additions and 0 deletions
+26
View File
@@ -0,0 +1,26 @@
alias: Clint WFH
id: automation_clint_wfh
mode: restart
trigger:
- platform: state
entity_id: binary_sensor.clint_work_from_home
- platform: homeassistant
event: start
action:
- choose:
- conditions:
- condition: state
entity_id: binary_sensor.clint_work_from_home
state: 'on'
sequence:
- service: homeassistant.turn_on
entity_id: input_boolean.clint_work_from_home
- conditions:
- condition: state
entity_id: binary_sensor.clint_work_from_home
state: 'off'
sequence:
- service: homeassistant.turn_off
entity_id: input_boolean.clint_work_from_home