homeassistant-stubs 2025.6.0b2__py3-none-any.whl → 2025.6.0b4__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/immich/media_source.pyi +1 -0
- homeassistant-stubs/components/jellyfin/__init__.pyi +1 -1
- homeassistant-stubs/components/jellyfin/entity.pyi +2 -2
- homeassistant-stubs/components/reolink/views.pyi +1 -0
- {homeassistant_stubs-2025.6.0b2.dist-info → homeassistant_stubs-2025.6.0b4.dist-info}/METADATA +2 -2
- {homeassistant_stubs-2025.6.0b2.dist-info → homeassistant_stubs-2025.6.0b4.dist-info}/RECORD +8 -8
- {homeassistant_stubs-2025.6.0b2.dist-info → homeassistant_stubs-2025.6.0b4.dist-info}/WHEEL +0 -0
- {homeassistant_stubs-2025.6.0b2.dist-info → homeassistant_stubs-2025.6.0b4.dist-info}/licenses/LICENSE +0 -0
@@ -1,5 +1,5 @@
|
|
1
1
|
from .client_wrapper import CannotConnect as CannotConnect, InvalidAuth as InvalidAuth, create_client as create_client, validate_input as validate_input
|
2
|
-
from .const import CONF_CLIENT_DEVICE_ID as CONF_CLIENT_DEVICE_ID, DOMAIN as DOMAIN, PLATFORMS as PLATFORMS
|
2
|
+
from .const import CONF_CLIENT_DEVICE_ID as CONF_CLIENT_DEVICE_ID, DEFAULT_NAME as DEFAULT_NAME, DOMAIN as DOMAIN, PLATFORMS as PLATFORMS
|
3
3
|
from .coordinator import JellyfinConfigEntry as JellyfinConfigEntry, JellyfinDataUpdateCoordinator as JellyfinDataUpdateCoordinator
|
4
4
|
from homeassistant.core import HomeAssistant as HomeAssistant
|
5
5
|
from homeassistant.exceptions import ConfigEntryAuthFailed as ConfigEntryAuthFailed, ConfigEntryNotReady as ConfigEntryNotReady
|
@@ -1,7 +1,7 @@
|
|
1
|
-
from .const import
|
1
|
+
from .const import DOMAIN as DOMAIN
|
2
2
|
from .coordinator import JellyfinDataUpdateCoordinator as JellyfinDataUpdateCoordinator
|
3
3
|
from _typeshed import Incomplete
|
4
|
-
from homeassistant.helpers.device_registry import
|
4
|
+
from homeassistant.helpers.device_registry import DeviceInfo as DeviceInfo
|
5
5
|
from homeassistant.helpers.update_coordinator import CoordinatorEntity as CoordinatorEntity
|
6
6
|
from typing import Any
|
7
7
|
|
@@ -18,5 +18,6 @@ class PlaybackProxyView(HomeAssistantView):
|
|
18
18
|
name: str
|
19
19
|
hass: Incomplete
|
20
20
|
session: Incomplete
|
21
|
+
_vod_type: str | None
|
21
22
|
def __init__(self, hass: HomeAssistant) -> None: ...
|
22
23
|
async def get(self, request: web.Request, config_entry_id: str, channel: str, stream_res: str, vod_type: str, filename: str, retry: int = 2) -> web.StreamResponse: ...
|
{homeassistant_stubs-2025.6.0b2.dist-info → homeassistant_stubs-2025.6.0b4.dist-info}/METADATA
RENAMED
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: homeassistant-stubs
|
3
|
-
Version: 2025.6.
|
3
|
+
Version: 2025.6.0b4
|
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.6.
|
21
|
+
Requires-Dist: homeassistant==2025.6.0b4
|
22
22
|
Description-Content-Type: text/markdown
|
23
23
|
|
24
24
|
[](https://github.com/KapJI/homeassistant-stubs/actions/workflows/ci.yaml)
|
{homeassistant_stubs-2025.6.0b2.dist-info → homeassistant_stubs-2025.6.0b4.dist-info}/RECORD
RENAMED
@@ -1706,7 +1706,7 @@ homeassistant-stubs/components/immich/const.pyi,sha256=ftkwwwWcnpYxJlbTZnzmMXzT9
|
|
1706
1706
|
homeassistant-stubs/components/immich/coordinator.pyi,sha256=WpaPzsNq_p0FN_5F8wW6nRtFqRD3M6YvFGXLoH-qhzQ,1347
|
1707
1707
|
homeassistant-stubs/components/immich/diagnostics.pyi,sha256=2naxv4sr-CIZkYoMDMrdDH214q43PoD5omsV3gzc4SE,494
|
1708
1708
|
homeassistant-stubs/components/immich/entity.pyi,sha256=smKVUpxwCFqrEtTIeF8EeT0K2EHqVFxLRsGZ-rBz3_4,569
|
1709
|
-
homeassistant-stubs/components/immich/media_source.pyi,sha256=
|
1709
|
+
homeassistant-stubs/components/immich/media_source.pyi,sha256=gmW4VJDw8HLKI2uv5qj1zWSMq6L6BCkzyfsJ6inBvNA,1851
|
1710
1710
|
homeassistant-stubs/components/immich/sensor.pyi,sha256=wteHVUeJkSSdDg1O1pPdaDdrilTIRq18Hynorpu5Uhw,1597
|
1711
1711
|
homeassistant-stubs/components/incomfort/__init__.pyi,sha256=t-qYUVvZc1FU1wPoPoLKMmoeOQQTIXzkZKrtoFW2lYI,1089
|
1712
1712
|
homeassistant-stubs/components/incomfort/binary_sensor.pyi,sha256=A3d8TjIYE4Zf25KSRgh8ldtAId7MDolW_Mnov7suuSM,1780
|
@@ -1798,14 +1798,14 @@ homeassistant-stubs/components/isy994/services.pyi,sha256=DOWNkKk3vz0723QYJiBHGC
|
|
1798
1798
|
homeassistant-stubs/components/isy994/switch.pyi,sha256=Uy-11CVRyjXf6-6nhIGvBJHenY_Hvk8n0jL8Zz3Ove0,2453
|
1799
1799
|
homeassistant-stubs/components/isy994/system_health.pyi,sha256=qCVA2PJWDlGtfoxdnryPSuEWIDWxghbORamBHtdUWSk,542
|
1800
1800
|
homeassistant-stubs/components/isy994/util.pyi,sha256=uK5TXw93lrkodnlbaBGSnWWg92kGmMS8fMo2yNsG100,279
|
1801
|
-
homeassistant-stubs/components/jellyfin/__init__.pyi,sha256=
|
1801
|
+
homeassistant-stubs/components/jellyfin/__init__.pyi,sha256=KTCWUQ6AD-dSwebTMc3qlYLBU6nSVbWwqDuQTodX3z8,993
|
1802
1802
|
homeassistant-stubs/components/jellyfin/browse_media.pyi,sha256=KVW-KbR-GGA0Psf5agTLEG1-83jfNrwZKLCJUa8WTD4,1467
|
1803
1803
|
homeassistant-stubs/components/jellyfin/client_wrapper.pyi,sha256=aE1aSu5eaLMv4Mpm32W7-8pc0jUbdMLJlhOe6KGPgXk,1418
|
1804
1804
|
homeassistant-stubs/components/jellyfin/config_flow.pyi,sha256=uVCl0auzcuv0jKVxxtkO2I8RCtiln1fgYZm7ybxO67M,1702
|
1805
1805
|
homeassistant-stubs/components/jellyfin/const.pyi,sha256=KSIBvtoBQK4bdAo9vL0CTrEztwUQD5dDXHSztRNwOMU,1371
|
1806
1806
|
homeassistant-stubs/components/jellyfin/coordinator.pyi,sha256=4gq8-EaKH6MpPVJ_KSogPxB4VJcJMJv1afH3BbcbwOo,1148
|
1807
1807
|
homeassistant-stubs/components/jellyfin/diagnostics.pyi,sha256=ZXWIAoD2iWSZaeiAvZL410qa8-HrnMm3J-aqWZ8xgIg,478
|
1808
|
-
homeassistant-stubs/components/jellyfin/entity.pyi,sha256=
|
1808
|
+
homeassistant-stubs/components/jellyfin/entity.pyi,sha256=_2wb3bZ3ml3tcIeJU6_LycxjB92vd4JEEo9A1JfLlpA,1103
|
1809
1809
|
homeassistant-stubs/components/jellyfin/media_player.pyi,sha256=ft57IMOT8D9nNfLkij8ZXIAeD-pumCkXe1X0o-CNnHU,2948
|
1810
1810
|
homeassistant-stubs/components/jellyfin/media_source.pyi,sha256=4iI8ZsBxp-ZYARdmyFJfiMmXTLNg_ebs5zwKPieHze4,4284
|
1811
1811
|
homeassistant-stubs/components/jellyfin/remote.pyi,sha256=NtAVG_xLQEnNh5Rm2jei8G0Mcy7v7Ps645kdVwnFmDw,1215
|
@@ -3002,7 +3002,7 @@ homeassistant-stubs/components/reolink/siren.pyi,sha256=gc7ZVAvk00SqByirdrhQgGFb
|
|
3002
3002
|
homeassistant-stubs/components/reolink/switch.pyi,sha256=9kEFCDvlUv_Wi0LhI4U_UY1J7nub4UEKgf8TeOzGtjk,3582
|
3003
3003
|
homeassistant-stubs/components/reolink/update.pyi,sha256=hUpGXE_1BBVGEqUBipOTKqWtEVYoP1pcStnw1eRw_f0,3939
|
3004
3004
|
homeassistant-stubs/components/reolink/util.pyi,sha256=xa5B4RxLz2GPKIXYskRM9zWX0Cgs6MXn3u7VA7pd-Ok,1779
|
3005
|
-
homeassistant-stubs/components/reolink/views.pyi,sha256=
|
3005
|
+
homeassistant-stubs/components/reolink/views.pyi,sha256=4Mi4NIZ_xRsHJGKkJdAIdosUdEWmrJYJEYOI7NuCZqU,1067
|
3006
3006
|
homeassistant-stubs/components/repairs/__init__.pyi,sha256=rP2wDUxLdI5jElaCv55gBOyLl43X4KtQXwaCD2BFXeU,421
|
3007
3007
|
homeassistant-stubs/components/repairs/const.pyi,sha256=khiPPfo2eMEa2_FD5EaWMNBjEj5lrRekpLiGQofynn8,12
|
3008
3008
|
homeassistant-stubs/components/repairs/issue_handler.pyi,sha256=SV-7PGzT5BK4DW-1mdf3igHoid8_ey4uVrGT1amoJq4,1394
|
@@ -4255,7 +4255,7 @@ homeassistant-stubs/util/yaml/dumper.pyi,sha256=vaIsOJB6hkwj7GLyo3YCNZCTwVgvvODy
|
|
4255
4255
|
homeassistant-stubs/util/yaml/input.pyi,sha256=j_ejvjaXDxeNYtA4hb9tNUPsQdi7wogbmTQXsqmt5xo,253
|
4256
4256
|
homeassistant-stubs/util/yaml/loader.pyi,sha256=cgUew76NjS7Q1Aml5sLBE2DB9JGrJS2fE-EDE92p-og,805
|
4257
4257
|
homeassistant-stubs/util/yaml/objects.pyi,sha256=Ynjx0JaWF3u82Pj8aXO-YeqrkzNO8t-Nn7G7rr_X-oI,206
|
4258
|
-
homeassistant_stubs-2025.6.
|
4259
|
-
homeassistant_stubs-2025.6.
|
4260
|
-
homeassistant_stubs-2025.6.
|
4261
|
-
homeassistant_stubs-2025.6.
|
4258
|
+
homeassistant_stubs-2025.6.0b4.dist-info/METADATA,sha256=SusehvUYIOV-YkvtxXhUsP34EcN4bciZPd6xXVL9QIQ,2952
|
4259
|
+
homeassistant_stubs-2025.6.0b4.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
4260
|
+
homeassistant_stubs-2025.6.0b4.dist-info/licenses/LICENSE,sha256=_kHFjg-MAmJ-lXc7HiEjUzD3vZutVYKUVZZpAWcIuqo,1075
|
4261
|
+
homeassistant_stubs-2025.6.0b4.dist-info/RECORD,,
|
File without changes
|
File without changes
|