Taverna-Garage-light-automation
This commit is contained in:
@@ -118,13 +118,13 @@ actions:
|
||||
target: !input light_target
|
||||
data:
|
||||
brightness_pct: states('dont_disturb_light_brightness')
|
||||
color_temp_kelvin: 2700
|
||||
color_temp_kelvin: 2500
|
||||
else:
|
||||
- action: light.turn_on
|
||||
target: !input light_target
|
||||
data:
|
||||
brightness_pct: 100
|
||||
color_temp_kelvin: 2700
|
||||
color_temp_kelvin: 2500
|
||||
|
||||
else:
|
||||
- action: light.turn_off
|
||||
@@ -148,13 +148,13 @@ actions:
|
||||
target: !input light_target
|
||||
data:
|
||||
brightness_pct: states('dont_disturb_light_brightness')
|
||||
color_temp_kelvin: 2700
|
||||
color_temp_kelvin: 2500
|
||||
else:
|
||||
- action: light.turn_on
|
||||
target: !input light_target
|
||||
data:
|
||||
brightness_pct: 100
|
||||
color_temp_kelvin: 2700
|
||||
color_temp_kelvin: 2500
|
||||
|
||||
else:
|
||||
- action: light.turn_off
|
||||
|
||||
Reference in New Issue
Block a user