Add sleep sensor configurations and update conditions for light controls
This commit is contained in:
@@ -8,7 +8,7 @@ light_mezzanine_01:
|
||||
blocking_conditions: sensor.mezzanine_motion_light_level > 10 and not self
|
||||
|
||||
light_brightness_pct:
|
||||
15: input_boolean.sleeping
|
||||
15: binary_sensor.is_everybody_sleeping
|
||||
35: binary_sensor.day_interval_night
|
||||
100: True
|
||||
|
||||
@@ -22,7 +22,7 @@ light_mezzanine_02:
|
||||
blocking_conditions: sensor.mezzanine_motion_light_level > 10 and not self
|
||||
|
||||
light_brightness_pct:
|
||||
5: input_boolean.sleeping
|
||||
5: binary_sensor.is_everybody_sleeping
|
||||
25: binary_sensor.day_interval_night
|
||||
100: True
|
||||
|
||||
@@ -38,7 +38,7 @@ light_bookshelves:
|
||||
- binary_sensor.is_apple_tv_on and not binary_sensor.is_apple_tv_idle
|
||||
|
||||
#light_brightness_pct:
|
||||
# 5: input_boolean.sleeping
|
||||
# 5: binary_sensor.is_everybody_sleeping
|
||||
# 25: binary_sensor.day_interval_night
|
||||
# 100: True
|
||||
|
||||
|
||||
Reference in New Issue
Block a user