homeassistant-stubs 2024.6.0b4__py3-none-any.whl → 2024.6.0b5__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/helpers/frame.pyi +2 -2
- homeassistant-stubs/helpers/llm.pyi +1 -0
- {homeassistant_stubs-2024.6.0b4.dist-info → homeassistant_stubs-2024.6.0b5.dist-info}/METADATA +2 -2
- {homeassistant_stubs-2024.6.0b4.dist-info → homeassistant_stubs-2024.6.0b5.dist-info}/RECORD +6 -6
- {homeassistant_stubs-2024.6.0b4.dist-info → homeassistant_stubs-2024.6.0b5.dist-info}/LICENSE +0 -0
- {homeassistant_stubs-2024.6.0b4.dist-info → homeassistant_stubs-2024.6.0b5.dist-info}/WHEEL +0 -0
@@ -17,14 +17,14 @@ class IntegrationFrame:
|
|
17
17
|
integration: str
|
18
18
|
module: str | None
|
19
19
|
relative_filename: str
|
20
|
-
|
20
|
+
frame: FrameType
|
21
21
|
@cached_property
|
22
22
|
def line_number(self) -> int: ...
|
23
23
|
@cached_property
|
24
24
|
def filename(self) -> str: ...
|
25
25
|
@cached_property
|
26
26
|
def line(self) -> str: ...
|
27
|
-
def __init__(self, *, custom_integration, integration, module, relative_filename,
|
27
|
+
def __init__(self, *, custom_integration, integration, module, relative_filename, frame) -> None: ...
|
28
28
|
|
29
29
|
def get_integration_logger(fallback_name: str) -> logging.Logger: ...
|
30
30
|
def get_current_frame(depth: int = 0) -> FrameType: ...
|
{homeassistant_stubs-2024.6.0b4.dist-info → homeassistant_stubs-2024.6.0b5.dist-info}/METADATA
RENAMED
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: homeassistant-stubs
|
3
|
-
Version: 2024.6.
|
3
|
+
Version: 2024.6.0b5
|
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.6.
|
19
|
+
Requires-Dist: homeassistant (==2024.6.0b5)
|
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.6.0b4.dist-info → homeassistant_stubs-2024.6.0b5.dist-info}/RECORD
RENAMED
@@ -3299,7 +3299,7 @@ homeassistant-stubs/helpers/entity_values.pyi,sha256=lxdx5isoDpSurN03yLcyJiiwkph
|
|
3299
3299
|
homeassistant-stubs/helpers/entityfilter.pyi,sha256=1pbVZXp58ryJJF4T6X-w013NqYtQ0KhtUKcAJVhJJSY,2060
|
3300
3300
|
homeassistant-stubs/helpers/event.pyi,sha256=YBoUU696SaeqoIlMXdXnQzKCuDsW-s4J2bBNgiph10I,17046
|
3301
3301
|
homeassistant-stubs/helpers/floor_registry.pyi,sha256=9lL6NgrX9pyP5PlBlfekCN4OB7V39QQCN-uJK1VIKOE,2813
|
3302
|
-
homeassistant-stubs/helpers/frame.pyi,sha256=
|
3302
|
+
homeassistant-stubs/helpers/frame.pyi,sha256=SMMy3MY7B6L5ZeU_XWoWloFoy7aRmSKBWpthuNrb-ys,1622
|
3303
3303
|
homeassistant-stubs/helpers/group.pyi,sha256=0Hs__xX08YdzO9KVd4w-Gs3l9f6x3ArtVXlygKl9x2k,482
|
3304
3304
|
homeassistant-stubs/helpers/http.pyi,sha256=FFzxkVJX4wcm_YrGAkYpogyQl1vFdgMJrAfjZSQDgFc,1800
|
3305
3305
|
homeassistant-stubs/helpers/httpx_client.pyi,sha256=ZdW9hlczrLBPhqW0BnLB4ONYTzxGTfIuIq9pLDt4P9Q,1510
|
@@ -3311,7 +3311,7 @@ homeassistant-stubs/helpers/intent.pyi,sha256=0BzG3LFc_yNkA9hRRKv8w4NGFJpzldSUCu
|
|
3311
3311
|
homeassistant-stubs/helpers/issue_registry.pyi,sha256=-nFO9SpW-rNL8DusXkjktFMFpN2PwdQpGPBQM36ecDo,4115
|
3312
3312
|
homeassistant-stubs/helpers/json.pyi,sha256=tCdDyP3NYTF3Jb6cASWYnepzie6YLlD0ikMPW7wevKQ,1452
|
3313
3313
|
homeassistant-stubs/helpers/label_registry.pyi,sha256=fDg71PDb5lXKPPZZ0c85retuA53X_YWvkdNlHW1tVI8,2846
|
3314
|
-
homeassistant-stubs/helpers/llm.pyi,sha256=
|
3314
|
+
homeassistant-stubs/helpers/llm.pyi,sha256=iedrZwWcbCgVpLsu8LMhWpvv3sPc_ALMCG4U9A-Kfjw,3772
|
3315
3315
|
homeassistant-stubs/helpers/location.pyi,sha256=ynZlBZv3LuyphX4B28y2n2V4IHtJ6ETkUnqOlSYM1FM,655
|
3316
3316
|
homeassistant-stubs/helpers/network.pyi,sha256=34Qq5-Y8aevzqp_21b7L2Woqn-8dOunSTm7uML0_ty0,1773
|
3317
3317
|
homeassistant-stubs/helpers/normalized_name_base_registry.pyi,sha256=LoqQgtUt36e2EvYZisNHOydbZWGIRRSsuGNA01agMVg,704
|
@@ -3397,7 +3397,7 @@ homeassistant-stubs/util/yaml/dumper.pyi,sha256=uQjW0KuME-gXVWgYJLNLoRDwDzVhhhgg
|
|
3397
3397
|
homeassistant-stubs/util/yaml/input.pyi,sha256=wuxpKYTXZL4MujFhqjHnRLv4VPYY6QPYd-Zji-Lz9Mo,383
|
3398
3398
|
homeassistant-stubs/util/yaml/loader.pyi,sha256=RTT2312P0TB9bA-rj3xdQK_J6sqVQE4LBJozgLH3oao,4621
|
3399
3399
|
homeassistant-stubs/util/yaml/objects.pyi,sha256=YUlr0nf9ugzJT9J2YHaGV2fXu5opuyNvvHPqNW46m5I,707
|
3400
|
-
homeassistant_stubs-2024.6.
|
3401
|
-
homeassistant_stubs-2024.6.
|
3402
|
-
homeassistant_stubs-2024.6.
|
3403
|
-
homeassistant_stubs-2024.6.
|
3400
|
+
homeassistant_stubs-2024.6.0b5.dist-info/WHEEL,sha256=vVCvjcmxuUltf8cYhJ0sJMRDLr1XsPuxEId8YDzbyCY,88
|
3401
|
+
homeassistant_stubs-2024.6.0b5.dist-info/LICENSE,sha256=_kHFjg-MAmJ-lXc7HiEjUzD3vZutVYKUVZZpAWcIuqo,1075
|
3402
|
+
homeassistant_stubs-2024.6.0b5.dist-info/METADATA,sha256=X3RUlzHaAK2DDHQAFXwaRAKJYMHhOIGw1sJTCN-ELJI,3015
|
3403
|
+
homeassistant_stubs-2024.6.0b5.dist-info/RECORD,,
|
{homeassistant_stubs-2024.6.0b4.dist-info → homeassistant_stubs-2024.6.0b5.dist-info}/LICENSE
RENAMED
File without changes
|
File without changes
|