Bump hass-nabucassa to 0.69.0 (#95367)

This commit is contained in:
Erik Montnemery 2023-06-27 15:29:30 +02:00 committed by GitHub
parent 190d67b56c
commit f3fc741a71
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 10 additions and 4 deletions

View File

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

View File

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

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.68.0
hass-nabucasa==0.69.0
hassil==1.0.6
home-assistant-bluetooth==1.10.0
home-assistant-frontend==20230608.0

View File

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

View File

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