homeassistant-stubs 2025.10.3__py3-none-any.whl → 2025.10.4__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/auth/mfa_modules/totp.pyi +2 -0
- homeassistant-stubs/components/airnow/config_flow.pyi +1 -0
- homeassistant-stubs/components/lametric/config_flow.pyi +2 -0
- homeassistant-stubs/components/lcn/sensor.pyi +1 -1
- homeassistant-stubs/components/simplisafe/config_flow.pyi +2 -0
- {homeassistant_stubs-2025.10.3.dist-info → homeassistant_stubs-2025.10.4.dist-info}/METADATA +2 -2
- {homeassistant_stubs-2025.10.3.dist-info → homeassistant_stubs-2025.10.4.dist-info}/RECORD +9 -9
- {homeassistant_stubs-2025.10.3.dist-info → homeassistant_stubs-2025.10.4.dist-info}/WHEEL +0 -0
- {homeassistant_stubs-2025.10.3.dist-info → homeassistant_stubs-2025.10.4.dist-info}/licenses/LICENSE +0 -0
|
@@ -16,6 +16,8 @@ STORAGE_USER_ID: str
|
|
|
16
16
|
STORAGE_OTA_SECRET: str
|
|
17
17
|
INPUT_FIELD_CODE: str
|
|
18
18
|
DUMMY_SECRET: str
|
|
19
|
+
GOOGLE_AUTHENTICATOR_URL: str
|
|
20
|
+
AUTHY_URL: str
|
|
19
21
|
|
|
20
22
|
def _generate_qr_code(data: str) -> str: ...
|
|
21
23
|
def _generate_secret_and_qr_code(username: str) -> tuple[str, str, str]: ...
|
|
@@ -14,6 +14,8 @@ from homeassistant.helpers.service_info.ssdp import ATTR_UPNP_FRIENDLY_NAME as A
|
|
|
14
14
|
from homeassistant.util.network import is_link_local as is_link_local
|
|
15
15
|
from typing import Any
|
|
16
16
|
|
|
17
|
+
DEVICES_URL: str
|
|
18
|
+
|
|
17
19
|
class LaMetricFlowHandler(AbstractOAuth2FlowHandler, domain=DOMAIN):
|
|
18
20
|
DOMAIN = DOMAIN
|
|
19
21
|
VERSION: int
|
|
@@ -4,7 +4,7 @@ from .helpers import InputType as InputType, LcnConfigEntry as LcnConfigEntry
|
|
|
4
4
|
from _typeshed import Incomplete
|
|
5
5
|
from collections.abc import Iterable
|
|
6
6
|
from homeassistant.components.sensor import SensorDeviceClass as SensorDeviceClass, SensorEntity as SensorEntity
|
|
7
|
-
from homeassistant.const import CONCENTRATION_PARTS_PER_MILLION as CONCENTRATION_PARTS_PER_MILLION, CONF_DOMAIN as CONF_DOMAIN, CONF_ENTITIES as CONF_ENTITIES, CONF_SOURCE as CONF_SOURCE, CONF_UNIT_OF_MEASUREMENT as CONF_UNIT_OF_MEASUREMENT, LIGHT_LUX as LIGHT_LUX, UnitOfElectricCurrent as UnitOfElectricCurrent, UnitOfElectricPotential as UnitOfElectricPotential, UnitOfSpeed as UnitOfSpeed, UnitOfTemperature as UnitOfTemperature
|
|
7
|
+
from homeassistant.const import CONCENTRATION_PARTS_PER_MILLION as CONCENTRATION_PARTS_PER_MILLION, CONF_DOMAIN as CONF_DOMAIN, CONF_ENTITIES as CONF_ENTITIES, CONF_SOURCE as CONF_SOURCE, CONF_UNIT_OF_MEASUREMENT as CONF_UNIT_OF_MEASUREMENT, LIGHT_LUX as LIGHT_LUX, PERCENTAGE as PERCENTAGE, UnitOfElectricCurrent as UnitOfElectricCurrent, UnitOfElectricPotential as UnitOfElectricPotential, UnitOfSpeed as UnitOfSpeed, UnitOfTemperature as UnitOfTemperature
|
|
8
8
|
from homeassistant.core import HomeAssistant as HomeAssistant
|
|
9
9
|
from homeassistant.helpers.entity_platform import AddConfigEntryEntitiesCallback as AddConfigEntryEntitiesCallback
|
|
10
10
|
from homeassistant.helpers.typing import ConfigType as ConfigType
|
|
@@ -8,6 +8,8 @@ from homeassistant.helpers import aiohttp_client as aiohttp_client
|
|
|
8
8
|
from typing import Any, NamedTuple
|
|
9
9
|
|
|
10
10
|
CONF_AUTH_CODE: str
|
|
11
|
+
CONF_DOCUMENTATION_URL: str
|
|
12
|
+
DOCUMENTATION_URL: str
|
|
11
13
|
STEP_USER_SCHEMA: Incomplete
|
|
12
14
|
|
|
13
15
|
class SimpliSafeOAuthValues(NamedTuple):
|
{homeassistant_stubs-2025.10.3.dist-info → homeassistant_stubs-2025.10.4.dist-info}/METADATA
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: homeassistant-stubs
|
|
3
|
-
Version: 2025.10.
|
|
3
|
+
Version: 2025.10.4
|
|
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.10.
|
|
21
|
+
Requires-Dist: homeassistant==2025.10.4
|
|
22
22
|
Description-Content-Type: text/markdown
|
|
23
23
|
|
|
24
24
|
[](https://github.com/KapJI/homeassistant-stubs/actions/workflows/ci.yaml)
|
|
@@ -22,7 +22,7 @@ homeassistant-stubs/auth/models.pyi,sha256=nWy0Gdxow0lpyWkgwX_OcUnUP8pp4l_Hyz31g
|
|
|
22
22
|
homeassistant-stubs/auth/mfa_modules/__init__.pyi,sha256=AJguIgKWwwV_HJaAjIlhocj2pbS6BUiJDY3vfTMwPKc,2254
|
|
23
23
|
homeassistant-stubs/auth/mfa_modules/insecure_example.pyi,sha256=A5dS-WBilESL19aNVIgAuEleYnFw4JGtCftqs-ncZRA,1049
|
|
24
24
|
homeassistant-stubs/auth/mfa_modules/notify.pyi,sha256=zL5iMXu8hP6t5slfFav8cSHw6samBzQr3W8ABYezg7M,3138
|
|
25
|
-
homeassistant-stubs/auth/mfa_modules/totp.pyi,sha256=
|
|
25
|
+
homeassistant-stubs/auth/mfa_modules/totp.pyi,sha256=cvCzCdlMAQGWVv2I2DjrRD5UNeZRnVSQn1bGsm5Q018,2148
|
|
26
26
|
homeassistant-stubs/auth/permissions/__init__.pyi,sha256=ZqmM5qcSjCTVmKoQDfA4-ElNeKf-35IydViXYo87PkQ,1218
|
|
27
27
|
homeassistant-stubs/auth/permissions/const.pyi,sha256=wF8_MdJqpm78jJorT1x-EX_EoefTseBoinIwD8eHmnw,112
|
|
28
28
|
homeassistant-stubs/auth/permissions/entities.pyi,sha256=-YronzaGgZFaAajDGjOtXU46q_6lMFtI4UXmkvrZTVI,1277
|
|
@@ -123,7 +123,7 @@ homeassistant-stubs/components/airly/diagnostics.pyi,sha256=BKr6S-dxTU0VE8KqGBdo
|
|
|
123
123
|
homeassistant-stubs/components/airly/sensor.pyi,sha256=odYmhxvgVPDM36no7t6KIm_dhMGkISUGck8X5yLpo20,2839
|
|
124
124
|
homeassistant-stubs/components/airly/system_health.pyi,sha256=hMH2DdIzWWrz0Rf1nE0Fe17wd_dtMIqfJM5shDrnecI,460
|
|
125
125
|
homeassistant-stubs/components/airnow/__init__.pyi,sha256=WXHdEL71RBHLEl99Aa8Sv-z462dHfBQy7Rm8to-LyG0,869
|
|
126
|
-
homeassistant-stubs/components/airnow/config_flow.pyi,sha256=
|
|
126
|
+
homeassistant-stubs/components/airnow/config_flow.pyi,sha256=NqKq1q-fFcBvVcn-P5f1lAk7DhWSBsFdFeW4LKTx-6U,1400
|
|
127
127
|
homeassistant-stubs/components/airnow/const.pyi,sha256=rX_khNx6wroEZR4basTAks2nxsbChN_Zk8fB9jiMWok,545
|
|
128
128
|
homeassistant-stubs/components/airnow/coordinator.pyi,sha256=dGmNygoi7QTcUL534j9a5VsB3KJNAQwopIsHgt-llEI,1665
|
|
129
129
|
homeassistant-stubs/components/airnow/diagnostics.pyi,sha256=qWMf618PHzSDWEI6q0k8RJHvWVMnHMswnK-JK2FZqW0,679
|
|
@@ -1977,7 +1977,7 @@ homeassistant-stubs/components/lamarzocco/update.pyi,sha256=ht5ZBcAnx36uiA9bWOE4
|
|
|
1977
1977
|
homeassistant-stubs/components/lametric/__init__.pyi,sha256=g8aXL6WS0wOUltrUIFxH6a0ZzHLfmEzLHlxLp2OtpOk,839
|
|
1978
1978
|
homeassistant-stubs/components/lametric/application_credentials.pyi,sha256=Hra7BGzFBCV4iwzzb0E2x0pEzZCctL7V-Y3mSqXmvWs,257
|
|
1979
1979
|
homeassistant-stubs/components/lametric/button.pyi,sha256=kgfw39lvPlTy9G1JnbG7pHbfgX2swgHmfjB1rEcFKiU,1509
|
|
1980
|
-
homeassistant-stubs/components/lametric/config_flow.pyi,sha256=
|
|
1980
|
+
homeassistant-stubs/components/lametric/config_flow.pyi,sha256=GTpDFa8SJ7XNmF0AKwhbTYybEHn8oqej-Rpgvz0aPkc,2788
|
|
1981
1981
|
homeassistant-stubs/components/lametric/const.pyi,sha256=rVIs2_M0DN7DXgJBR8tLIGmtUHk3vl_4nTfR9vVn5VU,425
|
|
1982
1982
|
homeassistant-stubs/components/lametric/coordinator.pyi,sha256=CccMiLOkXkF_I1hzPStyUJzKiGZWl1bN9ePkNBb1m_o,1018
|
|
1983
1983
|
homeassistant-stubs/components/lametric/diagnostics.pyi,sha256=QBvZ-GlEEt6NiU4XGnqYlzG5OhnpNVU-tO2PunZcOeY,415
|
|
@@ -2011,7 +2011,7 @@ homeassistant-stubs/components/lcn/helpers.pyi,sha256=RsNTQ1SRYqDMLGPWKfcphb9HFT
|
|
|
2011
2011
|
homeassistant-stubs/components/lcn/light.pyi,sha256=cbPqFoj7R-4hidsf5ygKQ4LmDUUXF4CM2SFNIqR9tDI,2648
|
|
2012
2012
|
homeassistant-stubs/components/lcn/scene.pyi,sha256=N6UzOH9RN25VTX-yHqV7c9pCv9FGNVfQpttiBypqdKM,1435
|
|
2013
2013
|
homeassistant-stubs/components/lcn/schemas.pyi,sha256=TryYNY0baFNojqKcFwdFyjfBXx259pwuPBsCAMLMNR8,1539
|
|
2014
|
-
homeassistant-stubs/components/lcn/sensor.pyi,sha256=
|
|
2014
|
+
homeassistant-stubs/components/lcn/sensor.pyi,sha256=xzjgoey32NRzHzQWXPcpgKJwoGh0hwiDGBV0FihUaEM,2432
|
|
2015
2015
|
homeassistant-stubs/components/lcn/services.pyi,sha256=DDd62rvND6cpALi4CcQhrph25SDnb97Hn58ies1a5Z4,3720
|
|
2016
2016
|
homeassistant-stubs/components/lcn/switch.pyi,sha256=EFECuDvDsErDQLppLXSLIjrjX37cpSxFagfBOiXfct8,3134
|
|
2017
2017
|
homeassistant-stubs/components/lcn/websocket.pyi,sha256=K4I77iYiLMs1leT84Yb-rul_O07fqkl0XL7AP2bPYZQ,3961
|
|
@@ -3393,7 +3393,7 @@ homeassistant-stubs/components/simplisafe/__init__.pyi,sha256=cV5B-2q1A8mB21buBe
|
|
|
3393
3393
|
homeassistant-stubs/components/simplisafe/alarm_control_panel.pyi,sha256=Ghmvmzc9mNClolQxco6ctWO1G7T2GS1u4M1M8aPWFn0,2476
|
|
3394
3394
|
homeassistant-stubs/components/simplisafe/binary_sensor.pyi,sha256=P832r1fYr8nHkJr3GBZnDPF4-LWTBY-llghyOnDkFPc,1774
|
|
3395
3395
|
homeassistant-stubs/components/simplisafe/button.pyi,sha256=o-nF3IetQlgN5t9P5B8h2snZ1uDChDBkRrDpzgj2unU,1595
|
|
3396
|
-
homeassistant-stubs/components/simplisafe/config_flow.pyi,sha256=
|
|
3396
|
+
homeassistant-stubs/components/simplisafe/config_flow.pyi,sha256=F4GG2u_U5LUaPvHdtoSNksDtnhXki05ccRpGke52ldQ,1483
|
|
3397
3397
|
homeassistant-stubs/components/simplisafe/const.pyi,sha256=VUsp8jGvBZHRs6hKiE2j16e6LkNs8HGSUfaYMyAhsSQ,469
|
|
3398
3398
|
homeassistant-stubs/components/simplisafe/diagnostics.pyi,sha256=Qffl8ngShmOUBRXxbQM_eEYpv0Yrf_znnuNee5Y50kY,885
|
|
3399
3399
|
homeassistant-stubs/components/simplisafe/entity.pyi,sha256=TcGQiJkfpsABFMy8RPNh1OnVWkGYFGjauOdkLIReaTE,2246
|
|
@@ -4449,7 +4449,7 @@ homeassistant-stubs/util/yaml/dumper.pyi,sha256=vaIsOJB6hkwj7GLyo3YCNZCTwVgvvODy
|
|
|
4449
4449
|
homeassistant-stubs/util/yaml/input.pyi,sha256=j_ejvjaXDxeNYtA4hb9tNUPsQdi7wogbmTQXsqmt5xo,253
|
|
4450
4450
|
homeassistant-stubs/util/yaml/loader.pyi,sha256=_HvI0rXv3kQRsSRV-VZGWVyGjD0SAzLkPfq0A3jksrs,850
|
|
4451
4451
|
homeassistant-stubs/util/yaml/objects.pyi,sha256=Ynjx0JaWF3u82Pj8aXO-YeqrkzNO8t-Nn7G7rr_X-oI,206
|
|
4452
|
-
homeassistant_stubs-2025.10.
|
|
4453
|
-
homeassistant_stubs-2025.10.
|
|
4454
|
-
homeassistant_stubs-2025.10.
|
|
4455
|
-
homeassistant_stubs-2025.10.
|
|
4452
|
+
homeassistant_stubs-2025.10.4.dist-info/METADATA,sha256=zATNWxIjUrf6KsYtsoR7ldllI2lccTORoQm4rVswJ9E,2950
|
|
4453
|
+
homeassistant_stubs-2025.10.4.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
|
4454
|
+
homeassistant_stubs-2025.10.4.dist-info/licenses/LICENSE,sha256=_kHFjg-MAmJ-lXc7HiEjUzD3vZutVYKUVZZpAWcIuqo,1075
|
|
4455
|
+
homeassistant_stubs-2025.10.4.dist-info/RECORD,,
|
|
File without changes
|
{homeassistant_stubs-2025.10.3.dist-info → homeassistant_stubs-2025.10.4.dist-info}/licenses/LICENSE
RENAMED
|
File without changes
|