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