homeassistant-stubs 2024.7.0b4__py3-none-any.whl → 2024.7.0b6__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.
@@ -49,6 +49,7 @@ MYSQL_COLLATE: str
49
49
  MYSQL_DEFAULT_CHARSET: str
50
50
  MYSQL_ENGINE: str
51
51
  _DEFAULT_TABLE_ARGS: Incomplete
52
+ _MATCH_ALL_KEEP: Incomplete
52
53
 
53
54
  class UnusedDateTime(DateTime): ...
54
55
  class Unused(CHAR): ...
@@ -27,7 +27,7 @@ def async_client_uptime_value_fn(hub: UnifiHub, client: Client) -> datetime: ...
27
27
  def async_wlan_client_value_fn(hub: UnifiHub, wlan: Wlan) -> int: ...
28
28
  def async_device_clients_value_fn(hub: UnifiHub, device: Device) -> int: ...
29
29
  def async_device_uptime_value_fn(hub: UnifiHub, device: Device) -> datetime | None: ...
30
- def async_device_uptime_value_changed_fn(old: StateType | date | datetime | Decimal, new: datetime | float | str | None) -> bool: ...
30
+ def async_uptime_value_changed_fn(old: StateType | date | datetime | Decimal, new: datetime | float | str | None) -> bool: ...
31
31
  def async_device_outlet_power_supported_fn(hub: UnifiHub, obj_id: str) -> bool: ...
32
32
  def async_device_outlet_supported_fn(hub: UnifiHub, obj_id: str) -> bool: ...
33
33
  def device_system_stats_supported_fn(stat_index: int, hub: UnifiHub, obj_id: str) -> bool: ...
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: homeassistant-stubs
3
- Version: 2024.7.0b4
3
+ Version: 2024.7.0b6
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.7.0b4)
19
+ Requires-Dist: homeassistant (==2024.7.0b6)
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
@@ -2286,7 +2286,7 @@ homeassistant-stubs/components/recorder/auto_repairs/statistics/schema.pyi,sha25
2286
2286
  homeassistant-stubs/components/recorder/backup.pyi,sha256=GsFwE8bwZazWZW7vHY7-9f4cwr6R1tPDGdjYA382Wmk,425
2287
2287
  homeassistant-stubs/components/recorder/const.pyi,sha256=Mf6n-N4k0XGGvWWx8XT0VDY_q-8NnUitKIdB9ziO3tE,1602
2288
2288
  homeassistant-stubs/components/recorder/core.pyi,sha256=nP1i10fJ-bD1mmJ1XpvO-5r7UzoKa06a25FP_PXeXYI,13014
2289
- homeassistant-stubs/components/recorder/db_schema.pyi,sha256=PZJrn5Lyf2cdeLYaE28qWCxyfDPAieKw03ME2ZBJllA,10027
2289
+ homeassistant-stubs/components/recorder/db_schema.pyi,sha256=mOyszB85crE9yImQbLClyEEM-Dga5ob_8CcZT28NxUI,10055
2290
2290
  homeassistant-stubs/components/recorder/entity_registry.pyi,sha256=KQkJUlsXDdEHhnzy2f58byStPFplR3BoANWzwPIhbEM,578
2291
2291
  homeassistant-stubs/components/recorder/executor.pyi,sha256=jZUJLt2lp1TuQy9NnaK8zOaENozPLxbvsUzZQu9i0RQ,667
2292
2292
  homeassistant-stubs/components/recorder/filters.pyi,sha256=l8qnsQC0mhUcCJauqv6IDLFT0_EV_iX2u6iz3yr0Lww,2703
@@ -2996,7 +2996,7 @@ homeassistant-stubs/components/unifi/hub/entity_loader.pyi,sha256=9hls72s7ET2Lq9
2996
2996
  homeassistant-stubs/components/unifi/hub/hub.pyi,sha256=syjJxVmOpv_WQVeAbi4tI84EnW4N_Zx4eBhv5aXpP90,2002
2997
2997
  homeassistant-stubs/components/unifi/hub/websocket.pyi,sha256=ah4FRwEgyW2bg_DNueSIcaq8WN0ieGv0tcY8K6zcDA8,1017
2998
2998
  homeassistant-stubs/components/unifi/image.pyi,sha256=j14hByg0HxFHKmmicW-s-wZnaJIlOhgByJWia4xYIsg,2388
2999
- homeassistant-stubs/components/unifi/sensor.pyi,sha256=iMG-7AqC6oUExWAKXJ-JSAswTKxGpDTsuD9Km2Qp-yE,4496
2999
+ homeassistant-stubs/components/unifi/sensor.pyi,sha256=-Wv-T72fcYAIgoJ5ukkIDzx4kVW-h1wr52eDdCvAbsU,4489
3000
3000
  homeassistant-stubs/components/unifi/services.pyi,sha256=qI0CBk86u0vJLN5H6Rn-wKkMy_7vbXYamVNLh8uQuIM,852
3001
3001
  homeassistant-stubs/components/unifi/switch.pyi,sha256=dqJduHIoJkj-QCJyDCVkZMenFbf8cJo_VrAaKcNhdCM,4222
3002
3002
  homeassistant-stubs/components/unifi/update.pyi,sha256=LjvJQrVAjxtw9gcZmZkoEtOZXN5zcXW9drulTVhRLeM,2594
@@ -3438,7 +3438,7 @@ homeassistant-stubs/util/yaml/dumper.pyi,sha256=uQjW0KuME-gXVWgYJLNLoRDwDzVhhhgg
3438
3438
  homeassistant-stubs/util/yaml/input.pyi,sha256=wuxpKYTXZL4MujFhqjHnRLv4VPYY6QPYd-Zji-Lz9Mo,383
3439
3439
  homeassistant-stubs/util/yaml/loader.pyi,sha256=RTT2312P0TB9bA-rj3xdQK_J6sqVQE4LBJozgLH3oao,4621
3440
3440
  homeassistant-stubs/util/yaml/objects.pyi,sha256=YUlr0nf9ugzJT9J2YHaGV2fXu5opuyNvvHPqNW46m5I,707
3441
- homeassistant_stubs-2024.7.0b4.dist-info/LICENSE,sha256=_kHFjg-MAmJ-lXc7HiEjUzD3vZutVYKUVZZpAWcIuqo,1075
3442
- homeassistant_stubs-2024.7.0b4.dist-info/WHEEL,sha256=vVCvjcmxuUltf8cYhJ0sJMRDLr1XsPuxEId8YDzbyCY,88
3443
- homeassistant_stubs-2024.7.0b4.dist-info/METADATA,sha256=tjYF0QRXIdri8S3ldJ5PVpJOiKreDv50XVu6VWRQjxU,3015
3444
- homeassistant_stubs-2024.7.0b4.dist-info/RECORD,,
3441
+ homeassistant_stubs-2024.7.0b6.dist-info/LICENSE,sha256=_kHFjg-MAmJ-lXc7HiEjUzD3vZutVYKUVZZpAWcIuqo,1075
3442
+ homeassistant_stubs-2024.7.0b6.dist-info/WHEEL,sha256=vVCvjcmxuUltf8cYhJ0sJMRDLr1XsPuxEId8YDzbyCY,88
3443
+ homeassistant_stubs-2024.7.0b6.dist-info/METADATA,sha256=JzIeODTtYdktIIQ-PuA9h-yFdL6Umena8bwo4bATwco,3015
3444
+ homeassistant_stubs-2024.7.0b6.dist-info/RECORD,,