Bump incomfort client library to 0.5.0 (#87877)

This commit is contained in:
David Bonnes 2023-02-12 17:27:08 +00:00 committed by GitHub
parent b054296c42
commit ffc60d9091
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -53,7 +53,7 @@ async def async_setup(hass: HomeAssistant, hass_config: ConfigType) -> bool:
)
try:
heaters = incomfort_data["heaters"] = list(await client.heaters)
heaters = incomfort_data["heaters"] = list(await client.heaters())
except ClientResponseError as err:
_LOGGER.warning("Setup failed, check your configuration, message is: %s", err)
return False

View File

@ -5,5 +5,5 @@
"documentation": "https://www.home-assistant.io/integrations/incomfort",
"iot_class": "local_polling",
"loggers": ["incomfortclient"],
"requirements": ["incomfort-client==0.4.4"]
"requirements": ["incomfort-client==0.5.0"]
}

View File

@ -967,7 +967,7 @@ iglo==1.2.7
ihcsdk==2.7.6
# homeassistant.components.incomfort
incomfort-client==0.4.4
incomfort-client==0.5.0
# homeassistant.components.influxdb
influxdb-client==1.24.0