Compare commits

..
2 Commits
Author SHA1 Message Date
Pierre b129854f54 the ambiance light of the desktop now properly turnoff when sleeping 2026-08-05 09:30:10 +02:00
Pierre fa1ace8731 Made the bedroom a bit cooler 2026-08-05 09:29:38 +02:00
2 changed files with 4 additions and 2 deletions
+1 -1
View File
@@ -111,7 +111,7 @@ bedroom_heatpump:
auto: binary_sensor.heatpump_winter_mode or room_temperature > target_temperature + 1
quiet: True
target_temperature: sensor.target_temperature_heatpump # + 0.5
target_temperature: sensor.target_temperature_heatpump - 0.5
hvac_mode: "binary_sensor.heatpump_winter_mode ? 'heat' : 'cool'"
fan_mode: sensor.bedroom_heatpump_fan_mode
+3 -1
View File
@@ -3,4 +3,6 @@ light_ambiance:
class: SmartLight
entity: light.desk_ambiance
smart_conditions: sensor.desk_last_motion < 3 and binary_sensor.is_dark_outside
smart_conditions:
trigger_conditions: sensor.desk_last_motion < 3 and binary_sensor.is_dark_outside
blocking_conditions: binary_sensor.is_desk_sleeping