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
@@ -3,18 +3,18 @@ id: automation_front_room_tv_standby
trigger:
- platform: state
entity_id: media_player.front_room_tv
to: 'standby'
for: '00:05:00'
to: "standby"
for: "00:05:00"
condition:
- condition: state
entity_id: input_boolean.lighting_automations
state: 'on'
- condition: state
entity_id: input_boolean.lighting_automations
state: "on"
action:
- service: input_select.select_option
- action: input_select.select_option
data_template:
entity_id: input_select.front_room_mode
option: "{{ states('input_text.front_room_mode') }}"
- service: automation.trigger
- action: automation.trigger
entity_id: automation.front_room_lights_to_on