mezz64 / pyEight

Python library to interface with the Eight Sleep API
MIT License
59 stars 15 forks source link

Fix bug with username and password #17

Closed raman325 closed 3 years ago

raman325 commented 3 years ago

My password has special characters that need to be URL encoded. The integration wasn't working for me without this change.

Separately, I know the primary use case is for HA but I also added requirements to the setup so that others could potentially use it Removing this change in lieu of the other one. Will add it there.