tweaker / homeassistant-binance

Binance Exchange sensors component
7 stars 3 forks source link

Cant connect #4

Closed poudenes closed 1 year ago

poudenes commented 3 years ago

Hi with latest HA its not working:

2021-04-27 14:21:45 ERROR (MainThread) [custom_components.binance.sensor] Error fetching data from binance.com 2021-04-27 14:21:45 ERROR (MainThread) [homeassistant.components.sensor] Error while setting up binance platform for sensor

tatawi commented 3 years ago

You can try to add version in manifest.json file : { "domain": "binance", "name": "Binance course sensors", "documentation": "https://github.com/tweaker/binance", "version": "1.0.2", "dependencies": [], "codeowners": ["@tweaker"], "requirements": ["python-binance==0.7.1"] }

andreasc1 commented 3 years ago

You can try to add version in manifest.json file : { "domain": "binance", "name": "Binance course sensors", "documentation": "https://github.com/tweaker/binance", "version": "1.0.2", "dependencies": [], "codeowners": ["@tweaker"], "requirements": ["python-binance==0.7.1"] }

added the version but still it doesn't work.