blue_room to boys_room

This commit is contained in:
CeeWeasel
2025-10-10 20:24:52 -04:00
parent 10e297961b
commit 5b688e7c78
382 changed files with 8674 additions and 8739 deletions
@@ -1,22 +1,22 @@
alias: 'Garage open nobody home'
alias: "Garage open nobody home"
id: automation_garage_open_nobody_home
initial_state: 'on'
initial_state: "on"
trigger:
- platform: state
entity_id: binary_sensor.garage_open_nobody_home
to: 'on'
to: "on"
condition:
- condition: and
conditions:
- condition: state
entity_id: input_boolean.home_occupied
state: 'off'
- condition: state
entity_id: cover.garage_door
state: 'on'
- condition: state
entity_id: input_boolean.home_occupied
state: "off"
- condition: state
entity_id: cover.garage_door
state: "on"
action:
- service: notify.mobile_app_pixel_7
- action: notify.mobile_app_pixel_7
data:
message: The garage is open, but nobody is home
message: The garage is open, but nobody is home