Enhance motion tracking and occupancy detection with new sensor configurations and improved logic

This commit is contained in:
2026-05-24 22:10:41 +02:00
parent f483c85502
commit 2c9044553e
4 changed files with 79 additions and 16 deletions

View File

@@ -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