feat: Disable forced holiday lighting when Christmas Season starts
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user