Replies: 1 comment
-
After all that I found the answer from the API documentation:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello all
I've installed this integration to consume the data from a nearby station (I don't have one myself) but I receive an "Unexpected Error" while setting it up with my API key. The log shows:
File "/config/custom_components/weatherlink/config_flow.py", line 190, in async_step_user_2 await validate_input_v2(self.hass, user_input) File "/config/custom_components/weatherlink/config_flow.py", line 118, in validate_input_v2 station_name = data["stations"][0]["station_name"]
This suggests to me that it is expecting me to have my own station? Is it intended to be used with your own station only or have I not configured something properly on the weatherlink website?
Many Thanks
Beta Was this translation helpful? Give feedback.
All reactions