Skip to content

Commit

Permalink
Merge pull request #570 from henriknj:revert-do-not-verify-ssl
Browse files Browse the repository at this point in the history
Revert "Do not verify API SSL"
  • Loading branch information
MTrab authored Sep 10, 2024
2 parents e004813 + d945c08 commit 354c0c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/energidataservice/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ def __init__(
self.next_retry_delay = RETRY_MINUTES
self.retry_count = 0

self._client = async_get_clientsession(hass, False)
self._client = async_get_clientsession(hass)
self._region = RegionHandler(
(entry.options.get(CONF_AREA) or entry.data.get(CONF_AREA)) or "FIXED"
)
Expand Down

0 comments on commit 354c0c6

Please sign in to comment.