mirror of
https://github.com/CeeWeasel/fresh-home.git
synced 2026-08-10 02:50:12 -04:00
blue_room to boys_room
This commit is contained in:
@@ -1,21 +1,21 @@
|
||||
alias: 'Season is Spring'
|
||||
alias: "Season is Spring"
|
||||
id: automation_season_is_spring
|
||||
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: '{{ 6 > now().month > 2 }}'
|
||||
- condition: template
|
||||
value_template: '{{ states.calendar.holidays_in_united_states.attributes.message not in "Good Friday" "Easter Sunday" "Easter Monday" }}'
|
||||
- condition: template
|
||||
value_template: "{{ 6 > now().month > 2 }}"
|
||||
- condition: template
|
||||
value_template: '{{ states.calendar.holidays_in_united_states.attributes.message not in "Good Friday" "Easter Sunday" "Easter Monday" }}'
|
||||
|
||||
action:
|
||||
- service: input_select.select_option
|
||||
- action: input_select.select_option
|
||||
data:
|
||||
entity_id: input_select.season
|
||||
option: Spring
|
||||
|
||||
Reference in New Issue
Block a user