diff --git a/aioairzone/localapi.py b/aioairzone/localapi.py index 294ff9e..3b4712d 100644 --- a/aioairzone/localapi.py +++ b/aioairzone/localapi.py @@ -198,7 +198,7 @@ async def check_features(self, update: bool) -> None: version = await self.get_version() if API_VERSION in version: self.version = version[API_VERSION] - except (InvalidHost, APIError): + except InvalidMethod: pass self.api_features_checked = True