1
0
Fork 0

Increase temperature stepsize

This commit is contained in:
Malte 2023-01-29 17:16:50 +01:00
parent aae452e5c3
commit 13ff26d306

View file

@ -535,21 +535,21 @@ in {
unit_of_measurement = "°C"; unit_of_measurement = "°C";
min = "16"; min = "16";
max = "23"; max = "23";
step = "0.25"; step = "0.5";
}; };
target_temperature_wohnzimmer = { target_temperature_wohnzimmer = {
name = "Zieltemperatur Wohnzimmer"; name = "Zieltemperatur Wohnzimmer";
unit_of_measurement = "°C"; unit_of_measurement = "°C";
min = "16"; min = "16";
max = "23"; max = "23";
step = "0.25"; step = "0.5";
}; };
target_temperature_kueche = { target_temperature_kueche = {
name = "Zieltemperatur Küche"; name = "Zieltemperatur Küche";
unit_of_measurement = "°C"; unit_of_measurement = "°C";
min = "16"; min = "16";
max = "23"; max = "23";
step = "0.25"; step = "0.5";
}; };
}; };
system_health = {}; system_health = {};