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
+16 -16
View File
@@ -1,30 +1,30 @@
alias: 'Season is Winter'
alias: "Season is Winter"
id: automation_season_is_winter
initial_state: 'on'
initial_state: "on"
trigger:
- platform: homeassistant
event: start
- platform: time
at: '03:00:00'
at: "03:00:00"
condition:
- condition: and
conditions:
- condition: template
value_template: '{{ ( now().month == 12 ) or ( now().month < 3 ) }}'
- condition: or
conditions:
# Either after the 1st of January
- condition: template
value_template: '{{ now().month == 1 and now().day >= 1 }}'
- condition: and
value_template: "{{ ( now().month == 12 ) or ( now().month < 3 ) }}"
- condition: or
conditions:
# or before the 12th of December and we've not turned it on early
- condition: template
value_template: '{{ now().month == 12 and now().day < 12 }}'
- condition: template
value_template: '{{ states("input_select.season") != "Christmas" }}'
# Either after the 1st of January
- condition: template
value_template: "{{ now().month == 1 and now().day >= 1 }}"
- condition: and
conditions:
# or before the 12th of December and we've not turned it on early
- condition: template
value_template: "{{ now().month == 12 and now().day < 12 }}"
- condition: template
value_template: '{{ states("input_select.season") != "Christmas" }}'
action:
- service: input_select.select_option
- action: input_select.select_option
data:
entity_id: input_select.season
option: Winter