diff --git a/homeassistant/components/cloud/client.py b/homeassistant/components/cloud/client.py index dff3bdcdbdd..65be6a5e2c2 100644 --- a/homeassistant/components/cloud/client.py +++ b/homeassistant/components/cloud/client.py @@ -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.""" diff --git a/homeassistant/components/cloud/manifest.json b/homeassistant/components/cloud/manifest.json index d352b7226f0..1c340216b73 100644 --- a/homeassistant/components/cloud/manifest.json +++ b/homeassistant/components/cloud/manifest.json @@ -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"] } diff --git a/homeassistant/package_constraints.txt b/homeassistant/package_constraints.txt index 7802a76f7a8..4f97ec243c0 100644 --- a/homeassistant/package_constraints.txt +++ b/homeassistant/package_constraints.txt @@ -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 diff --git a/requirements_all.txt b/requirements_all.txt index cdfaf7dd2ed..65187363de2 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -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 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index bc2391a769c..954bf8b519e 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -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