homeassistant-stubs 2024.5.0b7__py3-none-any.whl → 2024.5.1__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.
@@ -26,7 +26,7 @@ class KNXNotificationService(BaseNotificationService):
26
26
  async def async_setup_entry(hass: HomeAssistant, config_entry: config_entries.ConfigEntry, async_add_entities: AddEntitiesCallback) -> None: ...
27
27
  def _create_notification_instance(xknx: XKNX, config: ConfigType) -> XknxNotification: ...
28
28
 
29
- class KNXNotify(NotifyEntity, KnxEntity):
29
+ class KNXNotify(KnxEntity, NotifyEntity):
30
30
  _device: XknxNotification
31
31
  _attr_entity_category: Incomplete
32
32
  _attr_unique_id: Incomplete
@@ -61,6 +61,7 @@ class EnsureJobAfterCooldown:
61
61
  async def _async_job(self) -> None: ...
62
62
  def _async_task_done(self, task: asyncio.Future) -> None: ...
63
63
  def _async_execute(self) -> None: ...
64
+ async def async_fire(self) -> None: ...
64
65
  def _async_cancel_timer(self) -> None: ...
65
66
  def async_schedule(self) -> None: ...
66
67
  async def async_cleanup(self) -> None: ...
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: homeassistant-stubs
3
- Version: 2024.5.0b7
3
+ Version: 2024.5.1
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.5.0b7)
19
+ Requires-Dist: homeassistant (==2024.5.1)
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
@@ -1434,7 +1434,7 @@ homeassistant-stubs/components/knx/helpers/__init__.pyi,sha256=47DEQpj8HBSa-_TIm
1434
1434
  homeassistant-stubs/components/knx/helpers/keyring.pyi,sha256=oTrE8GVCNVbPdtEwfER_jEpK_WT9aNzMYJAsF5ko1iA,548
1435
1435
  homeassistant-stubs/components/knx/knx_entity.pyi,sha256=F73dDV76darf-8BpOdb-7PMKRNHQFS4rdea8MA_t0Q8,614
1436
1436
  homeassistant-stubs/components/knx/light.pyi,sha256=ZBOT_8BDzZR4GC4XMf5UGwIkMr-6MGBif6AwEz2FFXk,2352
1437
- homeassistant-stubs/components/knx/notify.pyi,sha256=yrZbf5vzA8KmCX42Q3gan7CevcgC-0bmO3_nVs1UuRI,2069
1437
+ homeassistant-stubs/components/knx/notify.pyi,sha256=yvMpBhILLyy1u3rZYDGlHYq-K9aLs4OB6fB6W9gXxA4,2069
1438
1438
  homeassistant-stubs/components/knx/number.pyi,sha256=6IjV1UviOXpBRO0mhzfo2yZCdykbJ4k43zduR0o6jQ0,1782
1439
1439
  homeassistant-stubs/components/knx/project.pyi,sha256=PnlUYSUm8UHDVGI_RPASdz6ygLtYHFEjBUwChv68jYo,1609
1440
1440
  homeassistant-stubs/components/knx/repairs.pyi,sha256=qHTjuOu0i00PbB3tiZDJKAGCGecC9zlZS3dxWCcpOos,483
@@ -1753,7 +1753,7 @@ homeassistant-stubs/components/mqtt/alarm_control_panel.pyi,sha256=GY_e5FcGWJkMu
1753
1753
  homeassistant-stubs/components/mqtt/binary_sensor.pyi,sha256=2KsKKklC8ZYrxBNnck6ptIt4LKV0dqaZuEiU8UBtZPs,3030
1754
1754
  homeassistant-stubs/components/mqtt/button.pyi,sha256=v0a_HI2SXDq9OrWYmGe_4QyHodedsvysMVCANer76uQ,1913
1755
1755
  homeassistant-stubs/components/mqtt/camera.pyi,sha256=ETti_q5ZP-98HP5oN9UF5tegTGjDzMsDdsitW20_OhA,2046
1756
- homeassistant-stubs/components/mqtt/client.pyi,sha256=qYXxmp-Sb9WE19vjHrPR7i7WtItUQBc3-yw045dQgIU,9240
1756
+ homeassistant-stubs/components/mqtt/client.pyi,sha256=rs58EZpDV5BxIOyZfwzPRd2j0ObpXLGhHZxK38QcxTg,9284
1757
1757
  homeassistant-stubs/components/mqtt/climate.pyi,sha256=44wn21ev_J1C8H_gy76oX-rUu_6jZKb9PVL95IqedM4,8593
1758
1758
  homeassistant-stubs/components/mqtt/config.pyi,sha256=ZzcogEgaXfMFwZIYMPiIpTSMnuMKx6Xsvv30vbB8iXw,721
1759
1759
  homeassistant-stubs/components/mqtt/config_flow.pyi,sha256=v2BB9K_j8XM3zrjjSI6gjlFG9H7YoyGgdv9cThbZcV4,5410
@@ -3322,7 +3322,7 @@ homeassistant-stubs/util/yaml/dumper.pyi,sha256=uQjW0KuME-gXVWgYJLNLoRDwDzVhhhgg
3322
3322
  homeassistant-stubs/util/yaml/input.pyi,sha256=wuxpKYTXZL4MujFhqjHnRLv4VPYY6QPYd-Zji-Lz9Mo,383
3323
3323
  homeassistant-stubs/util/yaml/loader.pyi,sha256=8rCANDOO3yTLdOqK3AZNmpv-dQD7JVKP1VKDhnEjK3Y,4239
3324
3324
  homeassistant-stubs/util/yaml/objects.pyi,sha256=YUlr0nf9ugzJT9J2YHaGV2fXu5opuyNvvHPqNW46m5I,707
3325
- homeassistant_stubs-2024.5.0b7.dist-info/LICENSE,sha256=_kHFjg-MAmJ-lXc7HiEjUzD3vZutVYKUVZZpAWcIuqo,1075
3326
- homeassistant_stubs-2024.5.0b7.dist-info/METADATA,sha256=qRoR-HpEDFtwyF83puOJIYO5vNXDmNJzWSYDxqmcHi4,3015
3327
- homeassistant_stubs-2024.5.0b7.dist-info/WHEEL,sha256=vVCvjcmxuUltf8cYhJ0sJMRDLr1XsPuxEId8YDzbyCY,88
3328
- homeassistant_stubs-2024.5.0b7.dist-info/RECORD,,
3325
+ homeassistant_stubs-2024.5.1.dist-info/LICENSE,sha256=_kHFjg-MAmJ-lXc7HiEjUzD3vZutVYKUVZZpAWcIuqo,1075
3326
+ homeassistant_stubs-2024.5.1.dist-info/METADATA,sha256=WIYW4_RJuOw_0MYOo1hdCw3n8v_LjQrfY1idX_bJ4Uo,3011
3327
+ homeassistant_stubs-2024.5.1.dist-info/WHEEL,sha256=vVCvjcmxuUltf8cYhJ0sJMRDLr1XsPuxEId8YDzbyCY,88
3328
+ homeassistant_stubs-2024.5.1.dist-info/RECORD,,