mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 03:07:37 +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:
|
try:
|
||||||
heaters = incomfort_data["heaters"] = list(await client.heaters)
|
heaters = incomfort_data["heaters"] = list(await client.heaters())
|
||||||
except ClientResponseError as err:
|
except ClientResponseError as err:
|
||||||
_LOGGER.warning("Setup failed, check your configuration, message is: %s", err)
|
_LOGGER.warning("Setup failed, check your configuration, message is: %s", err)
|
||||||
return False
|
return False
|
||||||
|
@ -5,5 +5,5 @@
|
|||||||
"documentation": "https://www.home-assistant.io/integrations/incomfort",
|
"documentation": "https://www.home-assistant.io/integrations/incomfort",
|
||||||
"iot_class": "local_polling",
|
"iot_class": "local_polling",
|
||||||
"loggers": ["incomfortclient"],
|
"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
|
ihcsdk==2.7.6
|
||||||
|
|
||||||
# homeassistant.components.incomfort
|
# homeassistant.components.incomfort
|
||||||
incomfort-client==0.4.4
|
incomfort-client==0.5.0
|
||||||
|
|
||||||
# homeassistant.components.influxdb
|
# homeassistant.components.influxdb
|
||||||
influxdb-client==1.24.0
|
influxdb-client==1.24.0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user