mirror of
https://github.com/home-assistant/core.git
synced 2025-08-11 08:35:15 +02:00
Add more specific typing to OpenUV coordinator (#101952)
This commit is contained in:
@@ -17,7 +17,7 @@ from .const import LOGGER
|
||||
DEFAULT_DEBOUNCER_COOLDOWN_SECONDS = 15 * 60
|
||||
|
||||
|
||||
class OpenUvCoordinator(DataUpdateCoordinator):
|
||||
class OpenUvCoordinator(DataUpdateCoordinator[dict[str, Any]]):
|
||||
"""Define an OpenUV data coordinator."""
|
||||
|
||||
config_entry: ConfigEntry
|
||||
|
Reference in New Issue
Block a user