Enhance motion tracking and occupancy detection with new sensor configurations and improved logic
This commit is contained in:
@@ -24,4 +24,20 @@ light_mezzanine_02:
|
||||
light_brightness_pct:
|
||||
5: input_boolean.sleeping
|
||||
25: binary_sensor.day_interval_night
|
||||
100: True
|
||||
100: True
|
||||
|
||||
light_bookshelves:
|
||||
module: smartlight
|
||||
class: SmartLight
|
||||
entity: light.living_room_bookshelves
|
||||
|
||||
smart_conditions:
|
||||
trigger_conditions: binary_sensor.living_room_occupancy
|
||||
blocking_conditions:
|
||||
- sensor.mezzanine_motion_light_level > 10
|
||||
- binary_sensor.is_apple_tv_on and not binary_sensor.is_apple_tv_idle
|
||||
|
||||
#light_brightness_pct:
|
||||
# 5: input_boolean.sleeping
|
||||
# 25: binary_sensor.day_interval_night
|
||||
# 100: True
|
||||
Reference in New Issue
Block a user