mirror of
https://github.com/home-assistant/core.git
synced 2025-07-13 16:27:08 +00:00
Improve zha coordinator typing (#111767)
This commit is contained in:
parent
61f6df527e
commit
42a28f4e67
@ -71,7 +71,7 @@ async def async_setup_entry(
|
|||||||
config_entry.async_on_unload(unsub)
|
config_entry.async_on_unload(unsub)
|
||||||
|
|
||||||
|
|
||||||
class ZHAFirmwareUpdateCoordinator(DataUpdateCoordinator): # pylint: disable=hass-enforce-coordinator-module
|
class ZHAFirmwareUpdateCoordinator(DataUpdateCoordinator[None]): # pylint: disable=hass-enforce-coordinator-module
|
||||||
"""Firmware update coordinator that broadcasts updates network-wide."""
|
"""Firmware update coordinator that broadcasts updates network-wide."""
|
||||||
|
|
||||||
def __init__(
|
def __init__(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user