Update Holiday Groups

This commit is contained in:
2023-11-24 12:38:45 -07:00
parent ed36ab28b8
commit b9699b4dfd

View File

@@ -12,6 +12,27 @@ template:
{% set today = today_at('00:00') %} {% set today = today_at('00:00') %}
{{ xmas_start <= today and today < xmas_end }} {{ 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 # Holiday Automations
automation: automation: