initial commit

This commit is contained in:
2025-02-07 12:46:24 -05:00
commit 8dfb36a3f1
183 changed files with 9212 additions and 0 deletions

View File

@ -0,0 +1,22 @@
---
- alias: "[Bedroom Olivia] Occupancy to True"
trigger:
platform: state
entity_id:
- binary_sensor.presence_bedroom_olivia_sensor_1
from: "off"
to: "on"
action:
service: input_boolean.turn_on
entity_id: input_boolean.occupancy_bedroom_olivia
- alias: "[Bedroom Olivia] Occupancy to False"
trigger:
platform: state
entity_id:
- binary_sensor.presence_bedroom_olivia_sensor_1
from: "on"
to: "off"
action:
service: input_boolean.turn_off
entity_id: input_boolean.occupancy_bedroom_olivia