homeassistant-stubs 2024.3.1__py3-none-any.whl → 2024.3.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.
@@ -22,4 +22,4 @@ def get_entities(onewire_hub: OneWireHub) -> list[OneWireBinarySensor]: ...
22
22
  class OneWireBinarySensor(OneWireEntity, BinarySensorEntity):
23
23
  entity_description: OneWireBinarySensorEntityDescription
24
24
  @property
25
- def is_on(self) -> bool: ...
25
+ def is_on(self) -> bool | None: ...
@@ -23,6 +23,6 @@ def get_entities(onewire_hub: OneWireHub) -> list[OneWireSwitch]: ...
23
23
  class OneWireSwitch(OneWireEntity, SwitchEntity):
24
24
  entity_description: OneWireSwitchEntityDescription
25
25
  @property
26
- def is_on(self) -> bool: ...
26
+ def is_on(self) -> bool | None: ...
27
27
  def turn_on(self, **kwargs: Any) -> None: ...
28
28
  def turn_off(self, **kwargs: Any) -> None: ...
@@ -13,7 +13,6 @@ from typing import Any
13
13
 
14
14
  _LOGGER: Incomplete
15
15
  ProtectDeviceType: Incomplete
16
- SMART_EVENTS: Incomplete
17
16
 
18
17
  def async_last_update_was_successful(hass: HomeAssistant, entry: ConfigEntry) -> bool: ...
19
18
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: homeassistant-stubs
3
- Version: 2024.3.1
3
+ Version: 2024.3.2
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
@@ -17,7 +17,7 @@ Classifier: Programming Language :: Python :: 3.11
17
17
  Classifier: Programming Language :: Python :: 3.10
18
18
  Classifier: Topic :: Software Development
19
19
  Classifier: Typing :: Typed
20
- Requires-Dist: homeassistant (==2024.3.1)
20
+ Requires-Dist: homeassistant (==2024.3.2)
21
21
  Project-URL: Bug Tracker, https://github.com/KapJI/homeassistant-stubs/issues
22
22
  Project-URL: Repository, https://github.com/KapJI/homeassistant-stubs
23
23
  Project-URL: Release Notes, https://github.com/KapJI/homeassistant-stubs/releases
@@ -1892,7 +1892,7 @@ homeassistant-stubs/components/oncue/const.pyi,sha256=4EdfjkoGOjFyxQQnpGXMvvi-E5
1892
1892
  homeassistant-stubs/components/oncue/entity.pyi,sha256=TZJvQio7AWzk_dLywz3eSiHJJJQsMeVOqjA69LfZ5xc,1181
1893
1893
  homeassistant-stubs/components/oncue/sensor.pyi,sha256=QdGyMVULjLn6ao9lMp2AzSoJEJGcnAbB9nVaKmfxOaw,1655
1894
1894
  homeassistant-stubs/components/onewire/__init__.pyi,sha256=yHdcedc4Va2Sp7gkpEdAXZZKb-_G5cFblU8iN6GDVIU,856
1895
- homeassistant-stubs/components/onewire/binary_sensor.pyi,sha256=WjHvniYzj5NwOh5elxeF5vPw-gCbbBvmSSDyx0K4OYw,1905
1895
+ homeassistant-stubs/components/onewire/binary_sensor.pyi,sha256=2g4aMKRNG_qncRyE1zYqKpJfzNBLRqKhpGoKv5vU83w,1912
1896
1896
  homeassistant-stubs/components/onewire/config_flow.pyi,sha256=RHAQd3pwMmo_Hva_6pJeAirgE-jHZXXvkrNNB86UXH8,2323
1897
1897
  homeassistant-stubs/components/onewire/const.pyi,sha256=hRqntP8bAGykIWMTg_Fobo5hJ-yvGD0yfisqRQVJPLM,612
1898
1898
  homeassistant-stubs/components/onewire/diagnostics.pyi,sha256=3cPlx3eq1XwW3ABCmanqg4eibuN4ugMcJcRbML7Im30,547
@@ -1900,7 +1900,7 @@ homeassistant-stubs/components/onewire/model.pyi,sha256=aLty-ZqUndAsH-Yw4H8e-kPP
1900
1900
  homeassistant-stubs/components/onewire/onewire_entities.pyi,sha256=j3KGk1s569RbQgMv9hcdsEmYK2uZ-_h15xlruHJqngs,1507
1901
1901
  homeassistant-stubs/components/onewire/onewirehub.pyi,sha256=6YjQoLnUink_Cuuq4ftaZPifFqqa-Phlt2Wp3Bv4VQw,1571
1902
1902
  homeassistant-stubs/components/onewire/sensor.pyi,sha256=WWFDHb1IxoosOMWHvlur2FaEe9bPZk5bvvlAyX4hmvA,2859
1903
- homeassistant-stubs/components/onewire/switch.pyi,sha256=Im914PrCEO-Q7A4DfK4xY95ovG6PZVQwvrjE44Tt7cw,1868
1903
+ homeassistant-stubs/components/onewire/switch.pyi,sha256=7W7QY0tz9in7byKrAdPiLB5LFrq6JvNcefC_bHNYrc8,1875
1904
1904
  homeassistant-stubs/components/open_meteo/__init__.pyi,sha256=b5_qJ_llgjYzMPtOeYdgxBJOjV3ipgNLN6rq1hM1WSc,855
1905
1905
  homeassistant-stubs/components/open_meteo/config_flow.pyi,sha256=-GSbj6zEY7pJAuxXSpSs0pCdup2hD02O4hQTAT4NT44,539
1906
1906
  homeassistant-stubs/components/open_meteo/const.pyi,sha256=WRrnFyU5HTSBNcHff8Fr_E39oqd-AGopiw50L6YYH-E,595
@@ -2809,7 +2809,7 @@ homeassistant-stubs/components/unifiprotect/button.pyi,sha256=RscWOQhqreJ6WNcJIQ
2809
2809
  homeassistant-stubs/components/unifiprotect/camera.pyi,sha256=i76bY7RVZnNSU1Vn7qyw02PeOuv1_iWw9OzouHbbUiM,2671
2810
2810
  homeassistant-stubs/components/unifiprotect/config_flow.pyi,sha256=Dr1Pp_o0-miNMrBNb74zwiZjstTghWNcP5DhPo6ASP8,3612
2811
2811
  homeassistant-stubs/components/unifiprotect/const.pyi,sha256=v-DBMoOLf7Pw7VyaBzc9u1nDHMLOr7mJ83oq1RZKLqE,839
2812
- homeassistant-stubs/components/unifiprotect/data.pyi,sha256=lC3PiQxYA-W7QEjr7K38sZ73Tq-bGUTRWoJ5WIWCaqw,3219
2812
+ homeassistant-stubs/components/unifiprotect/data.pyi,sha256=bDsRUoTcICBabKC_TtB05qRs1eZE7Biis6sH8Dr1YLY,3194
2813
2813
  homeassistant-stubs/components/unifiprotect/diagnostics.pyi,sha256=X7SoEeWaUotXv5WQaWS3ZqTmOhiSE_kV2xlmkEVa238,351
2814
2814
  homeassistant-stubs/components/unifiprotect/discovery.pyi,sha256=3enwOx02hOmMKMbP6q1lHNzal1OaEwwBi25j304gfyU,719
2815
2815
  homeassistant-stubs/components/unifiprotect/entity.pyi,sha256=EKCHmWA-LSUN8rSCJqPfFgilgDu18HkL2yeOGA-3kCM,3503
@@ -3226,7 +3226,7 @@ homeassistant-stubs/util/yaml/dumper.pyi,sha256=uQjW0KuME-gXVWgYJLNLoRDwDzVhhhgg
3226
3226
  homeassistant-stubs/util/yaml/input.pyi,sha256=wuxpKYTXZL4MujFhqjHnRLv4VPYY6QPYd-Zji-Lz9Mo,383
3227
3227
  homeassistant-stubs/util/yaml/loader.pyi,sha256=_KzmG0bGDiN9zpcdhSx9p3leawOwjmdZDKE4ciEMfKc,4272
3228
3228
  homeassistant-stubs/util/yaml/objects.pyi,sha256=89c0boOGMdQvHxVk7Xs42DKMj3ldlozxjrpiV74RkGY,457
3229
- homeassistant_stubs-2024.3.1.dist-info/METADATA,sha256=_ROIzJOjRRHj-BfRH26pj1X7dI0jUbPQF501Xjt39ok,3062
3230
- homeassistant_stubs-2024.3.1.dist-info/WHEEL,sha256=vVCvjcmxuUltf8cYhJ0sJMRDLr1XsPuxEId8YDzbyCY,88
3231
- homeassistant_stubs-2024.3.1.dist-info/LICENSE,sha256=_kHFjg-MAmJ-lXc7HiEjUzD3vZutVYKUVZZpAWcIuqo,1075
3232
- homeassistant_stubs-2024.3.1.dist-info/RECORD,,
3229
+ homeassistant_stubs-2024.3.2.dist-info/METADATA,sha256=1dTGXEoECDzd3DQ73Dm0xnVcu2e_FI-VU-7u0y2bBFw,3062
3230
+ homeassistant_stubs-2024.3.2.dist-info/WHEEL,sha256=vVCvjcmxuUltf8cYhJ0sJMRDLr1XsPuxEId8YDzbyCY,88
3231
+ homeassistant_stubs-2024.3.2.dist-info/LICENSE,sha256=_kHFjg-MAmJ-lXc7HiEjUzD3vZutVYKUVZZpAWcIuqo,1075
3232
+ homeassistant_stubs-2024.3.2.dist-info/RECORD,,