homeassistant-stubs 2024.10.0b1__py3-none-any.whl → 2024.10.0b2__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/airgradient/diagnostics.pyi +5 -0
- homeassistant-stubs/components/overkiz/executor.pyi +1 -1
- {homeassistant_stubs-2024.10.0b1.dist-info → homeassistant_stubs-2024.10.0b2.dist-info}/METADATA +2 -2
- {homeassistant_stubs-2024.10.0b1.dist-info → homeassistant_stubs-2024.10.0b2.dist-info}/RECORD +6 -5
- {homeassistant_stubs-2024.10.0b1.dist-info → homeassistant_stubs-2024.10.0b2.dist-info}/WHEEL +0 -0
- {homeassistant_stubs-2024.10.0b1.dist-info → homeassistant_stubs-2024.10.0b2.dist-info}/licenses/LICENSE +0 -0
@@ -0,0 +1,5 @@
|
|
1
|
+
from . import AirGradientConfigEntry as AirGradientConfigEntry
|
2
|
+
from homeassistant.core import HomeAssistant as HomeAssistant
|
3
|
+
from typing import Any
|
4
|
+
|
5
|
+
async def async_get_config_entry_diagnostics(hass: HomeAssistant, entry: AirGradientConfigEntry) -> dict[str, Any]: ...
|
@@ -22,7 +22,7 @@ class OverkizExecutor:
|
|
22
22
|
def select_state(self, *states: str) -> OverkizStateType: ...
|
23
23
|
def has_state(self, *states: str) -> bool: ...
|
24
24
|
def select_attribute(self, *attributes: str) -> OverkizStateType: ...
|
25
|
-
async def async_execute_command(self, command_name: str, *args: Any) -> None: ...
|
25
|
+
async def async_execute_command(self, command_name: str, *args: Any, refresh_afterwards: bool = True) -> None: ...
|
26
26
|
async def async_cancel_command(self, commands_to_cancel: list[OverkizCommand]) -> bool: ...
|
27
27
|
async def async_cancel_execution(self, exec_id: str) -> None: ...
|
28
28
|
def get_gateway_id(self) -> str: ...
|
{homeassistant_stubs-2024.10.0b1.dist-info → homeassistant_stubs-2024.10.0b2.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.0b2
|
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.13,>=3.12
|
21
|
-
Requires-Dist: homeassistant==2024.10.
|
21
|
+
Requires-Dist: homeassistant==2024.10.0b2
|
22
22
|
Description-Content-Type: text/markdown
|
23
23
|
|
24
24
|
[](https://github.com/KapJI/homeassistant-stubs/actions/workflows/ci.yaml)
|
{homeassistant_stubs-2024.10.0b1.dist-info → homeassistant_stubs-2024.10.0b2.dist-info}/RECORD
RENAMED
@@ -96,6 +96,7 @@ homeassistant-stubs/components/airgradient/button.pyi,sha256=sI0Vp2x_bSOB07UF3Kt
|
|
96
96
|
homeassistant-stubs/components/airgradient/config_flow.pyi,sha256=cBK11DlIP1K6b-6xegfJPauMdq-zDzSUrVaOWxifhJQ,985
|
97
97
|
homeassistant-stubs/components/airgradient/const.pyi,sha256=5_BnHMq9IW-IG-oFZhvN7gZB2ODd8iQw8MjoyT8OR7k,121
|
98
98
|
homeassistant-stubs/components/airgradient/coordinator.pyi,sha256=mxTkZdyev9lUz4fZyNbEO7VV2i0uYY1_mF2yAIoB5PM,904
|
99
|
+
homeassistant-stubs/components/airgradient/diagnostics.pyi,sha256=g2tOlx1yl-rOxfAgLDF6H2Cddr70WO5r_7Ix1NsHwqM,269
|
99
100
|
homeassistant-stubs/components/airgradient/entity.pyi,sha256=o1oGxoBT0XXqRqhltvpMGr2y4_1HOfPYLuxOQsu7Ngg,518
|
100
101
|
homeassistant-stubs/components/airgradient/number.pyi,sha256=SwZGk-wBOslsqiaY0Qz1BPW-XzjN4w2dWiOw8urgRys,2106
|
101
102
|
homeassistant-stubs/components/airgradient/select.pyi,sha256=rGo-EImH--coxC4_Qu2n4FubRGORRsENqNWggGeD-DI,2327
|
@@ -2240,7 +2241,7 @@ homeassistant-stubs/components/overkiz/const.pyi,sha256=oykMxASm1hKzi1GdzdD7Ttd9
|
|
2240
2241
|
homeassistant-stubs/components/overkiz/coordinator.pyi,sha256=ksP4qlVgNtg02HG1Brw6GYJxMvOvj1II5N_EA4LJRNU,2254
|
2241
2242
|
homeassistant-stubs/components/overkiz/diagnostics.pyi,sha256=Dj3_eFGYjLL5eFehtKbXS1O69L2s1q38tspiFIYyxz4,621
|
2242
2243
|
homeassistant-stubs/components/overkiz/entity.pyi,sha256=ef8qlYwQRiclWbtNoe1XAURCbQ2nbqoK9j82Jvrglow,1411
|
2243
|
-
homeassistant-stubs/components/overkiz/executor.pyi,sha256=
|
2244
|
+
homeassistant-stubs/components/overkiz/executor.pyi,sha256=Kg18hiCm2a73rFxP0BxDB7nFyH9TbBPkNnHlQf5tujc,1477
|
2244
2245
|
homeassistant-stubs/components/overkiz/light.pyi,sha256=KiH63_1a7HC8aHNJBchbw_00xoE-90lbXR5022Y9c2U,1386
|
2245
2246
|
homeassistant-stubs/components/overkiz/lock.pyi,sha256=v8cKGUcnZ4Fkcuz7FHjrv2kZU93UrpGUkU5VEGIt1mc,869
|
2246
2247
|
homeassistant-stubs/components/overkiz/number.pyi,sha256=R5LICHewIe1lSw0yhDhXSIy94FdMtpwAoulZWVvTzHs,2643
|
@@ -3653,7 +3654,7 @@ homeassistant-stubs/util/yaml/dumper.pyi,sha256=uQjW0KuME-gXVWgYJLNLoRDwDzVhhhgg
|
|
3653
3654
|
homeassistant-stubs/util/yaml/input.pyi,sha256=wuxpKYTXZL4MujFhqjHnRLv4VPYY6QPYd-Zji-Lz9Mo,383
|
3654
3655
|
homeassistant-stubs/util/yaml/loader.pyi,sha256=FJDEgKwYTwuB8hBeJVjqwYqJ5hQZTSF_DtsnuO-E-pM,4758
|
3655
3656
|
homeassistant-stubs/util/yaml/objects.pyi,sha256=YUlr0nf9ugzJT9J2YHaGV2fXu5opuyNvvHPqNW46m5I,707
|
3656
|
-
homeassistant_stubs-2024.10.
|
3657
|
-
homeassistant_stubs-2024.10.
|
3658
|
-
homeassistant_stubs-2024.10.
|
3659
|
-
homeassistant_stubs-2024.10.
|
3657
|
+
homeassistant_stubs-2024.10.0b2.dist-info/METADATA,sha256=eLNWB4oFbzoa7E6YUkTfa9QhsLfKqx9aIR-qj54_Mrg,2958
|
3658
|
+
homeassistant_stubs-2024.10.0b2.dist-info/WHEEL,sha256=1yFddiXMmvYK7QYTqtRNtX66WJ0Mz8PYEiEUoOUUxRY,87
|
3659
|
+
homeassistant_stubs-2024.10.0b2.dist-info/licenses/LICENSE,sha256=_kHFjg-MAmJ-lXc7HiEjUzD3vZutVYKUVZZpAWcIuqo,1075
|
3660
|
+
homeassistant_stubs-2024.10.0b2.dist-info/RECORD,,
|
{homeassistant_stubs-2024.10.0b1.dist-info → homeassistant_stubs-2024.10.0b2.dist-info}/WHEEL
RENAMED
File without changes
|
File without changes
|