homeassistant-stubs 2025.9.0b2__py3-none-any.whl → 2025.9.0b3__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.

@@ -10,12 +10,14 @@ from homeassistant.core import HomeAssistant as HomeAssistant
10
10
  from homeassistant.exceptions import HomeAssistantError as HomeAssistantError
11
11
  from homeassistant.helpers.entity_platform import AddConfigEntryEntitiesCallback as AddConfigEntryEntitiesCallback
12
12
  from homeassistant.helpers.typing import StateType as StateType
13
- from pymiele import MieleDevice as MieleDevice
13
+ from pymiele import MieleDevice as MieleDevice, MieleTemperature as MieleTemperature
14
14
  from typing import Any, Final
15
15
 
16
16
  PARALLEL_UPDATES: int
17
17
  _LOGGER: Incomplete
18
18
 
19
+ def _get_temperature_value(temperatures: list[MieleTemperature], index: int) -> float | None: ...
20
+
19
21
  @dataclass(frozen=True, kw_only=True)
20
22
  class MieleClimateDescription(ClimateEntityDescription):
21
23
  value_fn: Callable[[MieleDevice], StateType]
@@ -22,7 +22,7 @@ LIBRARY_TITLE_MAP: Incomplete
22
22
  LIBRARY_MEDIA_CLASS_MAP: Incomplete
23
23
  MEDIA_CONTENT_TYPE_FLAC: str
24
24
  THUMB_SIZE: int
25
- SORT_NAME_DESC: str
25
+ SORT_NAME: str
26
26
  LOGGER: Incomplete
27
27
 
28
28
  def media_source_filter(item: BrowseMedia) -> bool: ...
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: homeassistant-stubs
3
- Version: 2025.9.0b2
3
+ Version: 2025.9.0b3
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.9.0b2
21
+ Requires-Dist: homeassistant==2025.9.0b3
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)
@@ -2264,7 +2264,7 @@ homeassistant-stubs/components/miele/api.pyi,sha256=0cwT3vsa1eaXBuctjHBBPA_fnNEu
2264
2264
  homeassistant-stubs/components/miele/application_credentials.pyi,sha256=Gmvn3dEU0tsbOI858WMEY_rFTOymSz9L8RAhQnYEjpc,346
2265
2265
  homeassistant-stubs/components/miele/binary_sensor.pyi,sha256=5putYVuVzIMCaaqfrCOVuQBaPjrTI7U07pcTOVE4IrE,1574
2266
2266
  homeassistant-stubs/components/miele/button.pyi,sha256=GF_fbEC9v-oT24X9Ht9UXKxCkwEFZsS3Jq2B2p4-jR8,1393
2267
- homeassistant-stubs/components/miele/climate.pyi,sha256=DfRSG6iQyCol7yeilXjn1WawT5O_gqhVT1GJX7znd24,2648
2267
+ homeassistant-stubs/components/miele/climate.pyi,sha256=lZSYkJRn2blpgMsKYKYwmBiU6_NvXUF3h7Kb1t4HjJI,2785
2268
2268
  homeassistant-stubs/components/miele/config_flow.pyi,sha256=lRwke0ymW0DZIugt_cN68S10M7Bu8JlTs5mndGv9Re0,922
2269
2269
  homeassistant-stubs/components/miele/const.pyi,sha256=g8NPVPL8g9yxAYejgT4aXBcUKh3Nrsqk7nPbKaKvLnM,3707
2270
2270
  homeassistant-stubs/components/miele/coordinator.pyi,sha256=MQAhlgNFy01VIku0IBBWSvN8i5zytIDDuvTzFUhWk84,1354
@@ -2406,7 +2406,7 @@ homeassistant-stubs/components/music_assistant/config_flow.pyi,sha256=0Ocyn_KzD_
2406
2406
  homeassistant-stubs/components/music_assistant/const.pyi,sha256=gGcyjr4pw2xdEU6U4HpDUapVhUpgsgJRlBf3Pn2q-XU,1240
2407
2407
  homeassistant-stubs/components/music_assistant/entity.pyi,sha256=3I5VLQXeCZ4cGaah9LSNUdWQeTQfUDn9mrRUMKDBLJ8,991
2408
2408
  homeassistant-stubs/components/music_assistant/helpers.pyi,sha256=S-EDFq3IZBkxhYtVPwXcWQ3gVsZDT-CLLa96hIYEe0Y,294
2409
- homeassistant-stubs/components/music_assistant/media_browser.pyi,sha256=cQvP_1wVMLfeRhE0CTu0ueKWfR2QiWmP2jY1ECKeiBs,3134
2409
+ homeassistant-stubs/components/music_assistant/media_browser.pyi,sha256=3Bb85xvPq2y4YJPDAkqz-p97m7ZpVRaggCloKVy4cG4,3129
2410
2410
  homeassistant-stubs/components/music_assistant/media_player.pyi,sha256=Dp3EM2ghvzEMWXbOdHrbYloC3-Ca6p5UycVgogGUH1g,7723
2411
2411
  homeassistant-stubs/components/music_assistant/schemas.pyi,sha256=VHtshIuQOwU28BZTW2vjPgz3VCRKXU4IKFy2WdzwbZk,1954
2412
2412
  homeassistant-stubs/components/my/__init__.pyi,sha256=hd2hje6JtLWqUf275vSS_yosSyxaeih0E721oaXfDwM,349
@@ -4390,7 +4390,7 @@ homeassistant-stubs/util/yaml/dumper.pyi,sha256=vaIsOJB6hkwj7GLyo3YCNZCTwVgvvODy
4390
4390
  homeassistant-stubs/util/yaml/input.pyi,sha256=j_ejvjaXDxeNYtA4hb9tNUPsQdi7wogbmTQXsqmt5xo,253
4391
4391
  homeassistant-stubs/util/yaml/loader.pyi,sha256=_HvI0rXv3kQRsSRV-VZGWVyGjD0SAzLkPfq0A3jksrs,850
4392
4392
  homeassistant-stubs/util/yaml/objects.pyi,sha256=Ynjx0JaWF3u82Pj8aXO-YeqrkzNO8t-Nn7G7rr_X-oI,206
4393
- homeassistant_stubs-2025.9.0b2.dist-info/METADATA,sha256=R6cOrh5jRuPCY4HdcWaX2ev9-uNm_v17Nr0obRi02Z0,2952
4394
- homeassistant_stubs-2025.9.0b2.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
4395
- homeassistant_stubs-2025.9.0b2.dist-info/licenses/LICENSE,sha256=_kHFjg-MAmJ-lXc7HiEjUzD3vZutVYKUVZZpAWcIuqo,1075
4396
- homeassistant_stubs-2025.9.0b2.dist-info/RECORD,,
4393
+ homeassistant_stubs-2025.9.0b3.dist-info/METADATA,sha256=M7GrHMM5zP2Vifc5R_1EHy-3aC6c3Vr1kEmhJZMDSqc,2952
4394
+ homeassistant_stubs-2025.9.0b3.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
4395
+ homeassistant_stubs-2025.9.0b3.dist-info/licenses/LICENSE,sha256=_kHFjg-MAmJ-lXc7HiEjUzD3vZutVYKUVZZpAWcIuqo,1075
4396
+ homeassistant_stubs-2025.9.0b3.dist-info/RECORD,,