homeassistant-stubs 2025.8.0b0__py3-none-any.whl → 2025.8.0b1__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.
Potentially problematic release.
This version of homeassistant-stubs might be problematic. Click here for more details.
- homeassistant-stubs/components/homeassistant_hardware/coordinator.pyi +2 -1
- homeassistant-stubs/components/miele/coordinator.pyi +1 -1
- homeassistant-stubs/helpers/device_registry.pyi +1 -1
- {homeassistant_stubs-2025.8.0b0.dist-info → homeassistant_stubs-2025.8.0b1.dist-info}/METADATA +2 -2
- {homeassistant_stubs-2025.8.0b0.dist-info → homeassistant_stubs-2025.8.0b1.dist-info}/RECORD +7 -7
- {homeassistant_stubs-2025.8.0b0.dist-info → homeassistant_stubs-2025.8.0b1.dist-info}/WHEEL +0 -0
- {homeassistant_stubs-2025.8.0b0.dist-info → homeassistant_stubs-2025.8.0b1.dist-info}/licenses/LICENSE +0 -0
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
from _typeshed import Incomplete
|
|
2
2
|
from aiohttp import ClientSession as ClientSession
|
|
3
3
|
from ha_silabs_firmware_client import FirmwareManifest
|
|
4
|
+
from homeassistant.config_entries import ConfigEntry as ConfigEntry
|
|
4
5
|
from homeassistant.core import HomeAssistant as HomeAssistant
|
|
5
6
|
from homeassistant.helpers.update_coordinator import DataUpdateCoordinator as DataUpdateCoordinator, UpdateFailed as UpdateFailed
|
|
6
7
|
|
|
@@ -11,5 +12,5 @@ class FirmwareUpdateCoordinator(DataUpdateCoordinator[FirmwareManifest]):
|
|
|
11
12
|
hass: Incomplete
|
|
12
13
|
session: Incomplete
|
|
13
14
|
client: Incomplete
|
|
14
|
-
def __init__(self, hass: HomeAssistant, session: ClientSession, url: str) -> None: ...
|
|
15
|
+
def __init__(self, hass: HomeAssistant, config_entry: ConfigEntry, session: ClientSession, url: str) -> None: ...
|
|
15
16
|
async def _async_update_data(self) -> FirmwareManifest: ...
|
|
@@ -22,7 +22,7 @@ class MieleDataUpdateCoordinator(DataUpdateCoordinator[MieleCoordinatorData]):
|
|
|
22
22
|
known_devices: set[str]
|
|
23
23
|
devices: dict[str, MieleDevice]
|
|
24
24
|
api: Incomplete
|
|
25
|
-
def __init__(self, hass: HomeAssistant, api: AsyncConfigEntryAuth) -> None: ...
|
|
25
|
+
def __init__(self, hass: HomeAssistant, config_entry: MieleConfigEntry, api: AsyncConfigEntryAuth) -> None: ...
|
|
26
26
|
async def _async_update_data(self) -> MieleCoordinatorData: ...
|
|
27
27
|
def async_add_devices(self, added_devices: set[str]) -> tuple[set[str], set[str]]: ...
|
|
28
28
|
async def callback_update_data(self, devices_json: dict[str, dict]) -> None: ...
|
|
@@ -75,7 +75,7 @@ class _EventDeviceRegistryUpdatedData_Create(TypedDict):
|
|
|
75
75
|
class _EventDeviceRegistryUpdatedData_Remove(TypedDict):
|
|
76
76
|
action: Literal['remove']
|
|
77
77
|
device_id: str
|
|
78
|
-
device:
|
|
78
|
+
device: dict[str, Any]
|
|
79
79
|
|
|
80
80
|
class _EventDeviceRegistryUpdatedData_Update(TypedDict):
|
|
81
81
|
action: Literal['update']
|
{homeassistant_stubs-2025.8.0b0.dist-info → homeassistant_stubs-2025.8.0b1.dist-info}/METADATA
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: homeassistant-stubs
|
|
3
|
-
Version: 2025.8.
|
|
3
|
+
Version: 2025.8.0b1
|
|
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.2
|
|
21
|
-
Requires-Dist: homeassistant==2025.8.
|
|
21
|
+
Requires-Dist: homeassistant==2025.8.0b1
|
|
22
22
|
Description-Content-Type: text/markdown
|
|
23
23
|
|
|
24
24
|
[](https://github.com/KapJI/homeassistant-stubs/actions/workflows/ci.yaml)
|
{homeassistant_stubs-2025.8.0b0.dist-info → homeassistant_stubs-2025.8.0b1.dist-info}/RECORD
RENAMED
|
@@ -1534,7 +1534,7 @@ homeassistant-stubs/components/homeassistant_green/const.pyi,sha256=khiPPfo2eMEa
|
|
|
1534
1534
|
homeassistant-stubs/components/homeassistant_green/hardware.pyi,sha256=F0vW0HKbmTiUbCAYKK8j0nzSgOxlqC7Ja6h7WlE9qiA,518
|
|
1535
1535
|
homeassistant-stubs/components/homeassistant_hardware/__init__.pyi,sha256=SUXW5kX_c-WP-ftkNUgxjQdoA9_Z9ehRkED__HaOlKo,405
|
|
1536
1536
|
homeassistant-stubs/components/homeassistant_hardware/const.pyi,sha256=NB1bv9Iqnmf3AJ3L8L4VdvfirMn3zpgHokBvMtNIJB0,516
|
|
1537
|
-
homeassistant-stubs/components/homeassistant_hardware/coordinator.pyi,sha256
|
|
1537
|
+
homeassistant-stubs/components/homeassistant_hardware/coordinator.pyi,sha256=OyLirzj25fY2AnwrbSXXFlBIOyCGGw3KXBg6cHJen_w,783
|
|
1538
1538
|
homeassistant-stubs/components/homeassistant_hardware/firmware_config_flow.pyi,sha256=AK_gB0sgARyPFqDO7AN9DqQMZRF9zm7bVblOf4Jdyco,5169
|
|
1539
1539
|
homeassistant-stubs/components/homeassistant_hardware/helpers.pyi,sha256=BzOXtbHQ8GVUIbx0T7MokToASD2eiL_ceona69A_ZH4,1969
|
|
1540
1540
|
homeassistant-stubs/components/homeassistant_hardware/silabs_multiprotocol_addon.pyi,sha256=P8z8qjk32EnV2d3Gyu5TmKM4dDAnT9lLasI4VKENhKY,7565
|
|
@@ -2258,7 +2258,7 @@ homeassistant-stubs/components/miele/button.pyi,sha256=GF_fbEC9v-oT24X9Ht9UXKxCk
|
|
|
2258
2258
|
homeassistant-stubs/components/miele/climate.pyi,sha256=DfRSG6iQyCol7yeilXjn1WawT5O_gqhVT1GJX7znd24,2648
|
|
2259
2259
|
homeassistant-stubs/components/miele/config_flow.pyi,sha256=lRwke0ymW0DZIugt_cN68S10M7Bu8JlTs5mndGv9Re0,922
|
|
2260
2260
|
homeassistant-stubs/components/miele/const.pyi,sha256=n1FjSoAXup0SpJaEJZl-WYwZnzSXD7D7RLCeC8smSf0,3639
|
|
2261
|
-
homeassistant-stubs/components/miele/coordinator.pyi,sha256=
|
|
2261
|
+
homeassistant-stubs/components/miele/coordinator.pyi,sha256=K6h8DGQnzlxtOK2yBI-z6V4mSr6iAg7kBSrIHb8mjas,1406
|
|
2262
2262
|
homeassistant-stubs/components/miele/diagnostics.pyi,sha256=6OC75uoLx_ThOr5dpU_XJaMS6Xu6dhNgv6v889o7pQ0,739
|
|
2263
2263
|
homeassistant-stubs/components/miele/entity.pyi,sha256=X7l46iaWdJOHQP6kd7ACw0M-9EHGEq8kD-C9ThZ70io,1339
|
|
2264
2264
|
homeassistant-stubs/components/miele/fan.pyi,sha256=i3YyHE0xob1KGjKMMX_VKNm7LWfGqLO2CsOIYWPQMMg,2142
|
|
@@ -4248,7 +4248,7 @@ homeassistant-stubs/helpers/data_entry_flow.pyi,sha256=VwH5up0Ad8Wa5NdfJ1WbJDcks
|
|
|
4248
4248
|
homeassistant-stubs/helpers/debounce.pyi,sha256=lnisG_0NkR1odeqez4SDZkW_Wk8BDiYt55cSfY4M9_Y,1353
|
|
4249
4249
|
homeassistant-stubs/helpers/deprecation.pyi,sha256=DzqtSPzdvyF2FOy97ev5FrUT5jjr2vY0KZ69-87ftbY,2524
|
|
4250
4250
|
homeassistant-stubs/helpers/device.pyi,sha256=Kq-Vvz1XKGq1XmpomL5NLR4YydAZVrORO2gZ53tNKcw,897
|
|
4251
|
-
homeassistant-stubs/helpers/device_registry.pyi,sha256=
|
|
4251
|
+
homeassistant-stubs/helpers/device_registry.pyi,sha256=ghh00wOUE9MKyoinn3gSgXUgAXIQeGzLivUHxKCZKT4,13788
|
|
4252
4252
|
homeassistant-stubs/helpers/discovery.pyi,sha256=5MZKVLTRnu2m6l8NM_ETWO-o6Ux-tRwZC2QJ66YjOH8,1835
|
|
4253
4253
|
homeassistant-stubs/helpers/discovery_flow.pyi,sha256=SLYpWAl2JuilyTFIQouqNJiEvn643aAzEJW4t9tV8R4,1863
|
|
4254
4254
|
homeassistant-stubs/helpers/dispatcher.pyi,sha256=z0VFzDAS4bG34zEuaw53-1-WgrquxGIFM2vUuhPyxSo,2545
|
|
@@ -4363,7 +4363,7 @@ homeassistant-stubs/util/yaml/dumper.pyi,sha256=vaIsOJB6hkwj7GLyo3YCNZCTwVgvvODy
|
|
|
4363
4363
|
homeassistant-stubs/util/yaml/input.pyi,sha256=j_ejvjaXDxeNYtA4hb9tNUPsQdi7wogbmTQXsqmt5xo,253
|
|
4364
4364
|
homeassistant-stubs/util/yaml/loader.pyi,sha256=_HvI0rXv3kQRsSRV-VZGWVyGjD0SAzLkPfq0A3jksrs,850
|
|
4365
4365
|
homeassistant-stubs/util/yaml/objects.pyi,sha256=Ynjx0JaWF3u82Pj8aXO-YeqrkzNO8t-Nn7G7rr_X-oI,206
|
|
4366
|
-
homeassistant_stubs-2025.8.
|
|
4367
|
-
homeassistant_stubs-2025.8.
|
|
4368
|
-
homeassistant_stubs-2025.8.
|
|
4369
|
-
homeassistant_stubs-2025.8.
|
|
4366
|
+
homeassistant_stubs-2025.8.0b1.dist-info/METADATA,sha256=ZXBmi2oFuqQPFxWtRcOeJTgvtPY9M0kuC3CmP9S5894,2952
|
|
4367
|
+
homeassistant_stubs-2025.8.0b1.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
|
4368
|
+
homeassistant_stubs-2025.8.0b1.dist-info/licenses/LICENSE,sha256=_kHFjg-MAmJ-lXc7HiEjUzD3vZutVYKUVZZpAWcIuqo,1075
|
|
4369
|
+
homeassistant_stubs-2025.8.0b1.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|