homeassistant-stubs 2025.1.0b7__py3-none-any.whl → 2025.1.0b8__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.
@@ -10,9 +10,10 @@ PARALLEL_UPDATES: int
10
10
 
11
11
  @dataclass(frozen=True, kw_only=True)
12
12
  class PeblarUpdateEntityDescription(UpdateEntityDescription):
13
- installed_fn: Callable[[PeblarVersionInformation], str | None]
14
13
  available_fn: Callable[[PeblarVersionInformation], str | None]
15
- def __init__(self, *, key, device_class=..., entity_category=..., entity_registry_enabled_default=..., entity_registry_visible_default=..., force_update=..., icon=..., has_entity_name=..., name=..., translation_key=..., translation_placeholders=..., unit_of_measurement=..., display_precision=..., installed_fn, available_fn) -> None: ...
14
+ has_fn: Callable[[PeblarVersionInformation], bool] = ...
15
+ installed_fn: Callable[[PeblarVersionInformation], str | None]
16
+ def __init__(self, *, key, device_class=..., entity_category=..., entity_registry_enabled_default=..., entity_registry_visible_default=..., force_update=..., icon=..., has_entity_name=..., name=..., translation_key=..., translation_placeholders=..., unit_of_measurement=..., display_precision=..., available_fn, has_fn=..., installed_fn) -> None: ...
16
17
 
17
18
  DESCRIPTIONS: tuple[PeblarUpdateEntityDescription, ...]
18
19
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: homeassistant-stubs
3
- Version: 2025.1.0b7
3
+ Version: 2025.1.0b8
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.0b7
21
+ Requires-Dist: homeassistant==2025.1.0b8
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)
@@ -2416,7 +2416,7 @@ homeassistant-stubs/components/peblar/number.pyi,sha256=C4i4ABlnCUtaQc3vnuOAesS5
2416
2416
  homeassistant-stubs/components/peblar/select.pyi,sha256=zhROhXZheykbT6oQzekaxXMRQFyKdoj172GfhltJ2yw,1874
2417
2417
  homeassistant-stubs/components/peblar/sensor.pyi,sha256=X7qU7jlRmvl2Xir_f_MFFSTNrEYaZi5G8Q3ZzqcyeJY,2282
2418
2418
  homeassistant-stubs/components/peblar/switch.pyi,sha256=0Xixb8uEhqPSIFhHX2rksZVuKx1xoUZaZJI1gr6UY8E,1915
2419
- homeassistant-stubs/components/peblar/update.pyi,sha256=a6KhyZT2-ZyRqRqGEpFdjFBd1qeKVb8AN1y8LHDSEVY,1704
2419
+ homeassistant-stubs/components/peblar/update.pyi,sha256=X3zFzbeLJgxLVcZI5D_45y9lzxNMkJHrPGNIPIwjNvY,1777
2420
2420
  homeassistant-stubs/components/peco/__init__.pyi,sha256=6Njv4ZCUooeKLTIu1_P6x97tGlY9mZggJW7WYxHquNw,1147
2421
2421
  homeassistant-stubs/components/peco/binary_sensor.pyi,sha256=vvAwcKjWdLW3xCPvs93tCZStm446EHFhzeG3jEaf6rw,1106
2422
2422
  homeassistant-stubs/components/peco/config_flow.pyi,sha256=v2Be5zJMXpP4xMkWiKArQhYAswSDsvZuRe4mSWHQ8Y8,763
@@ -3882,7 +3882,7 @@ homeassistant-stubs/util/yaml/dumper.pyi,sha256=uQjW0KuME-gXVWgYJLNLoRDwDzVhhhgg
3882
3882
  homeassistant-stubs/util/yaml/input.pyi,sha256=wuxpKYTXZL4MujFhqjHnRLv4VPYY6QPYd-Zji-Lz9Mo,383
3883
3883
  homeassistant-stubs/util/yaml/loader.pyi,sha256=FpRpxb-ZvfthDdO6Js0JqWtzlQfKDPP7nY5yOXp3604,3917
3884
3884
  homeassistant-stubs/util/yaml/objects.pyi,sha256=YUlr0nf9ugzJT9J2YHaGV2fXu5opuyNvvHPqNW46m5I,707
3885
- homeassistant_stubs-2025.1.0b7.dist-info/METADATA,sha256=mzW62suBvpWNtx3oNxz_zVpPu7ISoDo1ZWxFzrWhYCg,2956
3886
- homeassistant_stubs-2025.1.0b7.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
3887
- homeassistant_stubs-2025.1.0b7.dist-info/licenses/LICENSE,sha256=_kHFjg-MAmJ-lXc7HiEjUzD3vZutVYKUVZZpAWcIuqo,1075
3888
- homeassistant_stubs-2025.1.0b7.dist-info/RECORD,,
3885
+ homeassistant_stubs-2025.1.0b8.dist-info/METADATA,sha256=uoiHHVZUzat5RTQQMypRQzJcsCMwa11xFt0LsoPZD1w,2956
3886
+ homeassistant_stubs-2025.1.0b8.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
3887
+ homeassistant_stubs-2025.1.0b8.dist-info/licenses/LICENSE,sha256=_kHFjg-MAmJ-lXc7HiEjUzD3vZutVYKUVZZpAWcIuqo,1075
3888
+ homeassistant_stubs-2025.1.0b8.dist-info/RECORD,,