Bump hass-nabucassa to 0.68.0 (#94910)

* Bump hass-nabucassa to 0.68.0

* Add implementation of new abstract methods
pull/91997/head
Erik Montnemery 2023-06-20 13:52:21 +02:00 committed by GitHub
parent 609a573b55
commit 2bc5198390
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 10 additions and 4 deletions

View File

@ -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."""

View File

@ -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"]
}

View File

@ -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

View File

@ -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

View File

@ -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