add light diming at night
This commit is contained in:
@@ -9,7 +9,7 @@ light_corridor:
|
|||||||
|
|
||||||
light_brightness_pct:
|
light_brightness_pct:
|
||||||
1: input_boolean.sleeping
|
1: input_boolean.sleeping
|
||||||
#25: sensor.day_interval == 'Nuit'
|
25: binary_sensor.day_interval_night
|
||||||
100: True
|
100: True
|
||||||
|
|
||||||
light_hallway:
|
light_hallway:
|
||||||
@@ -23,7 +23,7 @@ light_hallway:
|
|||||||
|
|
||||||
light_brightness_pct:
|
light_brightness_pct:
|
||||||
1: input_boolean.sleeping
|
1: input_boolean.sleeping
|
||||||
#25: sensor.day_interval == 'Nuit'
|
25: binary_sensor.day_interval_night
|
||||||
100: True
|
100: True
|
||||||
|
|
||||||
light_restroom:
|
light_restroom:
|
||||||
@@ -37,5 +37,5 @@ light_restroom:
|
|||||||
|
|
||||||
light_brightness_pct:
|
light_brightness_pct:
|
||||||
1: input_boolean.sleeping
|
1: input_boolean.sleeping
|
||||||
#25: sensor.day_interval == 'Nuit'
|
25: binary_sensor.day_interval_night
|
||||||
100: True
|
100: True
|
||||||
Reference in New Issue
Block a user