You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the access and decoding of the API is done in custom_components/poollab/poollab.py . To make it more generic and enable use of the API outside Home Assistant this part could be moved to a separate repository (or folder) which could be published as a python-package (original intent of this repo) and then imported to Home Assistant integration.
The text was updated successfully, but these errors were encountered:
Currently the access and decoding of the API is done in
custom_components/poollab/poollab.py
. To make it more generic and enable use of the API outside Home Assistant this part could be moved to a separate repository (or folder) which could be published as a python-package (original intent of this repo) and then imported to Home Assistant integration.The text was updated successfully, but these errors were encountered: