Update hass-nabucasa from 0.71.0 to 0.73.0 (#101939)
This commit is contained in:
parent
85fa364152
commit
a0a3d91a28
5 changed files with 10 additions and 4 deletions
|
@ -19,6 +19,7 @@ from homeassistant.components.alexa import (
|
|||
from homeassistant.components.google_assistant import smart_home as ga
|
||||
from homeassistant.const import __version__ as HA_VERSION
|
||||
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.event import async_call_later
|
||||
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 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
|
||||
def relayer_region(self) -> str | None:
|
||||
"""Return the connected relayer region."""
|
||||
|
|
|
@ -8,5 +8,5 @@
|
|||
"integration_type": "system",
|
||||
"iot_class": "cloud_push",
|
||||
"loggers": ["hass_nabucasa"],
|
||||
"requirements": ["hass-nabucasa==0.71.0"]
|
||||
"requirements": ["hass-nabucasa==0.73.0"]
|
||||
}
|
||||
|
|
|
@ -19,7 +19,7 @@ cryptography==41.0.4
|
|||
dbus-fast==2.11.1
|
||||
fnv-hash-fast==0.4.1
|
||||
ha-av==10.1.1
|
||||
hass-nabucasa==0.71.0
|
||||
hass-nabucasa==0.73.0
|
||||
hassil==1.2.5
|
||||
home-assistant-bluetooth==1.10.3
|
||||
home-assistant-frontend==20231005.0
|
||||
|
|
|
@ -967,7 +967,7 @@ ha-philipsjs==3.1.1
|
|||
habitipy==0.2.0
|
||||
|
||||
# homeassistant.components.cloud
|
||||
hass-nabucasa==0.71.0
|
||||
hass-nabucasa==0.73.0
|
||||
|
||||
# homeassistant.components.splunk
|
||||
hass-splunk==0.1.1
|
||||
|
|
|
@ -768,7 +768,7 @@ ha-philipsjs==3.1.1
|
|||
habitipy==0.2.0
|
||||
|
||||
# homeassistant.components.cloud
|
||||
hass-nabucasa==0.71.0
|
||||
hass-nabucasa==0.73.0
|
||||
|
||||
# homeassistant.components.conversation
|
||||
hassil==1.2.5
|
||||
|
|
Loading…
Add table
Reference in a new issue