homeassistant-stubs 2024.10.3__py3-none-any.whl → 2024.10.4__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/devolo_home_network/entity.pyi +1 -0
- homeassistant-stubs/util/timeout.pyi +3 -1
- {homeassistant_stubs-2024.10.3.dist-info → homeassistant_stubs-2024.10.4.dist-info}/METADATA +2 -2
- {homeassistant_stubs-2024.10.3.dist-info → homeassistant_stubs-2024.10.4.dist-info}/RECORD +6 -6
- {homeassistant_stubs-2024.10.3.dist-info → homeassistant_stubs-2024.10.4.dist-info}/WHEEL +0 -0
- {homeassistant_stubs-2024.10.3.dist-info → homeassistant_stubs-2024.10.4.dist-info}/licenses/LICENSE +0 -0
@@ -1,6 +1,7 @@
|
|
1
1
|
from . import DevoloHomeNetworkConfigEntry as DevoloHomeNetworkConfigEntry
|
2
2
|
from .const import DOMAIN as DOMAIN
|
3
3
|
from _typeshed import Incomplete
|
4
|
+
from homeassistant.const import ATTR_CONNECTIONS as ATTR_CONNECTIONS
|
4
5
|
from homeassistant.helpers.device_registry import CONNECTION_NETWORK_MAC as CONNECTION_NETWORK_MAC, DeviceInfo as DeviceInfo
|
5
6
|
from homeassistant.helpers.entity import Entity as Entity
|
6
7
|
from homeassistant.helpers.update_coordinator import CoordinatorEntity as CoordinatorEntity, DataUpdateCoordinator as DataUpdateCoordinator
|
@@ -7,7 +7,7 @@ from typing import Any, Self
|
|
7
7
|
|
8
8
|
ZONE_GLOBAL: str
|
9
9
|
|
10
|
-
class _State(
|
10
|
+
class _State(enum.Enum):
|
11
11
|
INIT = 'INIT'
|
12
12
|
ACTIVE = 'ACTIVE'
|
13
13
|
TIMEOUT = 'TIMEOUT'
|
@@ -46,6 +46,7 @@ class _GlobalTaskContext:
|
|
46
46
|
_wait_zone: Incomplete
|
47
47
|
_state: Incomplete
|
48
48
|
_cool_down: Incomplete
|
49
|
+
_cancelling: int
|
49
50
|
def __init__(self, manager: TimeoutManager, task: asyncio.Task[Any], timeout: float, cool_down: float) -> None: ...
|
50
51
|
async def __aenter__(self) -> Self: ...
|
51
52
|
async def __aexit__(self, exc_type: type[BaseException] | None, exc_val: BaseException | None, exc_tb: TracebackType | None) -> bool | None: ...
|
@@ -68,6 +69,7 @@ class _ZoneTaskContext:
|
|
68
69
|
_time_left: Incomplete
|
69
70
|
_expiration_time: Incomplete
|
70
71
|
_timeout_handler: Incomplete
|
72
|
+
_cancelling: int
|
71
73
|
def __init__(self, zone: _ZoneTimeoutManager, task: asyncio.Task[Any], timeout: float) -> None: ...
|
72
74
|
@property
|
73
75
|
def state(self) -> _State: ...
|
{homeassistant_stubs-2024.10.3.dist-info → homeassistant_stubs-2024.10.4.dist-info}/METADATA
RENAMED
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.3
|
2
2
|
Name: homeassistant-stubs
|
3
|
-
Version: 2024.10.
|
3
|
+
Version: 2024.10.4
|
4
4
|
Summary: PEP 484 typing stubs for Home Assistant Core
|
5
5
|
Project-URL: Homepage, https://github.com/KapJI/homeassistant-stubs
|
6
6
|
Project-URL: Bug Tracker, https://github.com/KapJI/homeassistant-stubs/issues
|
@@ -18,7 +18,7 @@ Classifier: Topic :: Home Automation
|
|
18
18
|
Classifier: Topic :: Software Development
|
19
19
|
Classifier: Typing :: Typed
|
20
20
|
Requires-Python: <3.14,>=3.12
|
21
|
-
Requires-Dist: homeassistant==2024.10.
|
21
|
+
Requires-Dist: homeassistant==2024.10.4
|
22
22
|
Description-Content-Type: text/markdown
|
23
23
|
|
24
24
|
[](https://github.com/KapJI/homeassistant-stubs/actions/workflows/ci.yaml)
|
@@ -758,7 +758,7 @@ homeassistant-stubs/components/devolo_home_network/config_flow.pyi,sha256=DDb463
|
|
758
758
|
homeassistant-stubs/components/devolo_home_network/const.pyi,sha256=mQLSITvnylSArVVOWw2LjaXJtc8ZY5sqXCxOM6J01Dk,542
|
759
759
|
homeassistant-stubs/components/devolo_home_network/device_tracker.pyi,sha256=WhB0y_y_TaMzp1_UFebTAeLmpjQbREiSbKe-_pLF1zE,1541
|
760
760
|
homeassistant-stubs/components/devolo_home_network/diagnostics.pyi,sha256=DE3Ng4y59z3XgTHgi4aZ-dl_ESPXawwE_Dae9qoUYG4,494
|
761
|
-
homeassistant-stubs/components/devolo_home_network/entity.pyi,sha256=
|
761
|
+
homeassistant-stubs/components/devolo_home_network/entity.pyi,sha256=NhkV2QDsbyeMHLmPCOkNFGHOaOi67TX6s3RTt-fbTTQ,1032
|
762
762
|
homeassistant-stubs/components/devolo_home_network/image.pyi,sha256=zIBxASgkwnlM2Tvm3BpWmGzRpWJTbLU1gDxtDW_omV8,2041
|
763
763
|
homeassistant-stubs/components/devolo_home_network/sensor.pyi,sha256=0HMEv1q8iSq6vYbMDzqW6qvvzdzZhO3AD-HVXBmrGmE,3898
|
764
764
|
homeassistant-stubs/components/devolo_home_network/switch.pyi,sha256=jFCLgNbede6i097ivqSSRBz_NSc9a4X9cp47ZvW0iU4,2379
|
@@ -3642,7 +3642,7 @@ homeassistant-stubs/util/scaling.pyi,sha256=sW2cvjYuUiiY5VmxuX-IvH-CSvQbMfwryUIq
|
|
3642
3642
|
homeassistant-stubs/util/signal_type.pyi,sha256=Xh78IAsgoUp8HDn_PWB0GjMHtOldUunZqakQlCkfBCg,402
|
3643
3643
|
homeassistant-stubs/util/ssl.pyi,sha256=X7LAVoGps461qAUZ2xu1CPbfEOd7AXvghqwbpwOm-zg,1037
|
3644
3644
|
homeassistant-stubs/util/thread.pyi,sha256=rmDftLFOfSOhkI4vl4ei8p1vyfA2iFa2OLC_u8drjl0,319
|
3645
|
-
homeassistant-stubs/util/timeout.pyi,sha256=
|
3645
|
+
homeassistant-stubs/util/timeout.pyi,sha256=RPXRsuJ2pyettRTerivo5lEIprdevaOXcOPUb8wYHSA,4780
|
3646
3646
|
homeassistant-stubs/util/ulid.pyi,sha256=gSd6X6DrDdARvchwC4n99A1tomYdD_uAvHUIkBCK9-Y,458
|
3647
3647
|
homeassistant-stubs/util/unit_conversion.pyi,sha256=ilte600R8ji9zQalZqHHRk-csDRBxyDGMH5BfRCPypQ,6082
|
3648
3648
|
homeassistant-stubs/util/unit_system.pyi,sha256=PBFdjTHDCHySeoHBbU7rYztzbt-Z_OBgsLe2i_nx3FE,2808
|
@@ -3654,7 +3654,7 @@ homeassistant-stubs/util/yaml/dumper.pyi,sha256=uQjW0KuME-gXVWgYJLNLoRDwDzVhhhgg
|
|
3654
3654
|
homeassistant-stubs/util/yaml/input.pyi,sha256=wuxpKYTXZL4MujFhqjHnRLv4VPYY6QPYd-Zji-Lz9Mo,383
|
3655
3655
|
homeassistant-stubs/util/yaml/loader.pyi,sha256=6zC9fJrxjr7pjoHI6RAr3_XgdfypaVPSwukvTTWfZyU,4711
|
3656
3656
|
homeassistant-stubs/util/yaml/objects.pyi,sha256=YUlr0nf9ugzJT9J2YHaGV2fXu5opuyNvvHPqNW46m5I,707
|
3657
|
-
homeassistant_stubs-2024.10.
|
3658
|
-
homeassistant_stubs-2024.10.
|
3659
|
-
homeassistant_stubs-2024.10.
|
3660
|
-
homeassistant_stubs-2024.10.
|
3657
|
+
homeassistant_stubs-2024.10.4.dist-info/METADATA,sha256=nnEFyDIlMekXcKwkoMKVNf_Ggvv7I9PU6nS4qooRGco,2954
|
3658
|
+
homeassistant_stubs-2024.10.4.dist-info/WHEEL,sha256=1yFddiXMmvYK7QYTqtRNtX66WJ0Mz8PYEiEUoOUUxRY,87
|
3659
|
+
homeassistant_stubs-2024.10.4.dist-info/licenses/LICENSE,sha256=_kHFjg-MAmJ-lXc7HiEjUzD3vZutVYKUVZZpAWcIuqo,1075
|
3660
|
+
homeassistant_stubs-2024.10.4.dist-info/RECORD,,
|
File without changes
|
{homeassistant_stubs-2024.10.3.dist-info → homeassistant_stubs-2024.10.4.dist-info}/licenses/LICENSE
RENAMED
File without changes
|