From e5694ecdc1eda1abadd05e01014a11c197e83f1b Mon Sep 17 00:00:00 2001 From: Jon Connell Date: Mon, 18 Sep 2023 12:47:00 +0100 Subject: [PATCH] Typing correction --- custom_components/kingspan_watchman_sensit/__init__.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/custom_components/kingspan_watchman_sensit/__init__.py b/custom_components/kingspan_watchman_sensit/__init__.py index ca5b1d1..ab5e795 100644 --- a/custom_components/kingspan_watchman_sensit/__init__.py +++ b/custom_components/kingspan_watchman_sensit/__init__.py @@ -86,10 +86,7 @@ class SENSiTDataUpdateCoordinator(DataUpdateCoordinator): """Class to manage fetching data from the API.""" def __init__( - self, - hass: HomeAssistant, - client: SENSiTApiClient, - update_interval: timedelta = DEFAULT_UPDATE_INTERVAL, + self, hass: HomeAssistant, client: SENSiTApiClient, update_interval: timedelta ) -> None: """Initialize.""" self.api = client