Bump pyduotecno to 2024.1.1 (#106801)

* Bump pyduotecno to 2024.0.1

* Bump pyduotecno to 2024.1.0

* small update
This commit is contained in:
Maikel Punie
2024-01-02 12:58:49 +01:00
committed by Franck Nijhof
parent b1a55e9b19
commit 6ca3c7a673
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -52,7 +52,7 @@ class DuotecnoClimate(DuotecnoEntity, ClimateEntity):
_attr_translation_key = "duotecno"
@property
def current_temperature(self) -> int | None:
def current_temperature(self) -> float | None:
"""Get the current temperature."""
return self._unit.get_cur_temp()
@@ -7,5 +7,5 @@
"iot_class": "local_push",
"loggers": ["pyduotecno", "pyduotecno-node", "pyduotecno-unit"],
"quality_scale": "silver",
"requirements": ["pyDuotecno==2023.11.1"]
"requirements": ["pyDuotecno==2024.1.1"]
}
+1 -1
View File
@@ -1599,7 +1599,7 @@ pyCEC==0.5.2
pyControl4==1.1.0
# homeassistant.components.duotecno
pyDuotecno==2023.11.1
pyDuotecno==2024.1.1
# homeassistant.components.electrasmart
pyElectra==1.2.0
+1 -1
View File
@@ -1234,7 +1234,7 @@ pyCEC==0.5.2
pyControl4==1.1.0
# homeassistant.components.duotecno
pyDuotecno==2023.11.1
pyDuotecno==2024.1.1
# homeassistant.components.electrasmart
pyElectra==1.2.0