Add more specific typing to OpenUV coordinator (#101952)
This commit is contained in:
parent
a0a3d91a28
commit
ce77566783
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue