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