homeassistant-stubs 2025.3.0b8__py3-none-any.whl → 2025.3.1__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/evohome/coordinator.pyi +1 -1
- homeassistant-stubs/components/evohome/entity.pyi +2 -1
- homeassistant-stubs/components/mqtt/sensor.pyi +1 -1
- {homeassistant_stubs-2025.3.0b8.dist-info → homeassistant_stubs-2025.3.1.dist-info}/METADATA +2 -2
- {homeassistant_stubs-2025.3.0b8.dist-info → homeassistant_stubs-2025.3.1.dist-info}/RECORD +7 -7
- {homeassistant_stubs-2025.3.0b8.dist-info → homeassistant_stubs-2025.3.1.dist-info}/WHEEL +0 -0
- {homeassistant_stubs-2025.3.0b8.dist-info → homeassistant_stubs-2025.3.1.dist-info}/licenses/LICENSE +0 -0
@@ -4,7 +4,7 @@ import logging
|
|
4
4
|
from _typeshed import Incomplete
|
5
5
|
from collections.abc import Awaitable
|
6
6
|
from datetime import timedelta
|
7
|
-
from evohomeasync2.schemas.typedefs import EvoLocStatusResponseT as EvoLocStatusResponseT
|
7
|
+
from evohomeasync2.schemas.typedefs import EvoLocStatusResponseT as EvoLocStatusResponseT, EvoTcsConfigResponseT as EvoTcsConfigResponseT
|
8
8
|
from homeassistant.const import CONF_SCAN_INTERVAL as CONF_SCAN_INTERVAL
|
9
9
|
from homeassistant.core import HomeAssistant as HomeAssistant
|
10
10
|
from homeassistant.helpers.update_coordinator import DataUpdateCoordinator as DataUpdateCoordinator, UpdateFailed as UpdateFailed
|
@@ -3,6 +3,7 @@ from .const import DOMAIN as DOMAIN, EvoService as EvoService
|
|
3
3
|
from .coordinator import EvoDataUpdateCoordinator as EvoDataUpdateCoordinator
|
4
4
|
from _typeshed import Incomplete
|
5
5
|
from collections.abc import Mapping
|
6
|
+
from evohomeasync2.schemas.typedefs import DayOfWeekDhwT as DayOfWeekDhwT
|
6
7
|
from homeassistant.core import callback as callback
|
7
8
|
from homeassistant.helpers.dispatcher import async_dispatcher_connect as async_dispatcher_connect
|
8
9
|
from homeassistant.helpers.update_coordinator import CoordinatorEntity as CoordinatorEntity
|
@@ -29,7 +30,7 @@ class EvoChild(EvoEntity):
|
|
29
30
|
_evo_device: evo.HotWater | evo.Zone
|
30
31
|
_evo_id: str
|
31
32
|
_evo_tcs: Incomplete
|
32
|
-
_schedule:
|
33
|
+
_schedule: list[DayOfWeekDhwT] | None
|
33
34
|
_setpoints: dict[str, Any]
|
34
35
|
def __init__(self, coordinator: EvoDataUpdateCoordinator, evo_device: evo.HotWater | evo.Zone) -> None: ...
|
35
36
|
@property
|
@@ -9,7 +9,7 @@ from _typeshed import Incomplete
|
|
9
9
|
from collections.abc import Callable as Callable
|
10
10
|
from datetime import datetime
|
11
11
|
from homeassistant.components import sensor as sensor
|
12
|
-
from homeassistant.components.sensor import CONF_STATE_CLASS as CONF_STATE_CLASS, DEVICE_CLASSES_SCHEMA as DEVICE_CLASSES_SCHEMA, ENTITY_ID_FORMAT as ENTITY_ID_FORMAT, RestoreSensor as RestoreSensor, STATE_CLASSES_SCHEMA as STATE_CLASSES_SCHEMA, SensorDeviceClass as SensorDeviceClass, SensorExtraStoredData as SensorExtraStoredData, SensorStateClass as SensorStateClass
|
12
|
+
from homeassistant.components.sensor import CONF_STATE_CLASS as CONF_STATE_CLASS, DEVICE_CLASSES_SCHEMA as DEVICE_CLASSES_SCHEMA, DEVICE_CLASS_UNITS as DEVICE_CLASS_UNITS, ENTITY_ID_FORMAT as ENTITY_ID_FORMAT, RestoreSensor as RestoreSensor, STATE_CLASSES_SCHEMA as STATE_CLASSES_SCHEMA, SensorDeviceClass as SensorDeviceClass, SensorExtraStoredData as SensorExtraStoredData, SensorStateClass as SensorStateClass
|
13
13
|
from homeassistant.config_entries import ConfigEntry as ConfigEntry
|
14
14
|
from homeassistant.const import CONF_DEVICE_CLASS as CONF_DEVICE_CLASS, CONF_FORCE_UPDATE as CONF_FORCE_UPDATE, CONF_NAME as CONF_NAME, CONF_UNIT_OF_MEASUREMENT as CONF_UNIT_OF_MEASUREMENT, CONF_VALUE_TEMPLATE as CONF_VALUE_TEMPLATE, STATE_UNAVAILABLE as STATE_UNAVAILABLE, STATE_UNKNOWN as STATE_UNKNOWN
|
15
15
|
from homeassistant.core import CALLBACK_TYPE as CALLBACK_TYPE, HomeAssistant as HomeAssistant, State as State, callback as callback
|
{homeassistant_stubs-2025.3.0b8.dist-info → homeassistant_stubs-2025.3.1.dist-info}/METADATA
RENAMED
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: homeassistant-stubs
|
3
|
-
Version: 2025.3.
|
3
|
+
Version: 2025.3.1
|
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.13
|
21
|
-
Requires-Dist: homeassistant==2025.3.
|
21
|
+
Requires-Dist: homeassistant==2025.3.1
|
22
22
|
Description-Content-Type: text/markdown
|
23
23
|
|
24
24
|
[](https://github.com/KapJI/homeassistant-stubs/actions/workflows/ci.yaml)
|
@@ -1079,8 +1079,8 @@ homeassistant-stubs/components/evil_genius_labs/util.pyi,sha256=jeZJjFUdTJZGQoTy
|
|
1079
1079
|
homeassistant-stubs/components/evohome/__init__.pyi,sha256=OXxRfKFHHpj1oAKp-05o3zyqCOhUsR5Pu3BZCnO3D6Q,1880
|
1080
1080
|
homeassistant-stubs/components/evohome/climate.pyi,sha256=EaSlfRGXID2M8YLF_MECiP8ANhca1LM52qcUnqcov8I,4036
|
1081
1081
|
homeassistant-stubs/components/evohome/const.pyi,sha256=49zFAXmUfkLM8MAs7aK2gihCmZAdlsVaXtss--ryl3U,632
|
1082
|
-
homeassistant-stubs/components/evohome/coordinator.pyi,sha256=
|
1083
|
-
homeassistant-stubs/components/evohome/entity.pyi,sha256=
|
1082
|
+
homeassistant-stubs/components/evohome/coordinator.pyi,sha256=fde3QRGbJMsGtApaYJ247btKz5blzjdnjZAVuzKSM_s,1573
|
1083
|
+
homeassistant-stubs/components/evohome/entity.pyi,sha256=ouDP1N5AQ9OoBe8qaMkb2BbyFjubn62HswzXyxv_3Ek,2074
|
1084
1084
|
homeassistant-stubs/components/evohome/storage.pyi,sha256=tw8Tu33WEbc9AQ-cJKlnslwk77UXnvYYLvN7U6M9Fso,1319
|
1085
1085
|
homeassistant-stubs/components/evohome/water_heater.pyi,sha256=CHtkJKtEyo6uTW9HyEmraOI66Xff2myjxJiFagAXJL4,2036
|
1086
1086
|
homeassistant-stubs/components/faa_delays/__init__.pyi,sha256=ZVxC9sVaf_vRi0yltajeXYJk0wguELukBi50q49Qxbo,475
|
@@ -2228,7 +2228,7 @@ homeassistant-stubs/components/mqtt/number.pyi,sha256=gnTN6UgRJHxeZl6viCuPOGHyEP
|
|
2228
2228
|
homeassistant-stubs/components/mqtt/scene.pyi,sha256=hu4umspmvY3o5ytOvZtrdyItY-YTnRxqz7HD-6hKaV4,1719
|
2229
2229
|
homeassistant-stubs/components/mqtt/schemas.pyi,sha256=FQoMeXRDUQR6sb_g05tYDSoSyyIdK76D7ZKap8L99_I,2737
|
2230
2230
|
homeassistant-stubs/components/mqtt/select.pyi,sha256=0uh3aOU5exKnBekC0pL9V8wAmktOTzp1oRvJN7vGv3c,2686
|
2231
|
-
homeassistant-stubs/components/mqtt/sensor.pyi,sha256=
|
2231
|
+
homeassistant-stubs/components/mqtt/sensor.pyi,sha256=UsAYndTKN_CuXzWoQAhGjrhYKZGJJFn3TsHwInprRwU,4166
|
2232
2232
|
homeassistant-stubs/components/mqtt/siren.pyi,sha256=CtzuE9vCq32iAJ381C8O7cQSk_AUS8dkFERK2sSE4CE,4162
|
2233
2233
|
homeassistant-stubs/components/mqtt/subscription.pyi,sha256=w-zCeWuGzIMD4cNLacefHiZUdcjnXVxVwlNZ578RbOE,1646
|
2234
2234
|
homeassistant-stubs/components/mqtt/switch.pyi,sha256=AEbUj0ozIdqtdXS7zSON3aVZyPMsKc02qdIuwLM_VDI,2965
|
@@ -4079,7 +4079,7 @@ homeassistant-stubs/util/yaml/dumper.pyi,sha256=uQjW0KuME-gXVWgYJLNLoRDwDzVhhhgg
|
|
4079
4079
|
homeassistant-stubs/util/yaml/input.pyi,sha256=wuxpKYTXZL4MujFhqjHnRLv4VPYY6QPYd-Zji-Lz9Mo,383
|
4080
4080
|
homeassistant-stubs/util/yaml/loader.pyi,sha256=9MJS3AZNCemqAEU41KVJox1f16OceP64SNXE1-Z37kU,4117
|
4081
4081
|
homeassistant-stubs/util/yaml/objects.pyi,sha256=EmJiT8WnVUHa5dkbYzXtWzu5mhO1YG5bBnEAIF0XLAU,665
|
4082
|
-
homeassistant_stubs-2025.3.
|
4083
|
-
homeassistant_stubs-2025.3.
|
4084
|
-
homeassistant_stubs-2025.3.
|
4085
|
-
homeassistant_stubs-2025.3.
|
4082
|
+
homeassistant_stubs-2025.3.1.dist-info/METADATA,sha256=K1ETc9wTIdnCs1MByhBY2-2gQMHjtXbGxwMAJNKv7EM,2952
|
4083
|
+
homeassistant_stubs-2025.3.1.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
4084
|
+
homeassistant_stubs-2025.3.1.dist-info/licenses/LICENSE,sha256=_kHFjg-MAmJ-lXc7HiEjUzD3vZutVYKUVZZpAWcIuqo,1075
|
4085
|
+
homeassistant_stubs-2025.3.1.dist-info/RECORD,,
|
File without changes
|
{homeassistant_stubs-2025.3.0b8.dist-info → homeassistant_stubs-2025.3.1.dist-info}/licenses/LICENSE
RENAMED
File without changes
|