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
@@ -0,0 +1,21 @@
alias: "Bridget Away"
id: automation_bridget_away
mode: restart
trigger:
- platform: state
entity_id:
- binary_sensor.bridget_home
to: "off"
- platform: time_pattern
minutes: "/5"
condition:
- condition: state
entity_id: input_boolean.bridget_home
state: "on"
- condition: state
entity_id: binary_sensor.bridget_home
state: "off"
action:
- service: input_boolean.turn_off
entity_id: input_boolean.bridget_home