mirror of
https://github.com/CeeWeasel/fresh-home.git
synced 2026-08-09 18:40:14 -04:00
initial push
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
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:
|
||||
- service: input_select.select_option
|
||||
data:
|
||||
entity_id: input_select.season
|
||||
option: Summer
|
||||
Reference in New Issue
Block a user