Update hass-nabucasa from 0.71.0 to 0.73.0 (#101939)

This commit is contained in:
Joakim Sørensen 2023-10-13 21:46:52 +02:00 committed by GitHub
parent 85fa364152
commit a0a3d91a28
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 10 additions and 4 deletions

View file

@ -19,6 +19,7 @@ from homeassistant.components.alexa import (
from homeassistant.components.google_assistant import smart_home as ga from homeassistant.components.google_assistant import smart_home as ga
from homeassistant.const import __version__ as HA_VERSION from homeassistant.const import __version__ as HA_VERSION
from homeassistant.core import Context, HassJob, HomeAssistant, callback from homeassistant.core import Context, HassJob, HomeAssistant, callback
from homeassistant.helpers.aiohttp_client import SERVER_SOFTWARE
from homeassistant.helpers.dispatcher import async_dispatcher_send from homeassistant.helpers.dispatcher import async_dispatcher_send
from homeassistant.helpers.event import async_call_later from homeassistant.helpers.event import async_call_later
from homeassistant.util.aiohttp import MockRequest, serialize_response from homeassistant.util.aiohttp import MockRequest, serialize_response
@ -86,6 +87,11 @@ class CloudClient(Interface):
"""Return true if we want start a remote connection.""" """Return true if we want start a remote connection."""
return self._prefs.remote_enabled return self._prefs.remote_enabled
@property
def client_name(self) -> str:
"""Return the client name that will be used for API calls."""
return SERVER_SOFTWARE
@property @property
def relayer_region(self) -> str | None: def relayer_region(self) -> str | None:
"""Return the connected relayer region.""" """Return the connected relayer region."""

View file

@ -8,5 +8,5 @@
"integration_type": "system", "integration_type": "system",
"iot_class": "cloud_push", "iot_class": "cloud_push",
"loggers": ["hass_nabucasa"], "loggers": ["hass_nabucasa"],
"requirements": ["hass-nabucasa==0.71.0"] "requirements": ["hass-nabucasa==0.73.0"]
} }

View file

@ -19,7 +19,7 @@ cryptography==41.0.4
dbus-fast==2.11.1 dbus-fast==2.11.1
fnv-hash-fast==0.4.1 fnv-hash-fast==0.4.1
ha-av==10.1.1 ha-av==10.1.1
hass-nabucasa==0.71.0 hass-nabucasa==0.73.0
hassil==1.2.5 hassil==1.2.5
home-assistant-bluetooth==1.10.3 home-assistant-bluetooth==1.10.3
home-assistant-frontend==20231005.0 home-assistant-frontend==20231005.0

View file

@ -967,7 +967,7 @@ ha-philipsjs==3.1.1
habitipy==0.2.0 habitipy==0.2.0
# homeassistant.components.cloud # homeassistant.components.cloud
hass-nabucasa==0.71.0 hass-nabucasa==0.73.0
# homeassistant.components.splunk # homeassistant.components.splunk
hass-splunk==0.1.1 hass-splunk==0.1.1

View file

@ -768,7 +768,7 @@ ha-philipsjs==3.1.1
habitipy==0.2.0 habitipy==0.2.0
# homeassistant.components.cloud # homeassistant.components.cloud
hass-nabucasa==0.71.0 hass-nabucasa==0.73.0
# homeassistant.components.conversation # homeassistant.components.conversation
hassil==1.2.5 hassil==1.2.5