For the past two weeks my NWS configuration has been unavailable.
I’m not entirely sure what this means, but this is the error code from the logs.
Logger: homeassistant
Source: components/nws/weather.py:129
First occurred: November 2, 2021, 7:30:18 PM (3071 occurrences)
Last logged: 7:19:16 PM
'''Error doing job: Task exception was never retrieved
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/helpers/update_coordinator.py", line 134, in _handle_refresh_interval
await self._async_refresh(log_failures=True, scheduled=True)
File "/usr/src/homeassistant/homeassistant/helpers/update_coordinator.py", line 265, in _async_refresh
update_callback()
File "/usr/src/homeassistant/homeassistant/components/nws/weather.py", line 129, in _update_callback
self.observation = self.nws.observation
File "/usr/local/lib/python3.9/site-packages/pynws/simple_nws.py", line 261, in observation
data[obs] = unit_conversion[obs_item[1]](obs_item[0])
KeyError: 'wmoUnit:degC
Any help would be greatly appreciated.
Thanks