diff --git a/packages/holiday/holiday.yaml b/packages/holiday/holiday.yaml index fe7c208..55d626d 100644 --- a/packages/holiday/holiday.yaml +++ b/packages/holiday/holiday.yaml @@ -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: