Skip to content

Commit

Permalink
Merge pull request #174 from GrandMoff100/fix-api-config-check
Browse files Browse the repository at this point in the history
Remove call to check_api_config from the sync client context entrance
  • Loading branch information
GrandMoff100 authored Mar 14, 2024
2 parents d220e17 + b91fd41 commit fe22d89
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion homeassistant_api/rawclient.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ def __enter__(self) -> "RawClient":
logger.debug("Entering cached requests session %r.", self.cache_session)
self.cache_session.__enter__()
self.check_api_running()
self.check_api_config()
return self

def __exit__(self, _, __, ___) -> None:
Expand Down

0 comments on commit fe22d89

Please sign in to comment.