homeassistant-stubs 2024.12.1__py3-none-any.whl → 2024.12.2__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/hydrawise/__init__.pyi +1 -1
- homeassistant-stubs/components/hydrawise/config_flow.pyi +1 -1
- homeassistant-stubs/components/hydrawise/const.pyi +1 -0
- homeassistant-stubs/components/switchbot_cloud/climate.pyi +2 -0
- {homeassistant_stubs-2024.12.1.dist-info → homeassistant_stubs-2024.12.2.dist-info}/METADATA +2 -2
- {homeassistant_stubs-2024.12.1.dist-info → homeassistant_stubs-2024.12.2.dist-info}/RECORD +8 -8
- {homeassistant_stubs-2024.12.1.dist-info → homeassistant_stubs-2024.12.2.dist-info}/WHEEL +0 -0
- {homeassistant_stubs-2024.12.1.dist-info → homeassistant_stubs-2024.12.2.dist-info}/licenses/LICENSE +0 -0
@@ -1,4 +1,4 @@
|
|
1
|
-
from .const import DOMAIN as DOMAIN
|
1
|
+
from .const import APP_ID as APP_ID, DOMAIN as DOMAIN
|
2
2
|
from .coordinator import HydrawiseMainDataUpdateCoordinator as HydrawiseMainDataUpdateCoordinator, HydrawiseUpdateCoordinators as HydrawiseUpdateCoordinators, HydrawiseWaterUseDataUpdateCoordinator as HydrawiseWaterUseDataUpdateCoordinator
|
3
3
|
from homeassistant.config_entries import ConfigEntry as ConfigEntry
|
4
4
|
from homeassistant.const import CONF_PASSWORD as CONF_PASSWORD, CONF_USERNAME as CONF_USERNAME, Platform as Platform
|
@@ -1,4 +1,4 @@
|
|
1
|
-
from .const import DOMAIN as DOMAIN, LOGGER as LOGGER
|
1
|
+
from .const import APP_ID as APP_ID, DOMAIN as DOMAIN, LOGGER as LOGGER
|
2
2
|
from collections.abc import Callable as Callable, Mapping
|
3
3
|
from homeassistant.config_entries import ConfigFlow as ConfigFlow, ConfigFlowResult as ConfigFlowResult, SOURCE_REAUTH as SOURCE_REAUTH
|
4
4
|
from homeassistant.const import CONF_PASSWORD as CONF_PASSWORD, CONF_USERNAME as CONF_USERNAME
|
@@ -25,6 +25,8 @@ class SwitchBotCloudAirConditioner(SwitchBotCloudEntity, ClimateEntity):
|
|
25
25
|
_attr_hvac_mode: Incomplete
|
26
26
|
_attr_temperature_unit: Incomplete
|
27
27
|
_attr_target_temperature: int
|
28
|
+
_attr_target_temperature_step: int
|
29
|
+
_attr_precision: int
|
28
30
|
_attr_name: Incomplete
|
29
31
|
_enable_turn_on_off_backwards_compatibility: bool
|
30
32
|
async def _do_send_command(self, hvac_mode: HVACMode | None = None, fan_mode: str | None = None, temperature: float | None = None) -> None: ...
|
{homeassistant_stubs-2024.12.1.dist-info → homeassistant_stubs-2024.12.2.dist-info}/METADATA
RENAMED
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.3
|
2
2
|
Name: homeassistant-stubs
|
3
|
-
Version: 2024.12.
|
3
|
+
Version: 2024.12.2
|
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
|
@@ -17,7 +17,7 @@ Classifier: Topic :: Home Automation
|
|
17
17
|
Classifier: Topic :: Software Development
|
18
18
|
Classifier: Typing :: Typed
|
19
19
|
Requires-Python: <3.14,>=3.12
|
20
|
-
Requires-Dist: homeassistant==2024.12.
|
20
|
+
Requires-Dist: homeassistant==2024.12.2
|
21
21
|
Description-Content-Type: text/markdown
|
22
22
|
|
23
23
|
[](https://github.com/KapJI/homeassistant-stubs/actions/workflows/ci.yaml)
|
@@ -1459,10 +1459,10 @@ homeassistant-stubs/components/husqvarna_automower/number.pyi,sha256=0wWJ5zmlTEa
|
|
1459
1459
|
homeassistant-stubs/components/husqvarna_automower/select.pyi,sha256=0de_91EATRi9kk-hmMXwirQ3qt7Ap64BmCpiprQKbZk,1218
|
1460
1460
|
homeassistant-stubs/components/husqvarna_automower/sensor.pyi,sha256=K7mBTg47RjQptVSzes0iYuCRCoSf_9m4eif5fSOJJIA,4554
|
1461
1461
|
homeassistant-stubs/components/husqvarna_automower/switch.pyi,sha256=ZR7xoKM02i6dTm7TpmARVrddQ_2MaVIywCNj6S9yzIc,2520
|
1462
|
-
homeassistant-stubs/components/hydrawise/__init__.pyi,sha256=
|
1462
|
+
homeassistant-stubs/components/hydrawise/__init__.pyi,sha256=gydhybub8kI2PqWQcEicsLjJNcizIm8KMhvVrIHb5nc,825
|
1463
1463
|
homeassistant-stubs/components/hydrawise/binary_sensor.pyi,sha256=fQch9mwF97o1C1fVhaJyWcAlmav5nbHNjibRI649LKk,2498
|
1464
|
-
homeassistant-stubs/components/hydrawise/config_flow.pyi,sha256=
|
1465
|
-
homeassistant-stubs/components/hydrawise/const.pyi,sha256=
|
1464
|
+
homeassistant-stubs/components/hydrawise/config_flow.pyi,sha256=LI9B0qAQJLmt_PozewyFRaKoQFNMfDeftAzCCjVrxk4,883
|
1465
|
+
homeassistant-stubs/components/hydrawise/const.pyi,sha256=hKdyUom6l7AiZ6jPIUSnTz0M4NmD9QiF_Xbp8irw9Jo,336
|
1466
1466
|
homeassistant-stubs/components/hydrawise/coordinator.pyi,sha256=HzVyDZsVPGRRcYm6lY-htWGtPpU7W-hQvBL0fj6a5ho,1831
|
1467
1467
|
homeassistant-stubs/components/hydrawise/entity.pyi,sha256=WXNnUobw9O-PWZndjscGtxgGOfZPNVfCAQtaQwD5XX4,1353
|
1468
1468
|
homeassistant-stubs/components/hydrawise/sensor.pyi,sha256=87ZM3IQvWacbNzRvFpSnbXBhAcumCZudDYkOVegYcLA,2359
|
@@ -3047,7 +3047,7 @@ homeassistant-stubs/components/switchbee/entity.pyi,sha256=HeVXAd6EAM08p3Ii2wxQI
|
|
3047
3047
|
homeassistant-stubs/components/switchbee/light.pyi,sha256=KQC6e-0B0f5KG9caSyL9mG0ytcU0nLnoG1rGKFZcZ84,1528
|
3048
3048
|
homeassistant-stubs/components/switchbee/switch.pyi,sha256=JtA8sB9U93_eZ8ek9uTSxxokBiL1i8kkxdg7TidjtGo,1416
|
3049
3049
|
homeassistant-stubs/components/switchbot_cloud/__init__.pyi,sha256=jTcCZP0g73S_m7Ef76Y5vuxRzSNp5b1XBYZJ1MtdDao,1598
|
3050
|
-
homeassistant-stubs/components/switchbot_cloud/climate.pyi,sha256=
|
3050
|
+
homeassistant-stubs/components/switchbot_cloud/climate.pyi,sha256=mkZ0e4eELzfQPYT1FK83MQJmJBwfyVgiKmCA2jUuAU0,1825
|
3051
3051
|
homeassistant-stubs/components/switchbot_cloud/config_flow.pyi,sha256=rcBg0fQ-n3EoCeX0OzgCHx3D1mazAxF0s1HjlVCWlhA,554
|
3052
3052
|
homeassistant-stubs/components/switchbot_cloud/const.pyi,sha256=gibVOGeWRHVcZLEO4uLgpHitEZR0zhbid3pD9XttV7U,323
|
3053
3053
|
homeassistant-stubs/components/switchbot_cloud/coordinator.pyi,sha256=9AF3eaDqpO4fK4bcazgKdt0NO5ML6U1ljaiP_waugPM,757
|
@@ -3788,7 +3788,7 @@ homeassistant-stubs/util/yaml/dumper.pyi,sha256=uQjW0KuME-gXVWgYJLNLoRDwDzVhhhgg
|
|
3788
3788
|
homeassistant-stubs/util/yaml/input.pyi,sha256=wuxpKYTXZL4MujFhqjHnRLv4VPYY6QPYd-Zji-Lz9Mo,383
|
3789
3789
|
homeassistant-stubs/util/yaml/loader.pyi,sha256=FpRpxb-ZvfthDdO6Js0JqWtzlQfKDPP7nY5yOXp3604,3917
|
3790
3790
|
homeassistant-stubs/util/yaml/objects.pyi,sha256=YUlr0nf9ugzJT9J2YHaGV2fXu5opuyNvvHPqNW46m5I,707
|
3791
|
-
homeassistant_stubs-2024.12.
|
3792
|
-
homeassistant_stubs-2024.12.
|
3793
|
-
homeassistant_stubs-2024.12.
|
3794
|
-
homeassistant_stubs-2024.12.
|
3791
|
+
homeassistant_stubs-2024.12.2.dist-info/METADATA,sha256=UytPVq0LCEXkfdRa8wgNqnNzjLHA0a_Ydo3M4AHvISU,2932
|
3792
|
+
homeassistant_stubs-2024.12.2.dist-info/WHEEL,sha256=C2FUgwZgiLbznR-k0b_5k3Ai_1aASOXDss3lzCUsUug,87
|
3793
|
+
homeassistant_stubs-2024.12.2.dist-info/licenses/LICENSE,sha256=_kHFjg-MAmJ-lXc7HiEjUzD3vZutVYKUVZZpAWcIuqo,1075
|
3794
|
+
homeassistant_stubs-2024.12.2.dist-info/RECORD,,
|
File without changes
|
{homeassistant_stubs-2024.12.1.dist-info → homeassistant_stubs-2024.12.2.dist-info}/licenses/LICENSE
RENAMED
File without changes
|