mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 19:27:45 +00:00
Bump incomfort-client to v0.6.7 (#136285)
* Bump incomfort-client to v0.6.7 * Fix mypy
This commit is contained in:
parent
544c4a0583
commit
ff7601e676
@ -108,7 +108,7 @@ class InComfortClimate(IncomfortEntity, ClimateEntity):
|
||||
|
||||
async def async_set_temperature(self, **kwargs: Any) -> None:
|
||||
"""Set a new target temperature for this zone."""
|
||||
temperature = kwargs.get(ATTR_TEMPERATURE)
|
||||
temperature: float = kwargs[ATTR_TEMPERATURE]
|
||||
await self._room.set_override(temperature)
|
||||
await self.coordinator.async_refresh()
|
||||
|
||||
|
@ -10,5 +10,5 @@
|
||||
"documentation": "https://www.home-assistant.io/integrations/incomfort",
|
||||
"iot_class": "local_polling",
|
||||
"loggers": ["incomfortclient"],
|
||||
"requirements": ["incomfort-client==0.6.4"]
|
||||
"requirements": ["incomfort-client==0.6.7"]
|
||||
}
|
||||
|
2
requirements_all.txt
generated
2
requirements_all.txt
generated
@ -1208,7 +1208,7 @@ ihcsdk==2.8.5
|
||||
imgw_pib==1.0.9
|
||||
|
||||
# homeassistant.components.incomfort
|
||||
incomfort-client==0.6.4
|
||||
incomfort-client==0.6.7
|
||||
|
||||
# homeassistant.components.influxdb
|
||||
influxdb-client==1.24.0
|
||||
|
2
requirements_test_all.txt
generated
2
requirements_test_all.txt
generated
@ -1022,7 +1022,7 @@ igloohome-api==0.0.6
|
||||
imgw_pib==1.0.9
|
||||
|
||||
# homeassistant.components.incomfort
|
||||
incomfort-client==0.6.4
|
||||
incomfort-client==0.6.7
|
||||
|
||||
# homeassistant.components.influxdb
|
||||
influxdb-client==1.24.0
|
||||
|
Loading…
x
Reference in New Issue
Block a user