mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 11:17:21 +00:00
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
25f09134b2
commit
b074b23979
@ -52,7 +52,7 @@ class DuotecnoClimate(DuotecnoEntity, ClimateEntity):
|
|||||||
_attr_translation_key = "duotecno"
|
_attr_translation_key = "duotecno"
|
||||||
|
|
||||||
@property
|
@property
|
||||||
def current_temperature(self) -> int | None:
|
def current_temperature(self) -> float | None:
|
||||||
"""Get the current temperature."""
|
"""Get the current temperature."""
|
||||||
return self._unit.get_cur_temp()
|
return self._unit.get_cur_temp()
|
||||||
|
|
||||||
|
@ -7,5 +7,5 @@
|
|||||||
"iot_class": "local_push",
|
"iot_class": "local_push",
|
||||||
"loggers": ["pyduotecno", "pyduotecno-node", "pyduotecno-unit"],
|
"loggers": ["pyduotecno", "pyduotecno-node", "pyduotecno-unit"],
|
||||||
"quality_scale": "silver",
|
"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
|
pyControl4==1.1.0
|
||||||
|
|
||||||
# homeassistant.components.duotecno
|
# homeassistant.components.duotecno
|
||||||
pyDuotecno==2023.11.1
|
pyDuotecno==2024.1.1
|
||||||
|
|
||||||
# homeassistant.components.electrasmart
|
# homeassistant.components.electrasmart
|
||||||
pyElectra==1.2.0
|
pyElectra==1.2.0
|
||||||
|
@ -1231,7 +1231,7 @@ pyCEC==0.5.2
|
|||||||
pyControl4==1.1.0
|
pyControl4==1.1.0
|
||||||
|
|
||||||
# homeassistant.components.duotecno
|
# homeassistant.components.duotecno
|
||||||
pyDuotecno==2023.11.1
|
pyDuotecno==2024.1.1
|
||||||
|
|
||||||
# homeassistant.components.electrasmart
|
# homeassistant.components.electrasmart
|
||||||
pyElectra==1.2.0
|
pyElectra==1.2.0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user