add The Frame and w4000i integration

This commit is contained in:
2026-08-01 11:26:40 +02:00
parent e4c63e19a0
commit 736c03a034
6 changed files with 634 additions and 7 deletions
+4
View File
@@ -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