homeassistant-stubs 2025.1.0b0__py3-none-any.whl → 2025.1.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.
- homeassistant-stubs/components/apsystems/number.pyi +1 -0
- homeassistant-stubs/components/cloud/__init__.pyi +1 -1
- homeassistant-stubs/components/peblar/coordinator.pyi +1 -2
- homeassistant-stubs/components/recorder/__init__.pyi +1 -1
- {homeassistant_stubs-2025.1.0b0.dist-info → homeassistant_stubs-2025.1.0b1.dist-info}/METADATA +2 -2
- {homeassistant_stubs-2025.1.0b0.dist-info → homeassistant_stubs-2025.1.0b1.dist-info}/RECORD +8 -8
- {homeassistant_stubs-2025.1.0b0.dist-info → homeassistant_stubs-2025.1.0b1.dist-info}/WHEEL +0 -0
- {homeassistant_stubs-2025.1.0b0.dist-info → homeassistant_stubs-2025.1.0b1.dist-info}/licenses/LICENSE +0 -0
@@ -20,6 +20,7 @@ class ApSystemsMaxOutputNumber(ApSystemsEntity, NumberEntity):
|
|
20
20
|
_attr_native_max_value: Incomplete
|
21
21
|
_attr_native_min_value: Incomplete
|
22
22
|
def __init__(self, data: ApSystemsData) -> None: ...
|
23
|
+
_attr_available: bool
|
23
24
|
_attr_native_value: Incomplete
|
24
25
|
async def async_update(self) -> None: ...
|
25
26
|
async def async_set_native_value(self, value: float) -> None: ...
|
@@ -1,4 +1,4 @@
|
|
1
|
-
from . import account_link as account_link, http_api as http_api
|
1
|
+
from . import account_link as account_link, backup as backup, http_api as http_api
|
2
2
|
from .client import CloudClient as CloudClient
|
3
3
|
from .const import CONF_ACCOUNTS_SERVER as CONF_ACCOUNTS_SERVER, CONF_ACCOUNT_LINK_SERVER as CONF_ACCOUNT_LINK_SERVER, CONF_ACME_SERVER as CONF_ACME_SERVER, CONF_ALEXA as CONF_ALEXA, CONF_ALEXA_SERVER as CONF_ALEXA_SERVER, CONF_ALIASES as CONF_ALIASES, CONF_CLOUDHOOK_SERVER as CONF_CLOUDHOOK_SERVER, CONF_COGNITO_CLIENT_ID as CONF_COGNITO_CLIENT_ID, CONF_ENTITY_CONFIG as CONF_ENTITY_CONFIG, CONF_FILTER as CONF_FILTER, CONF_GOOGLE_ACTIONS as CONF_GOOGLE_ACTIONS, CONF_RELAYER_SERVER as CONF_RELAYER_SERVER, CONF_REMOTESTATE_SERVER as CONF_REMOTESTATE_SERVER, CONF_SERVICEHANDLERS_SERVER as CONF_SERVICEHANDLERS_SERVER, CONF_THINGTALK_SERVER as CONF_THINGTALK_SERVER, CONF_USER_POOL_ID as CONF_USER_POOL_ID, DATA_CLOUD as DATA_CLOUD, DATA_PLATFORMS_SETUP as DATA_PLATFORMS_SETUP, DOMAIN as DOMAIN, MODE_DEV as MODE_DEV, MODE_PROD as MODE_PROD
|
4
4
|
from .prefs import CloudPreferences as CloudPreferences
|
@@ -6,8 +6,7 @@ from homeassistant.config_entries import ConfigEntry as ConfigEntry, ConfigEntry
|
|
6
6
|
from homeassistant.core import HomeAssistant as HomeAssistant
|
7
7
|
from homeassistant.exceptions import ConfigEntryAuthFailed as ConfigEntryAuthFailed
|
8
8
|
from homeassistant.helpers.update_coordinator import DataUpdateCoordinator as DataUpdateCoordinator, UpdateFailed as UpdateFailed
|
9
|
-
from peblar import Peblar as Peblar, PeblarApi as PeblarApi, PeblarEVInterface as PeblarEVInterface, PeblarMeter as PeblarMeter, PeblarSystem as PeblarSystem, PeblarUserConfiguration, PeblarVersions as PeblarVersions
|
10
|
-
from tests.components.peblar.conftest import PeblarSystemInformation as PeblarSystemInformation
|
9
|
+
from peblar import Peblar as Peblar, PeblarApi as PeblarApi, PeblarEVInterface as PeblarEVInterface, PeblarMeter as PeblarMeter, PeblarSystem as PeblarSystem, PeblarSystemInformation as PeblarSystemInformation, PeblarUserConfiguration, PeblarVersions as PeblarVersions
|
11
10
|
from typing import Any, Concatenate
|
12
11
|
|
13
12
|
@dataclass(kw_only=True)
|
@@ -1,4 +1,4 @@
|
|
1
|
-
from . import entity_registry as entity_registry, websocket_api as websocket_api
|
1
|
+
from . import backup as backup, entity_registry as entity_registry, websocket_api as websocket_api
|
2
2
|
from .const import CONF_DB_INTEGRITY_CHECK as CONF_DB_INTEGRITY_CHECK, DOMAIN as DOMAIN, INTEGRATION_PLATFORM_COMPILE_STATISTICS as INTEGRATION_PLATFORM_COMPILE_STATISTICS, INTEGRATION_PLATFORM_METHODS as INTEGRATION_PLATFORM_METHODS, SQLITE_URL_PREFIX as SQLITE_URL_PREFIX, SupportedDialect as SupportedDialect
|
3
3
|
from .core import Recorder as Recorder
|
4
4
|
from .services import async_register_services as async_register_services
|
{homeassistant_stubs-2025.1.0b0.dist-info → homeassistant_stubs-2025.1.0b1.dist-info}/METADATA
RENAMED
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: homeassistant-stubs
|
3
|
-
Version: 2025.1.
|
3
|
+
Version: 2025.1.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.14,>=3.12
|
21
|
-
Requires-Dist: homeassistant==2025.1.
|
21
|
+
Requires-Dist: homeassistant==2025.1.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.1.0b0.dist-info → homeassistant_stubs-2025.1.0b1.dist-info}/RECORD
RENAMED
@@ -317,7 +317,7 @@ homeassistant-stubs/components/apsystems/config_flow.pyi,sha256=r09ePiWRFVvyKH_W
|
|
317
317
|
homeassistant-stubs/components/apsystems/const.pyi,sha256=1BkhPQNy0RI_iBcwjQ6VjgpUWug5eiGTHdx3rroMg9o,73
|
318
318
|
homeassistant-stubs/components/apsystems/coordinator.pyi,sha256=BRsu7Wye97agknd3XUpsTLys4n6PnZnKCkb4wja-u6E,896
|
319
319
|
homeassistant-stubs/components/apsystems/entity.pyi,sha256=Z1RGkCTNuDrE8yE-WgVO6Zdk1jf-cr-hby4yVNFlT8E,402
|
320
|
-
homeassistant-stubs/components/apsystems/number.pyi,sha256=
|
320
|
+
homeassistant-stubs/components/apsystems/number.pyi,sha256=kIJpxw4Kph3YoNZaC2c24dGVg41eE-Liq0UWhqvl340,1393
|
321
321
|
homeassistant-stubs/components/apsystems/sensor.pyi,sha256=lIII71WOwcrjC20Kf-VwWLSnA5JvYTGad4pJXK2BJ38,2306
|
322
322
|
homeassistant-stubs/components/apsystems/switch.pyi,sha256=1SNS-dT5-XOp6x1mc_sRL1EsOasUYoLY62Hx9g8lz-A,1068
|
323
323
|
homeassistant-stubs/components/aqualogic/__init__.pyi,sha256=p7-uXKU0s5XG6NzT66TwEtoNEZ1IDcvZGtTeWtRS6qw,1180
|
@@ -602,7 +602,7 @@ homeassistant-stubs/components/climate/device_trigger.pyi,sha256=mAGFpGWtfsRwBwK
|
|
602
602
|
homeassistant-stubs/components/climate/intent.pyi,sha256=3m6VGh8fOvqSOamp3Mebdb7anNDO4stVyv86pcflDEM,549
|
603
603
|
homeassistant-stubs/components/climate/reproduce_state.pyi,sha256=bkg4fjY3WMLXDbO9mg9fvd3IBoWylMGaShXAP3-6noc,1322
|
604
604
|
homeassistant-stubs/components/climate/significant_change.pyi,sha256=LDAKZ2zrYSwn_eik1rPJz0nVUNpPsOWFPGjSi8s7bEA,1023
|
605
|
-
homeassistant-stubs/components/cloud/__init__.pyi,sha256=
|
605
|
+
homeassistant-stubs/components/cloud/__init__.pyi,sha256=ikwvzdSNPeT7Pf2WQ1a2aL6eAghGCWS3TW2Jo5gmLPE,4383
|
606
606
|
homeassistant-stubs/components/cloud/account_link.pyi,sha256=CjKDU-9Krww4TVUmB3eUjK3LDvX9PoSd_k-lDJMMT24,1212
|
607
607
|
homeassistant-stubs/components/cloud/alexa_config.pyi,sha256=K9_ySGvEA-6f-c59eK0YZxyyFJg18-4blacuwhPqd4I,3820
|
608
608
|
homeassistant-stubs/components/cloud/assist_pipeline.pyi,sha256=-i_09_tGhZry1B728DoOAJbT2WDBBxbW8WauD_jFKnU,845
|
@@ -2408,7 +2408,7 @@ homeassistant-stubs/components/peblar/binary_sensor.pyi,sha256=aQT8Qb_I5LqNlLHEn
|
|
2408
2408
|
homeassistant-stubs/components/peblar/button.pyi,sha256=Ekb6YTjQ4S4oA_Trk2KmnAIfDVo4P7-H1oObYD5u3L8,1683
|
2409
2409
|
homeassistant-stubs/components/peblar/config_flow.pyi,sha256=lv2fJ6HkigihWAHIPt_AcvOe_JWcovnyUA3u5Tnhnxw,1351
|
2410
2410
|
homeassistant-stubs/components/peblar/const.pyi,sha256=63vymap3_V7H2EpTyHzo4k7rz9y0bD84g58lPTAnc_k,195
|
2411
|
-
homeassistant-stubs/components/peblar/coordinator.pyi,sha256
|
2411
|
+
homeassistant-stubs/components/peblar/coordinator.pyi,sha256=-wuTzBdGTTnwG2LKbufU_XiJZpUhtxgraQluiO1hMNg,2885
|
2412
2412
|
homeassistant-stubs/components/peblar/diagnostics.pyi,sha256=f5pYHjhOtoQUCKrjYZS5RPR0WCu7JadMe9QeK-hjViY,265
|
2413
2413
|
homeassistant-stubs/components/peblar/entity.pyi,sha256=BhKyWvgA3f_c9O3FfvPHzY4dWn5c4GYJQuJk1lfCTxU,892
|
2414
2414
|
homeassistant-stubs/components/peblar/helpers.pyi,sha256=MVgPVjqRil0WgzFgGxje7-FxXyatOz74-CFFnPnP8nI,477
|
@@ -2584,7 +2584,7 @@ homeassistant-stubs/components/recollect_waste/diagnostics.pyi,sha256=x4V3I3WW-B
|
|
2584
2584
|
homeassistant-stubs/components/recollect_waste/entity.pyi,sha256=dDygTgDLpKqP90LwhIqWGKl4OtMoWdFTcMXebksNLfU,916
|
2585
2585
|
homeassistant-stubs/components/recollect_waste/sensor.pyi,sha256=Op_BBbGLvvRBDATxcVneApXBmsaLh-kXZ3qYKziEE4M,1542
|
2586
2586
|
homeassistant-stubs/components/recollect_waste/util.pyi,sha256=dkbQSgcqtp0HYr16J7GgJRPm-vW_21AHpYpBTbpiomI,353
|
2587
|
-
homeassistant-stubs/components/recorder/__init__.pyi,sha256=
|
2587
|
+
homeassistant-stubs/components/recorder/__init__.pyi,sha256=3VvUnaZtmy1Ebx_n646SKfun7aA6HzCwWnzVTZqkO_s,2497
|
2588
2588
|
homeassistant-stubs/components/recorder/backup.pyi,sha256=GsFwE8bwZazWZW7vHY7-9f4cwr6R1tPDGdjYA382Wmk,425
|
2589
2589
|
homeassistant-stubs/components/recorder/basic_websocket_api.pyi,sha256=PYHwQWF0vU1phTZaCXawTsK9WqyjYqM2FCkCQjnyH0M,384
|
2590
2590
|
homeassistant-stubs/components/recorder/const.pyi,sha256=RymPWZ1aFzpRbQqS_FvVO6iBjaY-bJGMua_xQ5qIT6c,1499
|
@@ -3881,7 +3881,7 @@ homeassistant-stubs/util/yaml/dumper.pyi,sha256=uQjW0KuME-gXVWgYJLNLoRDwDzVhhhgg
|
|
3881
3881
|
homeassistant-stubs/util/yaml/input.pyi,sha256=wuxpKYTXZL4MujFhqjHnRLv4VPYY6QPYd-Zji-Lz9Mo,383
|
3882
3882
|
homeassistant-stubs/util/yaml/loader.pyi,sha256=FpRpxb-ZvfthDdO6Js0JqWtzlQfKDPP7nY5yOXp3604,3917
|
3883
3883
|
homeassistant-stubs/util/yaml/objects.pyi,sha256=YUlr0nf9ugzJT9J2YHaGV2fXu5opuyNvvHPqNW46m5I,707
|
3884
|
-
homeassistant_stubs-2025.1.
|
3885
|
-
homeassistant_stubs-2025.1.
|
3886
|
-
homeassistant_stubs-2025.1.
|
3887
|
-
homeassistant_stubs-2025.1.
|
3884
|
+
homeassistant_stubs-2025.1.0b1.dist-info/METADATA,sha256=GNS1SMsXpO2yrxAw_ZPzg8XsqIbbp976ANB2e7Hq2qY,2956
|
3885
|
+
homeassistant_stubs-2025.1.0b1.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
3886
|
+
homeassistant_stubs-2025.1.0b1.dist-info/licenses/LICENSE,sha256=_kHFjg-MAmJ-lXc7HiEjUzD3vZutVYKUVZZpAWcIuqo,1075
|
3887
|
+
homeassistant_stubs-2025.1.0b1.dist-info/RECORD,,
|
File without changes
|
File without changes
|