mirror of
https://github.com/home-assistant/core.git
synced 2025-07-16 09:47:13 +00:00
Improve typing in plaato (#87074)
This commit is contained in:
parent
275438adf3
commit
ea3395d576
@ -213,11 +213,11 @@ class PlaatoCoordinator(DataUpdateCoordinator):
|
||||
|
||||
def __init__(
|
||||
self,
|
||||
hass,
|
||||
auth_token,
|
||||
hass: HomeAssistant,
|
||||
auth_token: str,
|
||||
device_type: PlaatoDeviceType,
|
||||
update_interval: timedelta,
|
||||
):
|
||||
) -> None:
|
||||
"""Initialize."""
|
||||
self.api = Plaato(auth_token=auth_token)
|
||||
self.hass = hass
|
||||
|
Loading…
x
Reference in New Issue
Block a user