the ambiance light of the desktop now properly turnoff when sleeping
This commit is contained in:
@@ -3,4 +3,6 @@ light_ambiance:
|
|||||||
class: SmartLight
|
class: SmartLight
|
||||||
entity: light.desk_ambiance
|
entity: light.desk_ambiance
|
||||||
|
|
||||||
smart_conditions: sensor.desk_last_motion < 3 and binary_sensor.is_dark_outside
|
smart_conditions:
|
||||||
|
trigger_conditions: sensor.desk_last_motion < 3 and binary_sensor.is_dark_outside
|
||||||
|
blocking_conditions: binary_sensor.is_desk_sleeping
|
||||||
Reference in New Issue
Block a user