Closed martin3000 closed 1 year ago
Reading currencies, alphavantage returns a greeting note ("welcome") and this note raises an error in alphavantage.py line 363.
elif "Note" in json_response and self.treat_info_as_error: raise ValueError(json_response["Note"])
For this reason, alphavantage does not work in home assistant.
can i work on this?
Can I work on this
Closing for now. Will re-open if there is community interest. Thanks!
Reading currencies, alphavantage returns a greeting note ("welcome") and this note raises an error in alphavantage.py line 363.
For this reason, alphavantage does not work in home assistant.