living room occupancy stay on while the projector is on
This commit is contained in:
@@ -40,10 +40,13 @@ occupancy_sensors:
|
|||||||
|
|
||||||
default_values:
|
default_values:
|
||||||
binary_sensor.someone_home: off
|
binary_sensor.someone_home: off
|
||||||
|
binary_sensor.projector_on: off
|
||||||
|
|
||||||
sensors:
|
sensors:
|
||||||
binary_sensor.living_room_occupancy:
|
binary_sensor.living_room_occupancy:
|
||||||
trigger_conditions: sensor.living_room_last_motion <= 5
|
trigger_conditions:
|
||||||
|
- sensor.living_room_last_motion <= 5
|
||||||
|
- binary_sensor.projector_on
|
||||||
binary_sensor.kitchen_occupancy:
|
binary_sensor.kitchen_occupancy:
|
||||||
trigger_conditions: sensor.kitchen_last_motion <= 5
|
trigger_conditions: sensor.kitchen_last_motion <= 5
|
||||||
binary_sensor.garage_occupancy:
|
binary_sensor.garage_occupancy:
|
||||||
|
|||||||
Reference in New Issue
Block a user