Hello all,
Hoping someone can give me a little guidance on the subject issue I am seeing within my home assistant.
Below is the information from my logs. Can you all think of what could be causing this?
To my knowledge I haven’t changed anything with my setup. Could multiple home assistant restarts cause this?
File "/usr/local/lib/python3.9/site-packages/pyweatherbitdata/api.py", line 103, in update_sensors
File "/usr/local/lib/python3.9/site-packages/pyweatherbitdata/api.py", line 313, in _async_request
pyweatherbitdata.exceptions.InvalidApiKey: The API Key used is not valid. Try again with a new key.
2022-06-20 14:33:12 ERROR (MainThread) [custom_components.weatherbit] Unexpected error fetching weatherbit data: The API Key used is not valid. Try again with a new key.
File "/config/custom_components/weatherbit/__init__.py", line 117, in async_update_forecast
data: ForecastDescription = await weatherbitapi.update_forecast()
File "/usr/local/lib/python3.9/site-packages/pyweatherbitdata/api.py", line 196, in update_forecast
File "/usr/local/lib/python3.9/site-packages/pyweatherbitdata/api.py", line 313, in _async_request
pyweatherbitdata.exceptions.InvalidApiKey: The API Key used is not valid. Try again with a new key.
2022-06-20 14:33:13 ERROR (MainThread) [custom_components.weatherbit] Unexpected error fetching weatherbit data: The API Key used is not valid. Try again with a new key.
File "/config/custom_components/weatherbit/__init__.py", line 108, in async_update_data
data: ObservationDescription = await weatherbitapi.update_sensors()
File "/usr/local/lib/python3.9/site-packages/pyweatherbitdata/api.py", line 103, in update_sensors
File "/usr/local/lib/python3.9/site-packages/pyweatherbitdata/api.py", line 313, in _async_request
pyweatherbitdata.exceptions.InvalidApiKey: The API Key used is not valid. Try again with a new key.