mirror of
https://github.com/home-assistant/core.git
synced 2025-04-24 17:27:52 +00:00
Improve screenlogic generic typing (#89587)
This commit is contained in:
parent
e932139721
commit
b4b7605b82
@ -109,7 +109,7 @@ async def async_get_connect_info(
|
||||
}
|
||||
|
||||
|
||||
class ScreenlogicDataUpdateCoordinator(DataUpdateCoordinator):
|
||||
class ScreenlogicDataUpdateCoordinator(DataUpdateCoordinator[None]):
|
||||
"""Class to manage the data update for the Screenlogic component."""
|
||||
|
||||
def __init__(
|
||||
|
Loading…
x
Reference in New Issue
Block a user