diff --git a/custom_components/poollab/poollab.py b/custom_components/poollab/poollab.py index 77eb828..7fc0ed5 100644 --- a/custom_components/poollab/poollab.py +++ b/custom_components/poollab/poollab.py @@ -260,7 +260,7 @@ async def _update(self, schema: str | None = None) -> bool: if schema is None: schema = self._build_schema() transport = AIOHTTPTransport( - url=self._url, headers={"Authorization": self._token} + url=self._url, headers={"Authorization": self._token}, ssl=True ) async with Client( transport=transport,