homeassistant-stubs 2024.7.1__py3-none-any.whl → 2024.7.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/enigma2/__init__.pyi +1 -0
- homeassistant-stubs/components/fully_kiosk/camera.pyi +1 -0
- homeassistant-stubs/components/matter/lock.pyi +5 -2
- homeassistant-stubs/components/recorder/migration.pyi +1 -0
- homeassistant-stubs/components/shelly/coordinator.pyi +1 -1
- homeassistant-stubs/components/shelly/utils.pyi +1 -0
- homeassistant-stubs/components/tplink/config_flow.pyi +2 -0
- homeassistant-stubs/components/unifi/button.pyi +2 -0
- {homeassistant_stubs-2024.7.1.dist-info → homeassistant_stubs-2024.7.3.dist-info}/METADATA +2 -2
- {homeassistant_stubs-2024.7.1.dist-info → homeassistant_stubs-2024.7.3.dist-info}/RECORD +12 -12
- {homeassistant_stubs-2024.7.1.dist-info → homeassistant_stubs-2024.7.3.dist-info}/LICENSE +0 -0
- {homeassistant_stubs-2024.7.1.dist-info → homeassistant_stubs-2024.7.3.dist-info}/WHEEL +0 -0
@@ -1,3 +1,4 @@
|
|
1
|
+
from .const import CONF_SOURCE_BOUQUET as CONF_SOURCE_BOUQUET
|
1
2
|
from _typeshed import Incomplete
|
2
3
|
from homeassistant.config_entries import ConfigEntry as ConfigEntry
|
3
4
|
from homeassistant.const import CONF_HOST as CONF_HOST, CONF_PASSWORD as CONF_PASSWORD, CONF_PORT as CONF_PORT, CONF_SSL as CONF_SSL, CONF_USERNAME as CONF_USERNAME, CONF_VERIFY_SSL as CONF_VERIFY_SSL, Platform as Platform
|
@@ -5,6 +5,7 @@ from _typeshed import Incomplete
|
|
5
5
|
from homeassistant.components.camera import Camera as Camera, CameraEntityFeature as CameraEntityFeature
|
6
6
|
from homeassistant.config_entries import ConfigEntry as ConfigEntry
|
7
7
|
from homeassistant.core import HomeAssistant as HomeAssistant, callback as callback
|
8
|
+
from homeassistant.exceptions import HomeAssistantError as HomeAssistantError
|
8
9
|
from homeassistant.helpers.entity_platform import AddEntitiesCallback as AddEntitiesCallback
|
9
10
|
|
10
11
|
async def async_setup_entry(hass: HomeAssistant, entry: ConfigEntry, async_add_entities: AddEntitiesCallback) -> None: ...
|
@@ -1,3 +1,4 @@
|
|
1
|
+
import asyncio
|
1
2
|
from .const import LOGGER as LOGGER
|
2
3
|
from .entity import MatterEntity as MatterEntity
|
3
4
|
from .helpers import get_matter as get_matter
|
@@ -17,6 +18,7 @@ async def async_setup_entry(hass: HomeAssistant, config_entry: ConfigEntry, asyn
|
|
17
18
|
|
18
19
|
class MatterLock(MatterEntity, LockEntity):
|
19
20
|
features: int | None
|
21
|
+
_optimistic_timer: asyncio.TimerHandle | None
|
20
22
|
@property
|
21
23
|
def code_format(self) -> str | None: ...
|
22
24
|
@property
|
@@ -28,11 +30,12 @@ class MatterLock(MatterEntity, LockEntity):
|
|
28
30
|
async def async_lock(self, **kwargs: Any) -> None: ...
|
29
31
|
_attr_is_unlocking: bool
|
30
32
|
async def async_unlock(self, **kwargs: Any) -> None: ...
|
33
|
+
_attr_is_opening: bool
|
31
34
|
async def async_open(self, **kwargs: Any) -> None: ...
|
32
35
|
_attr_supported_features: Incomplete
|
33
36
|
_attr_is_locked: bool
|
34
|
-
|
35
|
-
_attr_is_open: Incomplete
|
37
|
+
_attr_is_open: bool
|
36
38
|
def _update_from_device(self) -> None: ...
|
39
|
+
def _reset_optimistic_state(self, write_state: bool = True) -> None: ...
|
37
40
|
|
38
41
|
DISCOVERY_SCHEMAS: Incomplete
|
@@ -118,3 +118,4 @@ class EntityIDMigration(BaseRunTimeMigration):
|
|
118
118
|
def needs_migrate_query(self) -> StatementLambdaElement: ...
|
119
119
|
|
120
120
|
def _mark_migration_done(session: Session, migration: type[BaseRunTimeMigration]) -> None: ...
|
121
|
+
def rebuild_sqlite_table(session_maker: Callable[[], Session], engine: Engine, table: type[Base]) -> None: ...
|
@@ -1,6 +1,6 @@
|
|
1
1
|
from .bluetooth import async_connect_scanner as async_connect_scanner
|
2
2
|
from .const import ATTR_CHANNEL as ATTR_CHANNEL, ATTR_CLICK_TYPE as ATTR_CLICK_TYPE, ATTR_DEVICE as ATTR_DEVICE, ATTR_GENERATION as ATTR_GENERATION, BATTERY_DEVICES_WITH_PERMANENT_CONNECTION as BATTERY_DEVICES_WITH_PERMANENT_CONNECTION, BLEScannerMode as BLEScannerMode, CONF_BLE_SCANNER_MODE as CONF_BLE_SCANNER_MODE, CONF_SLEEP_PERIOD as CONF_SLEEP_PERIOD, DOMAIN as DOMAIN, DUAL_MODE_LIGHT_MODELS as DUAL_MODE_LIGHT_MODELS, ENTRY_RELOAD_COOLDOWN as ENTRY_RELOAD_COOLDOWN, EVENT_SHELLY_CLICK as EVENT_SHELLY_CLICK, INPUTS_EVENTS_DICT as INPUTS_EVENTS_DICT, LOGGER as LOGGER, MAX_PUSH_UPDATE_FAILURES as MAX_PUSH_UPDATE_FAILURES, MODELS_SUPPORTING_LIGHT_EFFECTS as MODELS_SUPPORTING_LIGHT_EFFECTS, OTA_BEGIN as OTA_BEGIN, OTA_ERROR as OTA_ERROR, OTA_PROGRESS as OTA_PROGRESS, OTA_SUCCESS as OTA_SUCCESS, PUSH_UPDATE_ISSUE_ID as PUSH_UPDATE_ISSUE_ID, REST_SENSORS_UPDATE_INTERVAL as REST_SENSORS_UPDATE_INTERVAL, RPC_INPUTS_EVENTS_TYPES as RPC_INPUTS_EVENTS_TYPES, RPC_RECONNECT_INTERVAL as RPC_RECONNECT_INTERVAL, RPC_SENSORS_POLLING_INTERVAL as RPC_SENSORS_POLLING_INTERVAL, SHBTN_MODELS as SHBTN_MODELS, UPDATE_PERIOD_MULTIPLIER as UPDATE_PERIOD_MULTIPLIER
|
3
|
-
from .utils import async_create_issue_unsupported_firmware as async_create_issue_unsupported_firmware, get_block_device_sleep_period as get_block_device_sleep_period, get_device_entry_gen as get_device_entry_gen, get_http_port as get_http_port, get_rpc_device_wakeup_period as get_rpc_device_wakeup_period, update_device_fw_info as update_device_fw_info
|
3
|
+
from .utils import async_create_issue_unsupported_firmware as async_create_issue_unsupported_firmware, get_block_device_sleep_period as get_block_device_sleep_period, get_device_entry_gen as get_device_entry_gen, get_host as get_host, get_http_port as get_http_port, get_rpc_device_wakeup_period as get_rpc_device_wakeup_period, update_device_fw_info as update_device_fw_info
|
4
4
|
from _typeshed import Incomplete
|
5
5
|
from aioshelly.block_device import BlockDevice, BlockUpdateType
|
6
6
|
from aioshelly.rpc_device import RpcDevice, RpcUpdateType
|
@@ -57,5 +57,6 @@ def get_release_url(gen: int, model: str, beta: bool) -> str | None: ...
|
|
57
57
|
def async_create_issue_unsupported_firmware(hass: HomeAssistant, entry: ConfigEntry) -> None: ...
|
58
58
|
def is_rpc_wifi_stations_disabled(config: dict[str, Any], _status: dict[str, Any], key: str) -> bool: ...
|
59
59
|
def get_http_port(data: MappingProxyType[str, Any]) -> int: ...
|
60
|
+
def get_host(host: str) -> str: ...
|
60
61
|
def async_remove_shelly_rpc_entities(hass: HomeAssistant, domain: str, mac: str, keys: list[str]) -> None: ...
|
61
62
|
def is_rpc_thermostat_mode(ident: int, status: dict[str, Any]) -> bool: ...
|
@@ -10,6 +10,7 @@ from homeassistant.helpers.typing import DiscoveryInfoType as DiscoveryInfoType
|
|
10
10
|
from kasa import Credentials, Device
|
11
11
|
from typing import Any
|
12
12
|
|
13
|
+
_LOGGER: Incomplete
|
13
14
|
STEP_AUTH_DATA_SCHEMA: Incomplete
|
14
15
|
|
15
16
|
class TPLinkConfigFlow(ConfigFlow, domain=DOMAIN):
|
@@ -21,6 +22,7 @@ class TPLinkConfigFlow(ConfigFlow, domain=DOMAIN):
|
|
21
22
|
def __init__(self) -> None: ...
|
22
23
|
async def async_step_dhcp(self, discovery_info: dhcp.DhcpServiceInfo) -> ConfigFlowResult: ...
|
23
24
|
async def async_step_integration_discovery(self, discovery_info: DiscoveryInfoType) -> ConfigFlowResult: ...
|
25
|
+
def _get_config_updates(self, entry: ConfigEntry, host: str, config: dict) -> dict | None: ...
|
24
26
|
def _update_config_if_entry_in_setup_error(self, entry: ConfigEntry, host: str, config: dict) -> ConfigFlowResult | None: ...
|
25
27
|
async def _async_handle_discovery(self, host: str, formatted_mac: str, config: dict | None = None) -> ConfigFlowResult: ...
|
26
28
|
async def async_step_discovery_auth_confirm(self, user_input: dict[str, Any] | None = None) -> ConfigFlowResult: ...
|
@@ -1,6 +1,7 @@
|
|
1
1
|
import aiounifi
|
2
2
|
from . import UnifiConfigEntry as UnifiConfigEntry
|
3
3
|
from .entity import HandlerT as HandlerT, UnifiEntity as UnifiEntity, UnifiEntityDescription as UnifiEntityDescription, async_device_available_fn as async_device_available_fn, async_device_device_info_fn as async_device_device_info_fn, async_wlan_available_fn as async_wlan_available_fn, async_wlan_device_info_fn as async_wlan_device_info_fn
|
4
|
+
from .hub import UnifiHub as UnifiHub
|
4
5
|
from aiounifi.interfaces.api_handlers import ItemEvent as ItemEvent
|
5
6
|
from aiounifi.models.api import ApiItemT
|
6
7
|
from collections.abc import Callable as Callable, Coroutine
|
@@ -11,6 +12,7 @@ from homeassistant.core import HomeAssistant as HomeAssistant, callback as callb
|
|
11
12
|
from homeassistant.helpers.entity_platform import AddEntitiesCallback as AddEntitiesCallback
|
12
13
|
from typing import Any
|
13
14
|
|
15
|
+
def async_port_power_cycle_available_fn(hub: UnifiHub, obj_id: str) -> bool: ...
|
14
16
|
async def async_restart_device_control_fn(api: aiounifi.Controller, obj_id: str) -> None: ...
|
15
17
|
async def async_power_cycle_port_control_fn(api: aiounifi.Controller, obj_id: str) -> None: ...
|
16
18
|
async def async_regenerate_password_control_fn(api: aiounifi.Controller, obj_id: str) -> None: ...
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: homeassistant-stubs
|
3
|
-
Version: 2024.7.
|
3
|
+
Version: 2024.7.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.7.
|
19
|
+
Requires-Dist: homeassistant (==2024.7.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
|
@@ -879,7 +879,7 @@ homeassistant-stubs/components/energyzero/coordinator.pyi,sha256=Dbd82MOPwTBYyW8
|
|
879
879
|
homeassistant-stubs/components/energyzero/diagnostics.pyi,sha256=QehfndCyadx06US3oiKaKLUoeY-H9jkbKNvo6AJzZbE,511
|
880
880
|
homeassistant-stubs/components/energyzero/sensor.pyi,sha256=ZuKWvZwv-UNyDysqjJdljsshtZr6mC8VuoCA90w5iAw,2520
|
881
881
|
homeassistant-stubs/components/energyzero/services.pyi,sha256=t8Me6CtOiXXTBzX5HxkIg29J8tErzZKE_9aFkqnPGGk,1400
|
882
|
-
homeassistant-stubs/components/enigma2/__init__.pyi,sha256=
|
882
|
+
homeassistant-stubs/components/enigma2/__init__.pyi,sha256=TSscOCaBd1jpYVlLcWJ9fo1f29_m_0h3fDvMsD8veZA,842
|
883
883
|
homeassistant-stubs/components/enigma2/config_flow.pyi,sha256=u4o4izfps9wUWlKrh_U39Fb9VN4FeaNaxabvqFO2Ndc,1903
|
884
884
|
homeassistant-stubs/components/enigma2/const.pyi,sha256=-hQ9QuNR0EOPU2NFasxgozsuoi-T07b3rFlrGnSK4Uk,343
|
885
885
|
homeassistant-stubs/components/enigma2/media_player.pyi,sha256=hD-Uzn8o6UgAQCQTVKbaTBCnH4nDEmPbaXB3KciSeHc,3534
|
@@ -1062,7 +1062,7 @@ homeassistant-stubs/components/frontend/storage.pyi,sha256=I5hLLpv6KlgwHDtYkeJTj
|
|
1062
1062
|
homeassistant-stubs/components/fully_kiosk/__init__.pyi,sha256=IBs6rcX6AsdrNsbiqPjcp7s-TvkoeEbow_wCUokYNlo,768
|
1063
1063
|
homeassistant-stubs/components/fully_kiosk/binary_sensor.pyi,sha256=HNBoP38dtIlAbrxYq9HLPlBv14FQxuIitWiB600HZC4,1208
|
1064
1064
|
homeassistant-stubs/components/fully_kiosk/button.pyi,sha256=1C4OAz8eH43zUYYpBy7GR2JzxXK8Ngt9Kid5zTW72cI,1728
|
1065
|
-
homeassistant-stubs/components/fully_kiosk/camera.pyi,sha256=
|
1065
|
+
homeassistant-stubs/components/fully_kiosk/camera.pyi,sha256=ulTQEj_90D3S4OkkNYhUOyQK2tfRUv5B6-jzOogEKO8,1294
|
1066
1066
|
homeassistant-stubs/components/fully_kiosk/config_flow.pyi,sha256=SmaNfVd_xxr9P-9oAmIWWmaZlpcKQ2J_gEvzn3lZ6nA,1490
|
1067
1067
|
homeassistant-stubs/components/fully_kiosk/const.pyi,sha256=o79umQ9lpaNw_ifF1z-dfk2OngYpfwOlWJZfYT0VtkQ,457
|
1068
1068
|
homeassistant-stubs/components/fully_kiosk/coordinator.pyi,sha256=yr5drPgJxJb42d6rp9kTD7x66vFRI5ezniT-7oJ5oYg,911
|
@@ -1711,7 +1711,7 @@ homeassistant-stubs/components/matter/event.pyi,sha256=wnxrxLnP8uL8isN-5JuKebuTK
|
|
1711
1711
|
homeassistant-stubs/components/matter/fan.pyi,sha256=n0AuhMyR9xYizsJHmfqbrzvk9rhAHmVKeJosdPtJEp0,2087
|
1712
1712
|
homeassistant-stubs/components/matter/helpers.pyi,sha256=ns3ORR-onyPHBniSiwvs7Gu0o7lpeRxBE4bhJzmnRgo,1208
|
1713
1713
|
homeassistant-stubs/components/matter/light.pyi,sha256=Qwd93LG7IdhnnCoDxkF2eKJ-1f8-Nuu5JpDuIWAIZ2w,2829
|
1714
|
-
homeassistant-stubs/components/matter/lock.pyi,sha256=
|
1714
|
+
homeassistant-stubs/components/matter/lock.pyi,sha256=zEvEIJfMOrkxtM0uYKDcORj_SqxZ1X2HhKUnbCFrP38,1892
|
1715
1715
|
homeassistant-stubs/components/matter/models.pyi,sha256=feyNRTNN0K3G2buVlKJN5F2B8_CTgqiXhIGRsIqHa48,1913
|
1716
1716
|
homeassistant-stubs/components/matter/number.pyi,sha256=GYVx--iS8vb_iVO26LeP5wQe8HKFUboYelHohm-QOfk,1717
|
1717
1717
|
homeassistant-stubs/components/matter/sensor.pyi,sha256=cyChuHGM3hIPitTuHKChDsAXllaG1X_ElT-0F3TStHo,2248
|
@@ -2288,7 +2288,7 @@ homeassistant-stubs/components/recorder/history/common.pyi,sha256=x-4Swd7277gcHw
|
|
2288
2288
|
homeassistant-stubs/components/recorder/history/const.pyi,sha256=QiVq0ILuLWh_v0c_ZAhhaJuS_a2B4yKXQHgy97r81rs,212
|
2289
2289
|
homeassistant-stubs/components/recorder/history/legacy.pyi,sha256=CtWFpp3KmHhy5d1icMSN6fHOUmo3By6xzFWwAYZRSrs,5527
|
2290
2290
|
homeassistant-stubs/components/recorder/history/modern.pyi,sha256=IdzzRfC_HM2qNIDrUXG6Dj9-f0CNYpb5oqkip8uQbFU,5237
|
2291
|
-
homeassistant-stubs/components/recorder/migration.pyi,sha256=
|
2291
|
+
homeassistant-stubs/components/recorder/migration.pyi,sha256=i6L3gMSNxz4sgtNzJARHAsoD07_eUgq87H_nYJzylcQ,9629
|
2292
2292
|
homeassistant-stubs/components/recorder/models/__init__.pyi,sha256=rIegeqBnmMKhv3iJEp_1YMdjzQcSbIDwOvUmFfRQanw,1887
|
2293
2293
|
homeassistant-stubs/components/recorder/models/context.pyi,sha256=KV0hjPIM9o9CpQp2ByAOHcgNlVwnuDxvwKwvTirVqYM,430
|
2294
2294
|
homeassistant-stubs/components/recorder/models/database.pyi,sha256=59cqL8iEiBTQrF-n762RORfm9Q_xaJ8OW_7PbARe3WY,554
|
@@ -2540,7 +2540,7 @@ homeassistant-stubs/components/shelly/button.pyi,sha256=6pwwSusXf7BuAwyoG_4tq-aY
|
|
2540
2540
|
homeassistant-stubs/components/shelly/climate.pyi,sha256=63E6ibNEpbMZb_N3V0Jg6aFyOQRdp4s2bxTZA3SYYa0,5569
|
2541
2541
|
homeassistant-stubs/components/shelly/config_flow.pyi,sha256=Lcf2KunZYOUzfVq9Z_JMOja7dBiWDB5y839du_Y3Eys,3451
|
2542
2542
|
homeassistant-stubs/components/shelly/const.pyi,sha256=Z9UxpmVXgmCoLJ_6yDtlbHzQmBlv9epNXirBj0UDrOs,2266
|
2543
|
-
homeassistant-stubs/components/shelly/coordinator.pyi,sha256=
|
2543
|
+
homeassistant-stubs/components/shelly/coordinator.pyi,sha256=lt97JaTMUZbQR6FJnrzNXOtsnZAmGdH8i8_RL1Qkte0,7087
|
2544
2544
|
homeassistant-stubs/components/shelly/cover.pyi,sha256=DuVDbP-YxarM6YUvf0y1r4ij3sSbPZpAMyS63ExvK0I,2758
|
2545
2545
|
homeassistant-stubs/components/shelly/device_trigger.pyi,sha256=pXIeDnIMtGs_ZkJV8fvJG8kYkaTrZ6RW7YnCjKWxZNE,1988
|
2546
2546
|
homeassistant-stubs/components/shelly/diagnostics.pyi,sha256=f8nZC061W2AfmWFvF2nU5sAo3RBVQonWxZEF1Bk4aIk,677
|
@@ -2552,7 +2552,7 @@ homeassistant-stubs/components/shelly/number.pyi,sha256=bWdhGvRoT_Hn3VB8tTNc75-b
|
|
2552
2552
|
homeassistant-stubs/components/shelly/sensor.pyi,sha256=VQIdYR8l_EKrynyWPgxGh-tgEroXNc3GSW5ZOAbVNzo,5995
|
2553
2553
|
homeassistant-stubs/components/shelly/switch.pyi,sha256=AarJz-qS8NpfW-wJY5V5jmZZpyEPiVmVf3F6u8gHxiU,3860
|
2554
2554
|
homeassistant-stubs/components/shelly/update.pyi,sha256=-A3hErk6bhfIk2FMaYs-pj6XXTOMU9NkS73ZjutFKmk,4699
|
2555
|
-
homeassistant-stubs/components/shelly/utils.pyi,sha256=
|
2555
|
+
homeassistant-stubs/components/shelly/utils.pyi,sha256=v63d1-P-OLkjkeAP5uctQj52o--X2j8ST1cj7xZNmSE,4622
|
2556
2556
|
homeassistant-stubs/components/shelly/valve.pyi,sha256=cFIEUi09EFoX8snveIUvCmACMu97z3AOmyJ-bYwZGUs,2375
|
2557
2557
|
homeassistant-stubs/components/shopping_list/__init__.pyi,sha256=SAuctSuQY53LFbrl4-e5gFG-SOLppLqJOLdyGlp4Tr4,4669
|
2558
2558
|
homeassistant-stubs/components/shopping_list/config_flow.pyi,sha256=pZ_rPWc8tyyDavIxaSEPrQt0kFfswEUmqpjih7qIGbk,482
|
@@ -2877,7 +2877,7 @@ homeassistant-stubs/components/tplink/__init__.pyi,sha256=33vn8sAX26WwFVqdOT9f7F
|
|
2877
2877
|
homeassistant-stubs/components/tplink/binary_sensor.pyi,sha256=rvGvbzuMi7Oe55E3s4jeMKImRVycdlwwbPaj0UP0Nk4,1520
|
2878
2878
|
homeassistant-stubs/components/tplink/button.pyi,sha256=mJuuHk4Xe3MVXveDpzfpPAUHzAVDGgLL2A7-U2Gmhdw,1389
|
2879
2879
|
homeassistant-stubs/components/tplink/climate.pyi,sha256=vsX5leWYVd6GXFRWLfKxqDEoJL0G4qjcy823flVug_Q,2188
|
2880
|
-
homeassistant-stubs/components/tplink/config_flow.pyi,sha256=
|
2880
|
+
homeassistant-stubs/components/tplink/config_flow.pyi,sha256=bEGhlH95USm0SZYz7km9PyYH3rneepuPbADNIEL2z7E,3288
|
2881
2881
|
homeassistant-stubs/components/tplink/const.pyi,sha256=zkoaSVwHL77PZgEoVWy_zVvRTB44IGvO7usaoHEUluc,510
|
2882
2882
|
homeassistant-stubs/components/tplink/coordinator.pyi,sha256=mWT8dNcTFM1HBGRJTm5z91ej7VaIoYfBksjOuOySlIw,835
|
2883
2883
|
homeassistant-stubs/components/tplink/diagnostics.pyi,sha256=DeZAwYKgyNzK6KIlHhdSsSmm83325gP311t5eo7VYEk,473
|
@@ -2974,7 +2974,7 @@ homeassistant-stubs/components/twentemilieu/diagnostics.pyi,sha256=V1qnx0G0g12MZ
|
|
2974
2974
|
homeassistant-stubs/components/twentemilieu/entity.pyi,sha256=RCKjENUpfHBVxg5dS0LRHEbb36z6R4OLtD7NCalQK7A,745
|
2975
2975
|
homeassistant-stubs/components/twentemilieu/sensor.pyi,sha256=pXIpMtTbT2gmtTC_9SxvCa-aAx3dkGaO0GHC3XukPKA,1657
|
2976
2976
|
homeassistant-stubs/components/unifi/__init__.pyi,sha256=THboyWqzfeYbAAmjisq0dHXQqWqr0xvVtbUEh6zv76A,1990
|
2977
|
-
homeassistant-stubs/components/unifi/button.pyi,sha256=
|
2977
|
+
homeassistant-stubs/components/unifi/button.pyi,sha256=tZP_I64uzjLxAUVGBXwKe0SuunLObZxb6-1cZP2E-gw,2555
|
2978
2978
|
homeassistant-stubs/components/unifi/config_flow.pyi,sha256=ADGbL0OBiOfNQHOAKDQYyruABv2Ln6rSi873Xaf6IAs,3408
|
2979
2979
|
homeassistant-stubs/components/unifi/const.pyi,sha256=kA3INevGKCyzxfUQ_d_glntAyvVym3Wn0WanP6coJzo,832
|
2980
2980
|
homeassistant-stubs/components/unifi/device_tracker.pyi,sha256=ZKgTdzHy-IcSWMZaGHR__nhMK3NShOQVYHD-4e4OxIg,3694
|
@@ -3431,7 +3431,7 @@ homeassistant-stubs/util/yaml/dumper.pyi,sha256=uQjW0KuME-gXVWgYJLNLoRDwDzVhhhgg
|
|
3431
3431
|
homeassistant-stubs/util/yaml/input.pyi,sha256=wuxpKYTXZL4MujFhqjHnRLv4VPYY6QPYd-Zji-Lz9Mo,383
|
3432
3432
|
homeassistant-stubs/util/yaml/loader.pyi,sha256=RTT2312P0TB9bA-rj3xdQK_J6sqVQE4LBJozgLH3oao,4621
|
3433
3433
|
homeassistant-stubs/util/yaml/objects.pyi,sha256=YUlr0nf9ugzJT9J2YHaGV2fXu5opuyNvvHPqNW46m5I,707
|
3434
|
-
homeassistant_stubs-2024.7.
|
3435
|
-
homeassistant_stubs-2024.7.
|
3436
|
-
homeassistant_stubs-2024.7.
|
3437
|
-
homeassistant_stubs-2024.7.
|
3434
|
+
homeassistant_stubs-2024.7.3.dist-info/LICENSE,sha256=_kHFjg-MAmJ-lXc7HiEjUzD3vZutVYKUVZZpAWcIuqo,1075
|
3435
|
+
homeassistant_stubs-2024.7.3.dist-info/WHEEL,sha256=vVCvjcmxuUltf8cYhJ0sJMRDLr1XsPuxEId8YDzbyCY,88
|
3436
|
+
homeassistant_stubs-2024.7.3.dist-info/METADATA,sha256=sAKEHvHVmyrJ9pr9LfGa9fl9-t5AE0vfbeJHpEIg_hc,3011
|
3437
|
+
homeassistant_stubs-2024.7.3.dist-info/RECORD,,
|
File without changes
|
File without changes
|