Added a motion light to the porche
This commit is contained in:
@@ -41,5 +41,14 @@ light_restroom:
|
|||||||
25: binary_sensor.day_interval_night
|
25: binary_sensor.day_interval_night
|
||||||
100: True
|
100: True
|
||||||
|
|
||||||
|
light_porche:
|
||||||
|
module: smartlight
|
||||||
|
class: SmartLight
|
||||||
|
entity: light.porche
|
||||||
|
|
||||||
|
smart_conditions:
|
||||||
|
trigger_conditions: sensor.porche_last_motion < 3
|
||||||
|
blocking_conditions: sensor.porche_motion_light_level > 10 and not self
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Reference in New Issue
Block a user