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-01 23:45:31 +01:00 committed by Franck Nijhof
parent b1a55e9b19
commit 6ca3c7a673
No known key found for this signature in database
GPG key ID: D62583BA8AB11CA3
4 changed files with 4 additions and 4 deletions

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()

View file

@ -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"]
}

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

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