From 5958e7c5150d962f7eed9be39f690fd9b11ec060 Mon Sep 17 00:00:00 2001 From: epenet <6771947+epenet@users.noreply.github.com> Date: Fri, 3 Feb 2023 16:18:10 +0100 Subject: [PATCH] Improve type hints in evohome (#87266) --- homeassistant/components/evohome/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/homeassistant/components/evohome/__init__.py b/homeassistant/components/evohome/__init__.py index 162a56e837a..2aa0cd42fe1 100644 --- a/homeassistant/components/evohome/__init__.py +++ b/homeassistant/components/evohome/__init__.py @@ -405,11 +405,11 @@ class EvoBroker: def __init__( self, - hass, + hass: HomeAssistant, client: evohomeasync2.EvohomeClient, client_v1: evohomeasync.EvohomeClient | None, store: Store[dict[str, Any]], - params, + params: ConfigType, ) -> None: """Initialize the evohome client and its data structure.""" self.hass = hass