diff --git a/homeassistant/components/cloud/client.py b/homeassistant/components/cloud/client.py index 76e5268fb89..df1ee5432fe 100644 --- a/homeassistant/components/cloud/client.py +++ b/homeassistant/components/cloud/client.py @@ -212,6 +212,12 @@ class CloudClient(Interface): """Process cloud remote message to client.""" await self._prefs.async_update(remote_enabled=connect) + async def async_cloud_connection_info( + self, payload: dict[str, Any] + ) -> dict[str, Any]: + """Process cloud connection info message to client.""" + return {} + async def async_alexa_message(self, payload: dict[Any, Any]) -> dict[Any, Any]: """Process cloud alexa message to client.""" cloud_user = await self._prefs.get_cloud_user() diff --git a/homeassistant/components/cloud/manifest.json b/homeassistant/components/cloud/manifest.json index 1c340216b73..d8fd2148b4d 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.68.0"] + "requirements": ["hass-nabucasa==0.69.0"] } diff --git a/homeassistant/package_constraints.txt b/homeassistant/package_constraints.txt index ba9145b18f6..7ab2bc1c037 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.68.0 +hass-nabucasa==0.69.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 34575b7fc25..75e6353d970 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -945,7 +945,7 @@ ha-philipsjs==3.1.0 habitipy==0.2.0 # homeassistant.components.cloud -hass-nabucasa==0.68.0 +hass-nabucasa==0.69.0 # homeassistant.components.splunk hass-splunk==0.1.1 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index afacd20948a..ffddd07d1a1 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -740,7 +740,7 @@ ha-philipsjs==3.1.0 habitipy==0.2.0 # homeassistant.components.cloud -hass-nabucasa==0.68.0 +hass-nabucasa==0.69.0 # homeassistant.components.conversation hassil==1.0.6