mirror of
https://github.com/home-assistant/core.git
synced 2025-08-05 05:35:11 +02:00
Improve screenlogic generic typing (#89587)
This commit is contained in:
@@ -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__(
|
||||
|
Reference in New Issue
Block a user