add The Frame and w4000i integration
This commit is contained in:
@@ -3,6 +3,9 @@ virtual_sensors:
|
||||
class: VirtualSensorsApp
|
||||
priority: 10 # default priority app is 50, since most of them require sensors created by virtual sensors, it's important that virtual_sensors start first
|
||||
|
||||
default_values:
|
||||
binary_sensor.tv_on: false
|
||||
|
||||
sensors:
|
||||
binary_sensor.someone_home: person.maeva == 'home' or person.pierre == 'home' or (input_boolean.use_red_shelly_presence and binary_sensor.red_shelly_home)
|
||||
binary_sensor.is_dark_outside: sun.sun == 'below_horizon'
|
||||
@@ -20,6 +23,7 @@ virtual_sensors:
|
||||
0:
|
||||
- not binary_sensor.living_room_occupancy
|
||||
- binary_sensor.projector_on and not binary_sensor.is_vertex2_content_idle
|
||||
- binary_sensor.tv_on
|
||||
- light.living_room
|
||||
- sensor.mezzanine_motion_light_level > 15
|
||||
- binary_sensor.is_living_room_sleeping
|
||||
|
||||
Reference in New Issue
Block a user