mirror of
https://github.com/CeeWeasel/fresh-home.git
synced 2026-08-09 18:40:14 -04:00
17 lines
369 B
YAML
17 lines
369 B
YAML
alias: "Season is Summer"
|
|
id: automation_season_is_summer
|
|
initial_state: "on"
|
|
trigger:
|
|
- platform: homeassistant
|
|
event: start
|
|
- platform: time
|
|
at: "03:00:00"
|
|
condition:
|
|
- condition: template
|
|
value_template: "{{ 9 > now().month > 5 }}"
|
|
action:
|
|
- action: input_select.select_option
|
|
data:
|
|
entity_id: input_select.season
|
|
option: Summer
|