Update Holiday Groups
This commit is contained in:
@@ -12,6 +12,27 @@ template:
|
||||
{% set today = today_at('00:00') %}
|
||||
{{ xmas_start <= today and today < xmas_end }}
|
||||
|
||||
# -----------------------------------------------------------------------------
|
||||
# Holiday Groups
|
||||
group:
|
||||
holiday_outdoor_lights:
|
||||
name: Holiday Outdoor Lights
|
||||
entities:
|
||||
- switch.christmas_lights_roof
|
||||
- switch.christmas_lights_shrubs
|
||||
- switch.christmas_lights_front
|
||||
|
||||
holiday_arch_lights:
|
||||
name: Holiday Archway Lights
|
||||
entities:
|
||||
- light.arches_east
|
||||
- light.arches_west
|
||||
|
||||
holiday_indoor_lights:
|
||||
name: Holiday Indoor Lights
|
||||
entities:
|
||||
- switch.christmas_tree
|
||||
|
||||
# -----------------------------------------------------------------------------
|
||||
# Holiday Automations
|
||||
automation:
|
||||
|
||||
Reference in New Issue
Block a user