homeassistant-stubs 2025.1.0b1__py3-none-any.whl → 2025.1.0b2__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.
@@ -3,8 +3,11 @@ from .modbus import ModbusHub as ModbusHub, async_modbus_setup as async_modbus_s
3
3
  from .validators import duplicate_fan_mode_validator as duplicate_fan_mode_validator, duplicate_swing_mode_validator as duplicate_swing_mode_validator, hvac_fixedsize_reglist_validator as hvac_fixedsize_reglist_validator, nan_validator as nan_validator, register_int_list_validator as register_int_list_validator, struct_validator as struct_validator
4
4
  from _typeshed import Incomplete
5
5
  from homeassistant.components.sensor import CONF_STATE_CLASS as CONF_STATE_CLASS
6
- from homeassistant.const import CONF_ADDRESS as CONF_ADDRESS, CONF_BINARY_SENSORS as CONF_BINARY_SENSORS, CONF_COMMAND_OFF as CONF_COMMAND_OFF, CONF_COMMAND_ON as CONF_COMMAND_ON, CONF_COUNT as CONF_COUNT, CONF_COVERS as CONF_COVERS, CONF_DELAY as CONF_DELAY, CONF_DEVICE_CLASS as CONF_DEVICE_CLASS, CONF_HOST as CONF_HOST, CONF_LIGHTS as CONF_LIGHTS, CONF_METHOD as CONF_METHOD, CONF_NAME as CONF_NAME, CONF_OFFSET as CONF_OFFSET, CONF_PORT as CONF_PORT, CONF_SCAN_INTERVAL as CONF_SCAN_INTERVAL, CONF_SENSORS as CONF_SENSORS, CONF_SLAVE as CONF_SLAVE, CONF_STRUCTURE as CONF_STRUCTURE, CONF_SWITCHES as CONF_SWITCHES, CONF_TEMPERATURE_UNIT as CONF_TEMPERATURE_UNIT, CONF_TIMEOUT as CONF_TIMEOUT, CONF_TYPE as CONF_TYPE, CONF_UNIQUE_ID as CONF_UNIQUE_ID, CONF_UNIT_OF_MEASUREMENT as CONF_UNIT_OF_MEASUREMENT
7
- from homeassistant.core import HomeAssistant as HomeAssistant
6
+ from homeassistant.const import CONF_ADDRESS as CONF_ADDRESS, CONF_BINARY_SENSORS as CONF_BINARY_SENSORS, CONF_COMMAND_OFF as CONF_COMMAND_OFF, CONF_COMMAND_ON as CONF_COMMAND_ON, CONF_COUNT as CONF_COUNT, CONF_COVERS as CONF_COVERS, CONF_DELAY as CONF_DELAY, CONF_DEVICE_CLASS as CONF_DEVICE_CLASS, CONF_HOST as CONF_HOST, CONF_LIGHTS as CONF_LIGHTS, CONF_METHOD as CONF_METHOD, CONF_NAME as CONF_NAME, CONF_OFFSET as CONF_OFFSET, CONF_PORT as CONF_PORT, CONF_SCAN_INTERVAL as CONF_SCAN_INTERVAL, CONF_SENSORS as CONF_SENSORS, CONF_SLAVE as CONF_SLAVE, CONF_STRUCTURE as CONF_STRUCTURE, CONF_SWITCHES as CONF_SWITCHES, CONF_TEMPERATURE_UNIT as CONF_TEMPERATURE_UNIT, CONF_TIMEOUT as CONF_TIMEOUT, CONF_TYPE as CONF_TYPE, CONF_UNIQUE_ID as CONF_UNIQUE_ID, CONF_UNIT_OF_MEASUREMENT as CONF_UNIT_OF_MEASUREMENT, SERVICE_RELOAD as SERVICE_RELOAD
7
+ from homeassistant.core import Event as Event, HomeAssistant as HomeAssistant, ServiceCall as ServiceCall
8
+ from homeassistant.helpers.entity_platform import async_get_platforms as async_get_platforms
9
+ from homeassistant.helpers.reload import async_integration_yaml_config as async_integration_yaml_config
10
+ from homeassistant.helpers.service import async_register_admin_service as async_register_admin_service
8
11
  from homeassistant.helpers.typing import ConfigType as ConfigType
9
12
 
10
13
  _LOGGER: Incomplete
@@ -26,4 +29,3 @@ CONFIG_SCHEMA: Incomplete
26
29
 
27
30
  def get_hub(hass: HomeAssistant, name: str) -> ModbusHub: ...
28
31
  async def async_setup(hass: HomeAssistant, config: ConfigType) -> bool: ...
29
- async def async_reset_platform(hass: HomeAssistant, integration_name: str) -> None: ...
@@ -7,7 +7,6 @@ from homeassistant.core import Event as Event, HomeAssistant as HomeAssistant, S
7
7
  from homeassistant.helpers.discovery import async_load_platform as async_load_platform
8
8
  from homeassistant.helpers.dispatcher import async_dispatcher_send as async_dispatcher_send
9
9
  from homeassistant.helpers.event import async_call_later as async_call_later
10
- from homeassistant.helpers.reload import async_setup_reload_service as async_setup_reload_service
11
10
  from homeassistant.helpers.typing import ConfigType as ConfigType
12
11
  from pymodbus.pdu import ModbusPDU as ModbusPDU
13
12
  from typing import Any, NamedTuple
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: homeassistant-stubs
3
- Version: 2025.1.0b1
3
+ Version: 2025.1.0b2
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.0b1
21
+ Requires-Dist: homeassistant==2025.1.0b2
22
22
  Description-Content-Type: text/markdown
23
23
 
24
24
  [![CI](https://github.com/KapJI/homeassistant-stubs/actions/workflows/ci.yaml/badge.svg)](https://github.com/KapJI/homeassistant-stubs/actions/workflows/ci.yaml)
@@ -2016,7 +2016,7 @@ homeassistant-stubs/components/mjpeg/camera.pyi,sha256=2lQg_1hFC3YYJQpzkHCVp5KzA
2016
2016
  homeassistant-stubs/components/mjpeg/config_flow.pyi,sha256=eNhYwwhJMVew6-YT2DCYks1m6cbQrNnRM6Q_im32FNw,1681
2017
2017
  homeassistant-stubs/components/mjpeg/const.pyi,sha256=YvpMQFpeOnsOkWtwbb5r9jKhMu6BzBNCN6WHFbGsxeY,239
2018
2018
  homeassistant-stubs/components/mjpeg/util.pyi,sha256=LksjepjHAYEkGQWJh-ln4oI6oVuGr5owU0HhvRtuOsg,163
2019
- homeassistant-stubs/components/modbus/__init__.pyi,sha256=8ia0BEApgkyKx6px76xaF9wHejadwqGBv4CLNZwG4qM,5431
2019
+ homeassistant-stubs/components/modbus/__init__.pyi,sha256=ihbb_BnyQc__Wd9EaYzDmaJppT_OgjhCYnUrjdwq6jM,5721
2020
2020
  homeassistant-stubs/components/modbus/binary_sensor.pyi,sha256=okH_06zNctK046evtMtywtPWrWoau1xQtLFDBjPXMdw,2512
2021
2021
  homeassistant-stubs/components/modbus/climate.pyi,sha256=8hyt3Qn9F9zUjSDjXSVoILTzw8h_BFJZJ7sl175TitQ,5310
2022
2022
  homeassistant-stubs/components/modbus/const.pyi,sha256=acVaa4E3o-p0BXfc4Ea0Cbpiqwn3rgnVxULK6ViIO4I,2893
@@ -2024,7 +2024,7 @@ homeassistant-stubs/components/modbus/cover.pyi,sha256=b9pgmTOFqEtkrZK0R7hodwuKN
2024
2024
  homeassistant-stubs/components/modbus/entity.pyi,sha256=3OGsNuPo72-15jWJ5fmsZ31PiOgSRWyn8zrfKb-I-b8,4775
2025
2025
  homeassistant-stubs/components/modbus/fan.pyi,sha256=f7W9472QXXs97DvsPhZQTHJhIra85kRkfGT9nicdImY,1120
2026
2026
  homeassistant-stubs/components/modbus/light.pyi,sha256=q9cS9rgMIf3LP2t2ms4csYoyLjx73BBGAu60wsiXhX8,998
2027
- homeassistant-stubs/components/modbus/modbus.pyi,sha256=ApyheU3aKC8GEniW_nR6kyWBCwIyQBbZ6JQZtDxBJ1A,3335
2027
+ homeassistant-stubs/components/modbus/modbus.pyi,sha256=aWDfCfeaS6K5Xv57XUn_1sqRbuhZTOF_kynGd5pJUWk,3237
2028
2028
  homeassistant-stubs/components/modbus/sensor.pyi,sha256=UZaTtvnceQm-dAemUnximwIGfV1UAEgV2CqsnXzwJss,2628
2029
2029
  homeassistant-stubs/components/modbus/switch.pyi,sha256=bdLuvq8T6Vu5GHv0xl6bUbkj3a6fGbE2Uglfo_HQcGA,873
2030
2030
  homeassistant-stubs/components/modbus/validators.pyi,sha256=WT-IHI5LD35y8AT6kY7D5-lyx29dNJKmHKiiy-BW1Gg,2305
@@ -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.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,,
3884
+ homeassistant_stubs-2025.1.0b2.dist-info/METADATA,sha256=e_UmhalBoAbVdBm9MJXZVmHdWYcpX5JPY-Fryb-9NSs,2956
3885
+ homeassistant_stubs-2025.1.0b2.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
3886
+ homeassistant_stubs-2025.1.0b2.dist-info/licenses/LICENSE,sha256=_kHFjg-MAmJ-lXc7HiEjUzD3vZutVYKUVZZpAWcIuqo,1075
3887
+ homeassistant_stubs-2025.1.0b2.dist-info/RECORD,,