From fa1ace873196a52c950baf208007ebf969b0b273 Mon Sep 17 00:00:00 2001 From: Pierre Date: Wed, 5 Aug 2026 09:29:38 +0200 Subject: [PATCH] Made the bedroom a bit cooler --- apps/global/heating.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/global/heating.yaml b/apps/global/heating.yaml index a669dc8..efda976 100644 --- a/apps/global/heating.yaml +++ b/apps/global/heating.yaml @@ -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