mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 11:17:21 +00:00
Bump incomfort client library to 0.5.0 (#87877)
This commit is contained in:
parent
b054296c42
commit
ffc60d9091
@ -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
|
||||
|
@ -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"]
|
||||
}
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user