homeassistant-stubs 2024.4.2__py3-none-any.whl → 2024.4.3__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/aranet/config_flow.pyi +2 -1
- homeassistant-stubs/components/automation/__init__.pyi +1 -0
- homeassistant-stubs/components/holiday/__init__.pyi +3 -1
- {homeassistant_stubs-2024.4.2.dist-info → homeassistant_stubs-2024.4.3.dist-info}/METADATA +2 -2
- {homeassistant_stubs-2024.4.2.dist-info → homeassistant_stubs-2024.4.3.dist-info}/RECORD +7 -7
- {homeassistant_stubs-2024.4.2.dist-info → homeassistant_stubs-2024.4.3.dist-info}/LICENSE +0 -0
- {homeassistant_stubs-2024.4.2.dist-info → homeassistant_stubs-2024.4.3.dist-info}/WHEEL +0 -0
@@ -7,9 +7,10 @@ from homeassistant.const import CONF_ADDRESS as CONF_ADDRESS
|
|
7
7
|
from homeassistant.data_entry_flow import AbortFlow as AbortFlow
|
8
8
|
from typing import Any
|
9
9
|
|
10
|
-
_LOGGER: Incomplete
|
11
10
|
MIN_VERSION: Incomplete
|
12
11
|
|
12
|
+
def _title(discovery_info: BluetoothServiceInfoBleak) -> str: ...
|
13
|
+
|
13
14
|
class AranetConfigFlow(ConfigFlow, domain=DOMAIN):
|
14
15
|
VERSION: int
|
15
16
|
_discovery_info: Incomplete
|
@@ -158,6 +158,7 @@ class AutomationEntity(BaseAutomationEntity, RestoreEntity):
|
|
158
158
|
async def async_enable(self) -> None: ...
|
159
159
|
async def async_disable(self, stop_actions: bool = ...) -> None: ...
|
160
160
|
def _log_callback(self, level: int, msg: str, **kwargs: Any) -> None: ...
|
161
|
+
async def _async_trigger_if_enabled(self, run_variables: dict[str, Any], context: Context | None = None, skip_condition: bool = False) -> ScriptRunResult | None: ...
|
161
162
|
async def _async_attach_triggers(self, home_assistant_start: bool) -> Callable[[], None] | None: ...
|
162
163
|
|
163
164
|
@dataclass(slots=True)
|
@@ -1,6 +1,8 @@
|
|
1
|
+
from .const import CONF_PROVINCE as CONF_PROVINCE
|
1
2
|
from homeassistant.config_entries import ConfigEntry as ConfigEntry
|
2
|
-
from homeassistant.const import Platform as Platform
|
3
|
+
from homeassistant.const import CONF_COUNTRY as CONF_COUNTRY, Platform as Platform
|
3
4
|
from homeassistant.core import HomeAssistant as HomeAssistant
|
5
|
+
from homeassistant.setup import SetupPhases as SetupPhases, async_pause_setup as async_pause_setup
|
4
6
|
|
5
7
|
PLATFORMS: list[Platform]
|
6
8
|
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: homeassistant-stubs
|
3
|
-
Version: 2024.4.
|
3
|
+
Version: 2024.4.3
|
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.4.
|
19
|
+
Requires-Dist: homeassistant (==2024.4.3)
|
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
|
@@ -276,7 +276,7 @@ homeassistant-stubs/components/aqualogic/switch.pyi,sha256=nzF7jaZWl8iv7cZr03zAR
|
|
276
276
|
homeassistant-stubs/components/aquostv/__init__.pyi,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
277
277
|
homeassistant-stubs/components/aquostv/media_player.pyi,sha256=sGeg5OJVLjoGgOImTGGfHCm5cJYilaedL_ta4znRs_o,2451
|
278
278
|
homeassistant-stubs/components/aranet/__init__.pyi,sha256=b9ckUfbedsCHvHu7mdLM0xWuOeszjDLEcb8rZp36O0c,960
|
279
|
-
homeassistant-stubs/components/aranet/config_flow.pyi,sha256=
|
279
|
+
homeassistant-stubs/components/aranet/config_flow.pyi,sha256=KC6peDbGCxlBe1vtdQB_GxI6EW6ceYL5od-SyLIwhtQ,1250
|
280
280
|
homeassistant-stubs/components/aranet/const.pyi,sha256=khiPPfo2eMEa2_FD5EaWMNBjEj5lrRekpLiGQofynn8,12
|
281
281
|
homeassistant-stubs/components/aranet/sensor.pyi,sha256=mkTzCTSXuMujupzbMIq357ewvfSm0woFBjy_9nViZU8,2714
|
282
282
|
homeassistant-stubs/components/arcam_fmj/__init__.pyi,sha256=nw9S3M5YSgaw38663vgn3JLfhpPCZv61X4j2jwt9iOw,1124
|
@@ -322,7 +322,7 @@ homeassistant-stubs/components/auth/__init__.pyi,sha256=ARhKFuI-wdB2ST7LtFWlEgPt
|
|
322
322
|
homeassistant-stubs/components/auth/indieauth.pyi,sha256=jh7c6AHsDSvxPire6RMjBRK9K0K1IT0hAy56bhuOhZk,807
|
323
323
|
homeassistant-stubs/components/auth/login_flow.pyi,sha256=yCq5Gj6vqsPQWpjWn71KhVym9_U4iEQep_jbytNXsa4,2835
|
324
324
|
homeassistant-stubs/components/auth/mfa_setup_flow.pyi,sha256=fYTtpX_nxwkTbC7lmAVCL0TTmJjllSZN1-0rem207q0,1165
|
325
|
-
homeassistant-stubs/components/automation/__init__.pyi,sha256=
|
325
|
+
homeassistant-stubs/components/automation/__init__.pyi,sha256=46EkuZT2Jd83p0acscL57F72peMICVN027BRqXWyH-w,11142
|
326
326
|
homeassistant-stubs/components/automation/config.pyi,sha256=Poo-WTrJMKVZSZyrZWfCgUN1gDBMPxcier-qLolMfZQ,2135
|
327
327
|
homeassistant-stubs/components/automation/const.pyi,sha256=1uZ4plSCmNEF1e4bpaT842ktrPFGu6uM40pwndbF2pQ,279
|
328
328
|
homeassistant-stubs/components/automation/helpers.pyi,sha256=3rrJfMsZsu7o7Pv3DkNxMsc4xLGGXkZ_YQpSdW2ihnE,606
|
@@ -1144,7 +1144,7 @@ homeassistant-stubs/components/history_stats/coordinator.pyi,sha256=jmy2JM4SPblh
|
|
1144
1144
|
homeassistant-stubs/components/history_stats/data.pyi,sha256=UEGfcb2wvOiDX03NRgD40p4-_TGRL39KZgoP3erZsP4,1864
|
1145
1145
|
homeassistant-stubs/components/history_stats/helpers.pyi,sha256=rUjQRDtq3uruvmiyMdRokbcsSIWqi7OyIG01ab8iQEw,639
|
1146
1146
|
homeassistant-stubs/components/history_stats/sensor.pyi,sha256=JvyfrgZQ9Tsm38nCjGwnuR3E-g_hHIUa6nKM0bcl5c4,2758
|
1147
|
-
homeassistant-stubs/components/holiday/__init__.pyi,sha256=
|
1147
|
+
homeassistant-stubs/components/holiday/__init__.pyi,sha256=Q_fYGejdaBSGFbV1D-W_zmavp1b2Ku0GXHrPwRSoiqk,555
|
1148
1148
|
homeassistant-stubs/components/holiday/calendar.pyi,sha256=auBGXWvsb3zWmtXqw3dKP-A-6erZXwjEMFOPI-pF6pQ,1452
|
1149
1149
|
homeassistant-stubs/components/holiday/config_flow.pyi,sha256=qUo9nwxYGIja9x7dGo4ZMcLiPzYQC94nszhES-ahkGk,1200
|
1150
1150
|
homeassistant-stubs/components/holiday/const.pyi,sha256=se9wTvKnOtS4iGygevgAVf9LNoAfVHN6SS2Dym9n87Q,71
|
@@ -3265,7 +3265,7 @@ homeassistant-stubs/util/yaml/dumper.pyi,sha256=uQjW0KuME-gXVWgYJLNLoRDwDzVhhhgg
|
|
3265
3265
|
homeassistant-stubs/util/yaml/input.pyi,sha256=wuxpKYTXZL4MujFhqjHnRLv4VPYY6QPYd-Zji-Lz9Mo,383
|
3266
3266
|
homeassistant-stubs/util/yaml/loader.pyi,sha256=_KzmG0bGDiN9zpcdhSx9p3leawOwjmdZDKE4ciEMfKc,4272
|
3267
3267
|
homeassistant-stubs/util/yaml/objects.pyi,sha256=89c0boOGMdQvHxVk7Xs42DKMj3ldlozxjrpiV74RkGY,457
|
3268
|
-
homeassistant_stubs-2024.4.
|
3269
|
-
homeassistant_stubs-2024.4.
|
3270
|
-
homeassistant_stubs-2024.4.
|
3271
|
-
homeassistant_stubs-2024.4.
|
3268
|
+
homeassistant_stubs-2024.4.3.dist-info/METADATA,sha256=jQLJcNDZ2Wi0W2BcbywqZQRxNRQW5zrQBdMG4RGjDGc,3011
|
3269
|
+
homeassistant_stubs-2024.4.3.dist-info/WHEEL,sha256=vVCvjcmxuUltf8cYhJ0sJMRDLr1XsPuxEId8YDzbyCY,88
|
3270
|
+
homeassistant_stubs-2024.4.3.dist-info/LICENSE,sha256=_kHFjg-MAmJ-lXc7HiEjUzD3vZutVYKUVZZpAWcIuqo,1075
|
3271
|
+
homeassistant_stubs-2024.4.3.dist-info/RECORD,,
|
File without changes
|
File without changes
|