Bump incomfort-client to v0.6.7 (#136285)

* Bump incomfort-client to v0.6.7

* Fix mypy
pull/133386/head^2
Jan Bouwhuis 2025-01-22 23:30:10 +01:00 committed by GitHub
parent 544c4a0583
commit ff7601e676
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 4 additions and 4 deletions

View File

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

View File

@ -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
View File

@ -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

View File

@ -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