homeassistant-stubs 2024.7.0b6__py3-none-any.whl → 2024.7.0b7__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/auth/providers/homeassistant.pyi +3 -2
- homeassistant-stubs/util/loop.pyi +3 -0
- {homeassistant_stubs-2024.7.0b6.dist-info → homeassistant_stubs-2024.7.0b7.dist-info}/METADATA +2 -2
- {homeassistant_stubs-2024.7.0b6.dist-info → homeassistant_stubs-2024.7.0b7.dist-info}/RECORD +6 -6
- {homeassistant_stubs-2024.7.0b6.dist-info → homeassistant_stubs-2024.7.0b7.dist-info}/LICENSE +0 -0
- {homeassistant_stubs-2024.7.0b6.dist-info → homeassistant_stubs-2024.7.0b7.dist-info}/WHEEL +0 -0
@@ -18,11 +18,12 @@ CONFIG_SCHEMA: Incomplete
|
|
18
18
|
def async_get_provider(hass: HomeAssistant) -> HassAuthProvider: ...
|
19
19
|
|
20
20
|
class InvalidAuth(HomeAssistantError): ...
|
21
|
-
class InvalidUser(HomeAssistantError): ...
|
22
21
|
|
23
|
-
class
|
22
|
+
class InvalidUser(HomeAssistantError):
|
24
23
|
def __init__(self, *args: object, translation_key: str | None = None, translation_placeholders: dict[str, str] | None = None) -> None: ...
|
25
24
|
|
25
|
+
class InvalidUsername(InvalidUser): ...
|
26
|
+
|
26
27
|
class Data:
|
27
28
|
hass: Incomplete
|
28
29
|
_store: Incomplete
|
@@ -8,6 +8,9 @@ from typing import Any
|
|
8
8
|
_LOGGER: Incomplete
|
9
9
|
|
10
10
|
def _get_line_from_cache(filename: str, lineno: int) -> str: ...
|
11
|
+
|
12
|
+
_PREVIOUSLY_REPORTED: set[tuple[str | None, str, int | Any]]
|
13
|
+
|
11
14
|
def raise_for_blocking_call(func: Callable[..., Any], check_allowed: Callable[[dict[str, Any]], bool] | None = None, strict: bool = True, strict_core: bool = True, **mapped_args: Any) -> None: ...
|
12
15
|
def _dev_help_message(what: str) -> str: ...
|
13
16
|
def protect_loop(func: Callable[_P, _R], loop_thread_id: int, strict: bool = True, strict_core: bool = True, check_allowed: Callable[[dict[str, Any]], bool] | None = None) -> Callable[_P, _R]: ...
|
{homeassistant_stubs-2024.7.0b6.dist-info → homeassistant_stubs-2024.7.0b7.dist-info}/METADATA
RENAMED
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: homeassistant-stubs
|
3
|
-
Version: 2024.7.
|
3
|
+
Version: 2024.7.0b7
|
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.7.
|
19
|
+
Requires-Dist: homeassistant (==2024.7.0b7)
|
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.7.0b6.dist-info → homeassistant_stubs-2024.7.0b7.dist-info}/RECORD
RENAMED
@@ -20,7 +20,7 @@ homeassistant-stubs/auth/permissions/types.pyi,sha256=NbXUgln33Li3Y97RJFDZILncTg
|
|
20
20
|
homeassistant-stubs/auth/permissions/util.pyi,sha256=MY__uEXnHIKgGhXtyKh4YJ--6RGWukfyvagUJkAzVv4,805
|
21
21
|
homeassistant-stubs/auth/providers/__init__.pyi,sha256=gKVWQoifxQcmQvHdK-ns3qbMr3nKZo3uUDMUkfUO3MA,3081
|
22
22
|
homeassistant-stubs/auth/providers/command_line.pyi,sha256=EUf_JAvdP7smDpGaWkHr5aY-j_BB506v-XR1qzIVMi8,1312
|
23
|
-
homeassistant-stubs/auth/providers/homeassistant.pyi,sha256=
|
23
|
+
homeassistant-stubs/auth/providers/homeassistant.pyi,sha256=xp-GNoF8ki9Wg61nYBMQHyHidq_LK44A0N5dMIFLago,3242
|
24
24
|
homeassistant-stubs/auth/providers/insecure_example.pyi,sha256=0yePhjbHySvbA1rf1YXDqIFeGFSdsx70aoyqr--qXJY,1116
|
25
25
|
homeassistant-stubs/auth/providers/trusted_networks.pyi,sha256=-Wsz4FDf1WtCdWpMU4w8Aqj08MoLzpg9oryOLoNZGrU,2068
|
26
26
|
homeassistant-stubs/backports/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
@@ -3415,7 +3415,7 @@ homeassistant-stubs/util/language.pyi,sha256=d4C0_YZL-y4bxZOzT_h3qyPwvzkH0-UV8HX
|
|
3415
3415
|
homeassistant-stubs/util/limited_size_dict.pyi,sha256=yJV4EWiN00U8yxNXXSQZhwHJM_rkScE3XkE3LmxyM9Q,333
|
3416
3416
|
homeassistant-stubs/util/location.pyi,sha256=W6Rm0SARHwwx3TsspzNcg-beIi1QgHa6Z0xKKDUhZl0,880
|
3417
3417
|
homeassistant-stubs/util/logging.pyi,sha256=iUjd3VRO30dRTko7Pc6vS9KaeLL5LTNRdyYKCIwQJM4,1832
|
3418
|
-
homeassistant-stubs/util/loop.pyi,sha256=
|
3418
|
+
homeassistant-stubs/util/loop.pyi,sha256=fTLwq9d5Xf2cZ3aWkR0-b_PRl1QuQtmPaDZISlJzOmc,1043
|
3419
3419
|
homeassistant-stubs/util/network.pyi,sha256=nQkWDlpMdV2Gu85jl8E7SmU3btxuMiXSL25oG2Bis0Y,751
|
3420
3420
|
homeassistant-stubs/util/package.pyi,sha256=ycnMsY0vevbAGrZpGZZ8gmB96rRne5oTIJYAP8fZ6Xc,453
|
3421
3421
|
homeassistant-stubs/util/percentage.pyi,sha256=HMwupq_CLmLoBl_QYPLLAVtDC80rAYlARfIWvUA7wbU,582
|
@@ -3438,7 +3438,7 @@ homeassistant-stubs/util/yaml/dumper.pyi,sha256=uQjW0KuME-gXVWgYJLNLoRDwDzVhhhgg
|
|
3438
3438
|
homeassistant-stubs/util/yaml/input.pyi,sha256=wuxpKYTXZL4MujFhqjHnRLv4VPYY6QPYd-Zji-Lz9Mo,383
|
3439
3439
|
homeassistant-stubs/util/yaml/loader.pyi,sha256=RTT2312P0TB9bA-rj3xdQK_J6sqVQE4LBJozgLH3oao,4621
|
3440
3440
|
homeassistant-stubs/util/yaml/objects.pyi,sha256=YUlr0nf9ugzJT9J2YHaGV2fXu5opuyNvvHPqNW46m5I,707
|
3441
|
-
homeassistant_stubs-2024.7.
|
3442
|
-
homeassistant_stubs-2024.7.
|
3443
|
-
homeassistant_stubs-2024.7.
|
3444
|
-
homeassistant_stubs-2024.7.
|
3441
|
+
homeassistant_stubs-2024.7.0b7.dist-info/LICENSE,sha256=_kHFjg-MAmJ-lXc7HiEjUzD3vZutVYKUVZZpAWcIuqo,1075
|
3442
|
+
homeassistant_stubs-2024.7.0b7.dist-info/WHEEL,sha256=vVCvjcmxuUltf8cYhJ0sJMRDLr1XsPuxEId8YDzbyCY,88
|
3443
|
+
homeassistant_stubs-2024.7.0b7.dist-info/METADATA,sha256=e_RUU6SauSO9h20saH6HbHPOmxhjbMHkWfAVAAOAXRQ,3015
|
3444
|
+
homeassistant_stubs-2024.7.0b7.dist-info/RECORD,,
|
{homeassistant_stubs-2024.7.0b6.dist-info → homeassistant_stubs-2024.7.0b7.dist-info}/LICENSE
RENAMED
File without changes
|
File without changes
|