homeassistant-stubs 2024.6.0b8__py3-none-any.whl → 2024.6.0b9__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.
@@ -12,7 +12,8 @@ from homeassistant.helpers.entity_platform import AddEntitiesCallback as AddEnti
12
12
  @dataclass(frozen=True, kw_only=True)
13
13
  class HydrawiseBinarySensorEntityDescription(BinarySensorEntityDescription):
14
14
  value_fn: Callable[[HydrawiseBinarySensor], bool | 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, value_fn) -> None: ...
15
+ always_available: bool = ...
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, value_fn, always_available) -> None: ...
16
17
 
17
18
  CONTROLLER_BINARY_SENSORS: tuple[HydrawiseBinarySensorEntityDescription, ...]
18
19
  RAIN_SENSOR_BINARY_SENSOR: tuple[HydrawiseBinarySensorEntityDescription, ...]
@@ -24,3 +25,5 @@ class HydrawiseBinarySensor(HydrawiseEntity, BinarySensorEntity):
24
25
  entity_description: HydrawiseBinarySensorEntityDescription
25
26
  _attr_is_on: Incomplete
26
27
  def _update_attrs(self) -> None: ...
28
+ @property
29
+ def available(self) -> bool: ...
@@ -24,3 +24,5 @@ class HydrawiseEntity(CoordinatorEntity[HydrawiseDataUpdateCoordinator]):
24
24
  def sensor(self) -> Sensor: ...
25
25
  def _update_attrs(self) -> None: ...
26
26
  def _handle_coordinator_update(self) -> None: ...
27
+ @property
28
+ def available(self) -> bool: ...
@@ -3,5 +3,5 @@ from homeassistant.components.repairs import RepairsFlow as RepairsFlow
3
3
  from homeassistant.components.repairs.issue_handler import ConfirmRepairFlow as ConfirmRepairFlow
4
4
  from homeassistant.core import HomeAssistant as HomeAssistant, callback as callback
5
5
 
6
- def migrate_notify_issue(hass: HomeAssistant, domain: str, integration_title: str, breaks_in_ha_version: str) -> None: ...
6
+ def migrate_notify_issue(hass: HomeAssistant, domain: str, integration_title: str, breaks_in_ha_version: str, service_name: str | None = None) -> None: ...
7
7
  async def async_create_fix_flow(hass: HomeAssistant, issue_id: str, data: dict[str, str | int | float | None] | None) -> RepairsFlow: ...
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: homeassistant-stubs
3
- Version: 2024.6.0b8
3
+ Version: 2024.6.0b9
4
4
  Summary: PEP 484 typing stubs for Home Assistant Core
5
5
  Home-page: https://github.com/KapJI/homeassistant-stubs
6
6
  License: MIT
@@ -16,7 +16,7 @@ Classifier: Programming Language :: Python :: 3
16
16
  Classifier: Programming Language :: Python :: 3.12
17
17
  Classifier: Topic :: Software Development
18
18
  Classifier: Typing :: Typed
19
- Requires-Dist: homeassistant (==2024.6.0b8)
19
+ Requires-Dist: homeassistant (==2024.6.0b9)
20
20
  Project-URL: Bug Tracker, https://github.com/KapJI/homeassistant-stubs/issues
21
21
  Project-URL: Repository, https://github.com/KapJI/homeassistant-stubs
22
22
  Project-URL: Release Notes, https://github.com/KapJI/homeassistant-stubs/releases
@@ -1324,11 +1324,11 @@ homeassistant-stubs/components/husqvarna_automower/select.pyi,sha256=NJjPyK4rwqA
1324
1324
  homeassistant-stubs/components/husqvarna_automower/sensor.pyi,sha256=yNAg-AeqbV7vSH9q0I6-NWbmvN73L1vpS_WeODJpZiE,2276
1325
1325
  homeassistant-stubs/components/husqvarna_automower/switch.pyi,sha256=u5ZVg8ezdZvHZy5O4EJFkQmh5jKAxK8MDiFgWUtF3Hg,2338
1326
1326
  homeassistant-stubs/components/hydrawise/__init__.pyi,sha256=t2yqEt3ccdEF7_WOKibmnLc4PESDvHVRHRDluCI91Wk,689
1327
- homeassistant-stubs/components/hydrawise/binary_sensor.pyi,sha256=Wo4lZScq_a1YNPNl4ulMUVxHIGwlGXMt6jQRtQ7k7vU,1722
1327
+ homeassistant-stubs/components/hydrawise/binary_sensor.pyi,sha256=Jmtfge0nOgMUONeJ2TxdN0UUR-ykO97CoEq1TbgCtA0,1824
1328
1328
  homeassistant-stubs/components/hydrawise/config_flow.pyi,sha256=z9d8T9MlR9fHvsSXeono_2SpO1yVflvJTXRwqR_m50s,959
1329
1329
  homeassistant-stubs/components/hydrawise/const.pyi,sha256=GByx0fyEBDoxGb0gPgO2-KgXfEUaRdAz8o-4iHdVhi0,230
1330
1330
  homeassistant-stubs/components/hydrawise/coordinator.pyi,sha256=_zJ1QdjfN6p4qn5_ks7vk7RtpuI1KikC7Z7b4mypjWo,1045
1331
- homeassistant-stubs/components/hydrawise/entity.pyi,sha256=BdEhYbTzUilp1lp5_dp6foVVQ_EP-Ctp_7r7xcammSU,1302
1331
+ homeassistant-stubs/components/hydrawise/entity.pyi,sha256=WXNnUobw9O-PWZndjscGtxgGOfZPNVfCAQtaQwD5XX4,1353
1332
1332
  homeassistant-stubs/components/hydrawise/sensor.pyi,sha256=5Y-bFxX0YJpriBFBX14V1006hH4Xt7GbuL7oT2p0-UY,2423
1333
1333
  homeassistant-stubs/components/hydrawise/switch.pyi,sha256=2330J0ZhxV2VqpYarlK823dL3m2DbWWtNAHmzmUVZ-E,1889
1334
1334
  homeassistant-stubs/components/hyperion/__init__.pyi,sha256=uHHQZBah-0HVjfWu62lI54URzJ4yUsaMxfP9HyhqIa4,1947
@@ -1981,7 +1981,7 @@ homeassistant-stubs/components/no_ip/__init__.pyi,sha256=LEgsEXyJpLsJ5B6QgcMM9YJ
1981
1981
  homeassistant-stubs/components/notify/__init__.pyi,sha256=tzN01rqffcZbuR5pejVr8CGppcItR1okkbGB4IzAV7Q,2904
1982
1982
  homeassistant-stubs/components/notify/const.pyi,sha256=avQYneEncK6P1GLR7dVBEO4_3uGkpherb8g5cfjww8I,269
1983
1983
  homeassistant-stubs/components/notify/legacy.pyi,sha256=Zt11m8JHr6ls3TblSY87cLAfPZdor11WaMQC7oIcSzA,3059
1984
- homeassistant-stubs/components/notify/repairs.pyi,sha256=RIGlWF9iQtYnUoT9O7s6W9GRjAP7agyVrAbJvZgMvh8,552
1984
+ homeassistant-stubs/components/notify/repairs.pyi,sha256=usKMrC4DWGmm8BKZEvYKeGwFKEe3gTZeKoXIEmWd1UY,585
1985
1985
  homeassistant-stubs/components/notion/__init__.pyi,sha256=QvswX1nrNN9_hC1wYMQjd1ih09XGPbDTZBKx7_OKNng,2685
1986
1986
  homeassistant-stubs/components/notion/binary_sensor.pyi,sha256=1OhLt3BI3-X5h3PynK6HC9NYpy46Ba-Fm_siGewHfcc,1958
1987
1987
  homeassistant-stubs/components/notion/config_flow.pyi,sha256=crcDBjEh0QBBLfGB0YIqZxt51EfBSVBrk14Z2t0hZVM,1504
@@ -3398,7 +3398,7 @@ homeassistant-stubs/util/yaml/dumper.pyi,sha256=uQjW0KuME-gXVWgYJLNLoRDwDzVhhhgg
3398
3398
  homeassistant-stubs/util/yaml/input.pyi,sha256=wuxpKYTXZL4MujFhqjHnRLv4VPYY6QPYd-Zji-Lz9Mo,383
3399
3399
  homeassistant-stubs/util/yaml/loader.pyi,sha256=RTT2312P0TB9bA-rj3xdQK_J6sqVQE4LBJozgLH3oao,4621
3400
3400
  homeassistant-stubs/util/yaml/objects.pyi,sha256=YUlr0nf9ugzJT9J2YHaGV2fXu5opuyNvvHPqNW46m5I,707
3401
- homeassistant_stubs-2024.6.0b8.dist-info/WHEEL,sha256=vVCvjcmxuUltf8cYhJ0sJMRDLr1XsPuxEId8YDzbyCY,88
3402
- homeassistant_stubs-2024.6.0b8.dist-info/LICENSE,sha256=_kHFjg-MAmJ-lXc7HiEjUzD3vZutVYKUVZZpAWcIuqo,1075
3403
- homeassistant_stubs-2024.6.0b8.dist-info/METADATA,sha256=_tPxL1GPS5M2koSIe9o0zLgqoGiyDkIYApMMQBSsRxs,3015
3404
- homeassistant_stubs-2024.6.0b8.dist-info/RECORD,,
3401
+ homeassistant_stubs-2024.6.0b9.dist-info/WHEEL,sha256=vVCvjcmxuUltf8cYhJ0sJMRDLr1XsPuxEId8YDzbyCY,88
3402
+ homeassistant_stubs-2024.6.0b9.dist-info/LICENSE,sha256=_kHFjg-MAmJ-lXc7HiEjUzD3vZutVYKUVZZpAWcIuqo,1075
3403
+ homeassistant_stubs-2024.6.0b9.dist-info/METADATA,sha256=9zH0Uhs2bNgH4Sv6gTxXayWlD0gEOD7E3665rNylfaE,3015
3404
+ homeassistant_stubs-2024.6.0b9.dist-info/RECORD,,