Bump incomfort-client to v0.6.7 (#136285)
* Bump incomfort-client to v0.6.7 * Fix mypypull/133386/head^2
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"]
|
||||
}
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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…
Reference in New Issue