Add fresh zone for ref #126

This commit is contained in:
Andre Basche
2023-11-20 17:35:58 +01:00
parent a00b80be95
commit e67b9ff5b1
23 changed files with 141 additions and 29 deletions
+7
View File
@@ -164,6 +164,13 @@ NUMBERS: dict[str, tuple[NumberEntityDescription, ...]] = {
native_unit_of_measurement=UnitOfTemperature.CELSIUS,
translation_key="freezer_temp_sel",
),
HonNumberEntityDescription(
key="settings.tempSelZ3",
name="MyZone Temperature",
icon="mdi:thermometer",
native_unit_of_measurement=UnitOfTemperature.CELSIUS,
translation_key="my_zone_temp_sel",
),
),
"AP": (
HonNumberEntityDescription(