Upgrade XS1 component to xs1-api-client v3.0.0 (#36500)
This commit is contained in:
parent
56c69d9a25
commit
233284056a
3 changed files with 3 additions and 3 deletions
|
@ -119,5 +119,5 @@ class XS1ThermostatEntity(XS1DeviceEntity, ClimateEntity):
|
|||
async def async_update(self):
|
||||
"""Also update the sensor when available."""
|
||||
await super().async_update()
|
||||
if self.sensor is None:
|
||||
if self.sensor is not None:
|
||||
await self.hass.async_add_executor_job(self.sensor.update)
|
||||
|
|
|
@ -2,6 +2,6 @@
|
|||
"domain": "xs1",
|
||||
"name": "EZcontrol XS1",
|
||||
"documentation": "https://www.home-assistant.io/integrations/xs1",
|
||||
"requirements": ["xs1-api-client==2.3.5"],
|
||||
"requirements": ["xs1-api-client==3.0.0"],
|
||||
"codeowners": []
|
||||
}
|
||||
|
|
|
@ -2224,7 +2224,7 @@ xknx==0.11.3
|
|||
xmltodict==0.12.0
|
||||
|
||||
# homeassistant.components.xs1
|
||||
xs1-api-client==2.3.5
|
||||
xs1-api-client==3.0.0
|
||||
|
||||
# homeassistant.components.yandex_transport
|
||||
ya_ma==0.3.8
|
||||
|
|
Loading…
Add table
Reference in a new issue