mirror of
https://github.com/home-assistant/core.git
synced 2025-08-11 16:45:19 +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
|
DEFAULT_DEBOUNCER_COOLDOWN_SECONDS = 15 * 60
|
||||||
|
|
||||||
|
|
||||||
class OpenUvCoordinator(DataUpdateCoordinator):
|
class OpenUvCoordinator(DataUpdateCoordinator[dict[str, Any]]):
|
||||||
"""Define an OpenUV data coordinator."""
|
"""Define an OpenUV data coordinator."""
|
||||||
|
|
||||||
config_entry: ConfigEntry
|
config_entry: ConfigEntry
|
||||||
|
Reference in New Issue
Block a user