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:
parent
b1a55e9b19
commit
6ca3c7a673
4 changed files with 4 additions and 4 deletions
|
@ -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"]
|
||||
}
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue