homeassistant-stubs 2024.5.0b2__py3-none-any.whl → 2024.5.0b3__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- homeassistant-stubs/components/cloud/__init__.pyi +1 -1
- homeassistant-stubs/components/http/__init__.pyi +2 -3
- {homeassistant_stubs-2024.5.0b2.dist-info → homeassistant_stubs-2024.5.0b3.dist-info}/METADATA +2 -2
- {homeassistant_stubs-2024.5.0b2.dist-info → homeassistant_stubs-2024.5.0b3.dist-info}/RECORD +6 -6
- {homeassistant_stubs-2024.5.0b2.dist-info → homeassistant_stubs-2024.5.0b3.dist-info}/LICENSE +0 -0
- {homeassistant_stubs-2024.5.0b2.dist-info → homeassistant_stubs-2024.5.0b3.dist-info}/WHEEL +0 -0
@@ -13,7 +13,7 @@ from homeassistant.components.auth import STRICT_CONNECTION_URL as STRICT_CONNEC
|
|
13
13
|
from homeassistant.components.http.auth import async_sign_path as async_sign_path
|
14
14
|
from homeassistant.config_entries import ConfigEntry as ConfigEntry, SOURCE_SYSTEM as SOURCE_SYSTEM
|
15
15
|
from homeassistant.const import CONF_DESCRIPTION as CONF_DESCRIPTION, CONF_MODE as CONF_MODE, CONF_NAME as CONF_NAME, CONF_REGION as CONF_REGION, EVENT_HOMEASSISTANT_STOP as EVENT_HOMEASSISTANT_STOP, Platform as Platform
|
16
|
-
from homeassistant.core import Event as Event, HassJob as HassJob, HomeAssistant as HomeAssistant, ServiceCall as ServiceCall, ServiceResponse as ServiceResponse,
|
16
|
+
from homeassistant.core import Event as Event, HassJob as HassJob, HomeAssistant as HomeAssistant, ServiceCall as ServiceCall, ServiceResponse as ServiceResponse, callback as callback
|
17
17
|
from homeassistant.exceptions import HomeAssistantError as HomeAssistantError, ServiceValidationError as ServiceValidationError, Unauthorized as Unauthorized, UnknownUser as UnknownUser
|
18
18
|
from homeassistant.helpers import entityfilter as entityfilter
|
19
19
|
from homeassistant.helpers.aiohttp_client import async_get_clientsession as async_get_clientsession
|
@@ -21,7 +21,7 @@ from aiohttp.web_exceptions import HTTPRedirection as HTTPRedirection
|
|
21
21
|
from aiohttp.web_protocol import RequestHandler as RequestHandler
|
22
22
|
from homeassistant.components.network import async_get_source_ip as async_get_source_ip
|
23
23
|
from homeassistant.const import EVENT_HOMEASSISTANT_STOP as EVENT_HOMEASSISTANT_STOP, SERVER_PORT as SERVER_PORT
|
24
|
-
from homeassistant.core import Event as Event, HomeAssistant as HomeAssistant, ServiceCall as ServiceCall, ServiceResponse as ServiceResponse,
|
24
|
+
from homeassistant.core import Event as Event, HomeAssistant as HomeAssistant, ServiceCall as ServiceCall, ServiceResponse as ServiceResponse, callback as callback
|
25
25
|
from homeassistant.exceptions import HomeAssistantError as HomeAssistantError, ServiceValidationError as ServiceValidationError, Unauthorized as Unauthorized, UnknownUser as UnknownUser
|
26
26
|
from homeassistant.helpers import storage as storage
|
27
27
|
from homeassistant.helpers.http import HomeAssistantView as HomeAssistantView, KEY_ALLOW_CONFIGRED_CORS as KEY_ALLOW_CONFIGRED_CORS, KEY_AUTHENTICATED as KEY_AUTHENTICATED, KEY_HASS as KEY_HASS, current_request as current_request
|
@@ -32,7 +32,7 @@ from homeassistant.setup import SetupPhases as SetupPhases, async_start_setup as
|
|
32
32
|
from homeassistant.util.async_ import create_eager_task as create_eager_task
|
33
33
|
from homeassistant.util.json import json_loads as json_loads
|
34
34
|
from ipaddress import IPv4Network, IPv6Network
|
35
|
-
from typing import Any, Final,
|
35
|
+
from typing import Any, Final, TypedDict
|
36
36
|
|
37
37
|
CONF_SERVER_HOST: Final[str]
|
38
38
|
CONF_SERVER_PORT: Final[str]
|
@@ -78,7 +78,6 @@ class ConfData(TypedDict, total=False):
|
|
78
78
|
login_attempts_threshold: int
|
79
79
|
ip_ban_enabled: bool
|
80
80
|
ssl_profile: str
|
81
|
-
strict_connection: Required[StrictConnectionMode]
|
82
81
|
|
83
82
|
async def async_get_last_config(hass: HomeAssistant) -> dict[str, Any] | None: ...
|
84
83
|
|
{homeassistant_stubs-2024.5.0b2.dist-info → homeassistant_stubs-2024.5.0b3.dist-info}/METADATA
RENAMED
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: homeassistant-stubs
|
3
|
-
Version: 2024.5.
|
3
|
+
Version: 2024.5.0b3
|
4
4
|
Summary: PEP 484 typing stubs for Home Assistant Core
|
5
5
|
Home-page: https://github.com/KapJI/homeassistant-stubs
|
6
6
|
License: MIT
|
@@ -16,7 +16,7 @@ Classifier: Programming Language :: Python :: 3
|
|
16
16
|
Classifier: Programming Language :: Python :: 3.12
|
17
17
|
Classifier: Topic :: Software Development
|
18
18
|
Classifier: Typing :: Typed
|
19
|
-
Requires-Dist: homeassistant (==2024.5.
|
19
|
+
Requires-Dist: homeassistant (==2024.5.0b3)
|
20
20
|
Project-URL: Bug Tracker, https://github.com/KapJI/homeassistant-stubs/issues
|
21
21
|
Project-URL: Repository, https://github.com/KapJI/homeassistant-stubs
|
22
22
|
Project-URL: Release Notes, https://github.com/KapJI/homeassistant-stubs/releases
|
{homeassistant_stubs-2024.5.0b2.dist-info → homeassistant_stubs-2024.5.0b3.dist-info}/RECORD
RENAMED
@@ -523,7 +523,7 @@ homeassistant-stubs/components/climate/group.pyi,sha256=WqgequUXvOC4509T_L1p3h0T
|
|
523
523
|
homeassistant-stubs/components/climate/intent.pyi,sha256=LIcCeLvs8ZlKC8Kq1ku-XqxLCH2ltMujitFequgAdNw,615
|
524
524
|
homeassistant-stubs/components/climate/reproduce_state.pyi,sha256=9iZjyeGJaP22yGLMOyM5Qf7nmd-P4hPo4e71yhGE5kg,1270
|
525
525
|
homeassistant-stubs/components/climate/significant_change.pyi,sha256=xWDZyza3NpgLbXJGuvDpoisZCmyPtPNo3rVMVGSGJsk,965
|
526
|
-
homeassistant-stubs/components/cloud/__init__.pyi,sha256=
|
526
|
+
homeassistant-stubs/components/cloud/__init__.pyi,sha256=VehuzgK0o23_gqelh02OkL_TxJ6wh7tOw24-RAimZ6M,4740
|
527
527
|
homeassistant-stubs/components/cloud/account_link.pyi,sha256=WKW09aFDHCkNZW6P52MAgqPeQt3bd6i8739d8-whMow,1186
|
528
528
|
homeassistant-stubs/components/cloud/alexa_config.pyi,sha256=fIw_MEB1f07JoUh9HQo1_D04ZQJI3QtNuQuz3bvIulQ,3813
|
529
529
|
homeassistant-stubs/components/cloud/assist_pipeline.pyi,sha256=-i_09_tGhZry1B728DoOAJbT2WDBBxbW8WauD_jFKnU,845
|
@@ -1256,7 +1256,7 @@ homeassistant-stubs/components/homeworks/button.pyi,sha256=LFQPLKDcc1fqMxzEp4tLB
|
|
1256
1256
|
homeassistant-stubs/components/homeworks/config_flow.pyi,sha256=0cD-tE-J4CKgG1E_0jcY4-sK4g4watGH5ixeS4CyE20,4915
|
1257
1257
|
homeassistant-stubs/components/homeworks/const.pyi,sha256=mZW2KRR9OBLWmQH_a0xziVAWcOl5OgEw12_w_vFJtlg,265
|
1258
1258
|
homeassistant-stubs/components/homeworks/light.pyi,sha256=TBy54OCzV_Im9bDZn6g9xyDQ3igDdLaBaeEfne1suCk,1822
|
1259
|
-
homeassistant-stubs/components/http/__init__.pyi,sha256=
|
1259
|
+
homeassistant-stubs/components/http/__init__.pyi,sha256=y-MBrcxKomFLjhBZG7KskjYsgLWCOtl9qCLUOE34Q_8,6350
|
1260
1260
|
homeassistant-stubs/components/http/auth.pyi,sha256=prbkNOdXdGs3irxEAlcpkQZN40YQRobCvMbu2pZMJ_c,2370
|
1261
1261
|
homeassistant-stubs/components/http/ban.pyi,sha256=cYMMlHxYKowBSnK6RaDYPi3Vg_2U0i_mhy7vhY6kAGs,2143
|
1262
1262
|
homeassistant-stubs/components/http/const.pyi,sha256=cjUodB-bWU21tp3W8PyUMj76TrM4J4LxBgxS04P_wNA,335
|
@@ -3322,7 +3322,7 @@ homeassistant-stubs/util/yaml/dumper.pyi,sha256=uQjW0KuME-gXVWgYJLNLoRDwDzVhhhgg
|
|
3322
3322
|
homeassistant-stubs/util/yaml/input.pyi,sha256=wuxpKYTXZL4MujFhqjHnRLv4VPYY6QPYd-Zji-Lz9Mo,383
|
3323
3323
|
homeassistant-stubs/util/yaml/loader.pyi,sha256=8rCANDOO3yTLdOqK3AZNmpv-dQD7JVKP1VKDhnEjK3Y,4239
|
3324
3324
|
homeassistant-stubs/util/yaml/objects.pyi,sha256=YUlr0nf9ugzJT9J2YHaGV2fXu5opuyNvvHPqNW46m5I,707
|
3325
|
-
homeassistant_stubs-2024.5.
|
3326
|
-
homeassistant_stubs-2024.5.
|
3327
|
-
homeassistant_stubs-2024.5.
|
3328
|
-
homeassistant_stubs-2024.5.
|
3325
|
+
homeassistant_stubs-2024.5.0b3.dist-info/LICENSE,sha256=_kHFjg-MAmJ-lXc7HiEjUzD3vZutVYKUVZZpAWcIuqo,1075
|
3326
|
+
homeassistant_stubs-2024.5.0b3.dist-info/METADATA,sha256=he9Pn0zg0jUCqimOopHF_wBtOfFr34G87ttPcsFTJfs,3015
|
3327
|
+
homeassistant_stubs-2024.5.0b3.dist-info/WHEEL,sha256=vVCvjcmxuUltf8cYhJ0sJMRDLr1XsPuxEId8YDzbyCY,88
|
3328
|
+
homeassistant_stubs-2024.5.0b3.dist-info/RECORD,,
|
{homeassistant_stubs-2024.5.0b2.dist-info → homeassistant_stubs-2024.5.0b3.dist-info}/LICENSE
RENAMED
File without changes
|
File without changes
|