homeassistant-stubs 2024.6.2__py3-none-any.whl → 2024.6.3__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.
@@ -1,7 +1,6 @@
1
1
  from .const import ICMP_TIMEOUT as ICMP_TIMEOUT, PING_TIMEOUT as PING_TIMEOUT
2
2
  from _typeshed import Incomplete
3
3
  from homeassistant.core import HomeAssistant as HomeAssistant
4
- from homeassistant.helpers.update_coordinator import UpdateFailed as UpdateFailed
5
4
  from typing import Any
6
5
 
7
6
  _LOGGER: Incomplete
@@ -19,6 +19,7 @@ from uiprotect.test_util.anonymize import anonymize_data as anonymize_data
19
19
  _LOGGER: Incomplete
20
20
  SCAN_INTERVAL: Incomplete
21
21
  CONFIG_SCHEMA: Incomplete
22
+ EARLY_ACCESS_URL: str
22
23
 
23
24
  async def async_setup(hass: HomeAssistant, config: ConfigType) -> bool: ...
24
25
  async def async_setup_entry(hass: HomeAssistant, entry: ConfigEntry) -> bool: ...
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: homeassistant-stubs
3
- Version: 2024.6.2
3
+ Version: 2024.6.3
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.2)
19
+ Requires-Dist: homeassistant (==2024.6.3)
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
@@ -2121,7 +2121,7 @@ homeassistant-stubs/components/ping/const.pyi,sha256=87DueOjDqmhxEMLaqQhvzA0zx05
2121
2121
  homeassistant-stubs/components/ping/coordinator.pyi,sha256=2F8q1kcsJzMy4CfkOkIt_oQmMwMOCfK2B2rMxP4bMW4,825
2122
2122
  homeassistant-stubs/components/ping/device_tracker.pyi,sha256=EZCRStOxDZ6oPzKLuOsJU0erBP6LF-aEckJUQ5Amvlo,2525
2123
2123
  homeassistant-stubs/components/ping/entity.pyi,sha256=sozg3wBpgPzupBfPaK2ESI6yWrlnuDvJRdhjnUTpuIA,662
2124
- homeassistant-stubs/components/ping/helpers.pyi,sha256=RD-VMNxoOOuX9DKimSLkBg347m5Pqsu-A5CSs1_VrqI,1181
2124
+ homeassistant-stubs/components/ping/helpers.pyi,sha256=8Q67DQNjdaqZNmFmqP2a1VbheSHd9NBqegh1gpt37wc,1099
2125
2125
  homeassistant-stubs/components/ping/sensor.pyi,sha256=TKEwu4q-IE0hflCwkJOIJw65gnEll0EyNliZOfEMj80,1900
2126
2126
  homeassistant-stubs/components/plugwise/__init__.pyi,sha256=rN7w5peVMZQgQVhv53c6dx9FQrGSb9vEu4Gb7NElW8U,890
2127
2127
  homeassistant-stubs/components/plugwise/binary_sensor.pyi,sha256=GoBtS4wDg7BixZbZq9Ovkb4stwXQ3PmcsruaZBh8X3U,1832
@@ -2953,7 +2953,7 @@ homeassistant-stubs/components/unifi/sensor.pyi,sha256=ITMN2tjTNU-FALJgq5Ft0VflU
2953
2953
  homeassistant-stubs/components/unifi/services.pyi,sha256=qV7XtncZ1jpgwothB8P9NP57rHA93JwN9LZL8EGEWTA,774
2954
2954
  homeassistant-stubs/components/unifi/switch.pyi,sha256=dqJduHIoJkj-QCJyDCVkZMenFbf8cJo_VrAaKcNhdCM,4222
2955
2955
  homeassistant-stubs/components/unifi/update.pyi,sha256=LjvJQrVAjxtw9gcZmZkoEtOZXN5zcXW9drulTVhRLeM,2594
2956
- homeassistant-stubs/components/unifiprotect/__init__.pyi,sha256=Uhmzcbf9u5HkokYyhiezWX56JACFSmEcdOgWeFqttFc,2319
2956
+ homeassistant-stubs/components/unifiprotect/__init__.pyi,sha256=L28o2G97Ml-dF1TaElwXMUOvNAGHoh8FcXx0Q5XWUjI,2341
2957
2957
  homeassistant-stubs/components/unifiprotect/binary_sensor.pyi,sha256=g8K1ZgpqpMbMBqoz7sX5vVsiVPMg3MjSdWhOHo3SPRk,4357
2958
2958
  homeassistant-stubs/components/unifiprotect/button.pyi,sha256=IKHUvyqNLXYFFZnExKhkNSv8Jh95rDH2nnkMT-iLikY,2637
2959
2959
  homeassistant-stubs/components/unifiprotect/camera.pyi,sha256=ax8EL9tv4MwDYSE0-eYFutIKQSZ9R2pvWzXsKuGHyGk,3009
@@ -3394,7 +3394,7 @@ homeassistant-stubs/util/yaml/dumper.pyi,sha256=uQjW0KuME-gXVWgYJLNLoRDwDzVhhhgg
3394
3394
  homeassistant-stubs/util/yaml/input.pyi,sha256=wuxpKYTXZL4MujFhqjHnRLv4VPYY6QPYd-Zji-Lz9Mo,383
3395
3395
  homeassistant-stubs/util/yaml/loader.pyi,sha256=RTT2312P0TB9bA-rj3xdQK_J6sqVQE4LBJozgLH3oao,4621
3396
3396
  homeassistant-stubs/util/yaml/objects.pyi,sha256=YUlr0nf9ugzJT9J2YHaGV2fXu5opuyNvvHPqNW46m5I,707
3397
- homeassistant_stubs-2024.6.2.dist-info/WHEEL,sha256=vVCvjcmxuUltf8cYhJ0sJMRDLr1XsPuxEId8YDzbyCY,88
3398
- homeassistant_stubs-2024.6.2.dist-info/LICENSE,sha256=_kHFjg-MAmJ-lXc7HiEjUzD3vZutVYKUVZZpAWcIuqo,1075
3399
- homeassistant_stubs-2024.6.2.dist-info/METADATA,sha256=iO_70Ndn9h-5DP-0rFaGg2RZP6h4vHvHUFk9oLSz9p8,3011
3400
- homeassistant_stubs-2024.6.2.dist-info/RECORD,,
3397
+ homeassistant_stubs-2024.6.3.dist-info/WHEEL,sha256=vVCvjcmxuUltf8cYhJ0sJMRDLr1XsPuxEId8YDzbyCY,88
3398
+ homeassistant_stubs-2024.6.3.dist-info/LICENSE,sha256=_kHFjg-MAmJ-lXc7HiEjUzD3vZutVYKUVZZpAWcIuqo,1075
3399
+ homeassistant_stubs-2024.6.3.dist-info/METADATA,sha256=zMHTUyRRZ-1SUPBH9z1xcENqUuOxD0uPlV12JDQvp7U,3011
3400
+ homeassistant_stubs-2024.6.3.dist-info/RECORD,,