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,27 @@
alias: People Count Changed
id: automation_people_count_changed
mode: queued
trigger:
- platform: state
entity_id: sensor.people_count
- platform: homeassistant
event: start
action:
- choose:
- conditions:
- condition: state
entity_id: person.clint
state: 'home'
- condition: numeric_state
entity_id: sensor.people_count
above: 0
below: 2
sequence:
- service: homeassistant.turn_on
entity_id: input_boolean.clint_home_alone
default:
- service: homeassistant.turn_off
entity_id: input_boolean.clint_home_alone