feat: Disable forced holiday lighting when Christmas Season starts

This commit is contained in:
2024-11-09 08:05:39 -08:00
parent 1672388604
commit 358622b374

View File

@@ -165,3 +165,15 @@ automation:
entity_id: entity_id:
- light.arches_east - light.arches_east
- light.arches_west - light.arches_west
- alias: Holiday - Turn Off Overrides when Christmas Season Starts
trigger:
- platform: state
entity_id: binary_sensor.is_christmas_season
to: 'on'
action:
- service: input_boolean.turn_off
target:
entity_id:
- input_boolean.holiday_override_lights_night
- input_boolean.holiday_override_lights_morning