garage light doesn't check light level if the door is close
This commit is contained in:
@@ -5,7 +5,7 @@ light_garage:
|
|||||||
|
|
||||||
smart_conditions:
|
smart_conditions:
|
||||||
trigger_conditions: sensor.garage_last_motion < 3
|
trigger_conditions: sensor.garage_last_motion < 3
|
||||||
blocking_conditions: sensor.garage_motion_light_level > 10
|
blocking_conditions: sensor.garage_motion_light_level > 10 and binary_sensor.garage_entrance
|
||||||
|
|
||||||
p1p_light:
|
p1p_light:
|
||||||
module: smartswitch
|
module: smartswitch
|
||||||
|
|||||||
Reference in New Issue
Block a user