watchforstock / evohome-client

Python client to access the Evohome web service
Apache License 2.0
88 stars 52 forks source link

Issue durring adding repository. #107

Closed art8814 closed 4 years ago

art8814 commented 4 years ago

Hello, durring adding this repo to my Home Assistant i getting this error:

ERROR (MainThread) [hassio.utils.json] Can't read json from /data/addons/git/b3e07dba/repository.json: [Errno 2] No such file or directory: '/data/addons/git/b3e07dba/repository.json

Am I doing something wrong ? I have to admit that I'm noob ;-)

zxdavb commented 4 years ago

@art8814 Home Assistant doesn't use this library any more - it uses evohome-async instead. The HA documentation will be corrected in the next release of HA.

In any case, you shouldn't have to 'add' any evohome repo to HA - just adding the correct data to HA's configuration.yaml file will cause the correct package to be downloaded from pypi.org:

evohome:
  username: YOUR_USERNAME
  password: YOUR_PASSWORD

If you are stuck, ask for help at: https://community.home-assistant.io/

@watchforstock, I think you can close this issue.