Bump hass-nabucassa to 0.68.0 (#94910)
* Bump hass-nabucassa to 0.68.0 * Add implementation of new abstract methodspull/91997/head
parent
609a573b55
commit
2bc5198390
|
@ -182,6 +182,12 @@ class CloudClient(Interface):
|
|||
if tasks:
|
||||
await asyncio.gather(*(task(None) for task in tasks))
|
||||
|
||||
async def cloud_connected(self) -> None:
|
||||
"""When cloud connected."""
|
||||
|
||||
async def cloud_disconnected(self) -> None:
|
||||
"""When cloud disconnected."""
|
||||
|
||||
async def cloud_started(self) -> None:
|
||||
"""When cloud is started."""
|
||||
|
||||
|
|
|
@ -8,5 +8,5 @@
|
|||
"integration_type": "system",
|
||||
"iot_class": "cloud_push",
|
||||
"loggers": ["hass_nabucasa"],
|
||||
"requirements": ["hass-nabucasa==0.67.1"]
|
||||
"requirements": ["hass-nabucasa==0.68.0"]
|
||||
}
|
||||
|
|
|
@ -19,7 +19,7 @@ cryptography==41.0.1
|
|||
dbus-fast==1.86.0
|
||||
fnv-hash-fast==0.3.1
|
||||
ha-av==10.1.0
|
||||
hass-nabucasa==0.67.1
|
||||
hass-nabucasa==0.68.0
|
||||
hassil==1.0.6
|
||||
home-assistant-bluetooth==1.10.0
|
||||
home-assistant-frontend==20230608.0
|
||||
|
|
|
@ -948,7 +948,7 @@ ha-philipsjs==3.1.0
|
|||
habitipy==0.2.0
|
||||
|
||||
# homeassistant.components.cloud
|
||||
hass-nabucasa==0.67.1
|
||||
hass-nabucasa==0.68.0
|
||||
|
||||
# homeassistant.components.splunk
|
||||
hass-splunk==0.1.1
|
||||
|
|
|
@ -743,7 +743,7 @@ ha-philipsjs==3.1.0
|
|||
habitipy==0.2.0
|
||||
|
||||
# homeassistant.components.cloud
|
||||
hass-nabucasa==0.67.1
|
||||
hass-nabucasa==0.68.0
|
||||
|
||||
# homeassistant.components.conversation
|
||||
hassil==1.0.6
|
||||
|
|
Loading…
Reference in New Issue