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,11 +1,11 @@
initial_state: 'off'
alias: 'clint home after work'
initial_state: "off"
alias: "clint home after work"
id: automation_home_after_work
#description:
trigger:
platform: state
entity_id: device_tracker.pixel_7
to: 'home'
to: "home"
for:
minutes: 10
condition:
@@ -13,17 +13,17 @@ condition:
conditions:
- condition: state
entity_id: input_boolean.notify_clint_work
state: 'on'
state: "on"
- condition: or
conditions:
- condition: time
after: '15:00:00'
weekday:
- mon
- tue
- wed
- thu
- fri
- condition: time
after: "15:00:00"
weekday:
- mon
- tue
- wed
- thu
- fri
action:
- service: homeassistant.turn_off
- action: homeassistant.turn_off
entity_id: automation.clint_home_after_work