Compare commits
1
Commits
0a285ecba6
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
3eaeeaf644 |
@@ -139,7 +139,7 @@ living_room_heatpump:
|
|||||||
virtual_sensors:
|
virtual_sensors:
|
||||||
sensors:
|
sensors:
|
||||||
binary_sensor.living_room_any_window_open: binary_sensor.living_room_french_door or binary_sensor.living_room_window
|
binary_sensor.living_room_any_window_open: binary_sensor.living_room_french_door or binary_sensor.living_room_window
|
||||||
binary_sensor.living_room_cant_open_window: binary_sensor.is_living_room_sleeping or binary_sensor.projector_on
|
binary_sensor.living_room_cant_open_window: binary_sensor.is_living_room_sleeping or binary_sensor.projector_on or sensor.ext_back_humidity > 65
|
||||||
value_selector.living_room_heatpump_fan_mode:
|
value_selector.living_room_heatpump_fan_mode:
|
||||||
auto: binary_sensor.heatpump_winter_mode or room_temperature > target_temperature + 1
|
auto: binary_sensor.heatpump_winter_mode or room_temperature > target_temperature + 1
|
||||||
quiet: True
|
quiet: True
|
||||||
|
|||||||
@@ -58,7 +58,7 @@ occupancy_sensors:
|
|||||||
blocking_conditions: not binary_sensor.someone_home
|
blocking_conditions: not binary_sensor.someone_home
|
||||||
binary_sensor.guestroom_occupancy:
|
binary_sensor.guestroom_occupancy:
|
||||||
trigger_conditions: binary_sensor.is_guestroom_sleeping or binary_sensor.day_interval_night
|
trigger_conditions: binary_sensor.is_guestroom_sleeping or binary_sensor.day_interval_night
|
||||||
blocking_conditions: not binary_sensor.someone_home
|
blocking_conditions: not binary_sensor.someone_home or not input_boolean.guestroom_occupied_tonight
|
||||||
retain_condition.desk_occupancy:
|
retain_condition.desk_occupancy:
|
||||||
retain_time: 5 * 60
|
retain_time: 5 * 60
|
||||||
conditions:
|
conditions:
|
||||||
|
|||||||
Reference in New Issue
Block a user