You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Får følgende fejl, har prøvet at fjerne og installer igen
Home Assistant Core 2022.6.7
Home Assistant Supervisor 2022.05.3
Home Assistant OS 8.2
Pollen_DK v0.2
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/helpers/update_coordinator.py", line 191, in _async_refresh
self.data = await self._async_update_data()
File "/usr/src/homeassistant/homeassistant/helpers/update_coordinator.py", line 150, in _async_update_data
return await self.update_method()
File "/config/custom_components/pollen_dk/sensor.py", line 32, in async_update_data
await hass.async_add_executor_job(pollen_DK.update)
File "/usr/local/lib/python3.9/concurrent/futures/thread.py", line 58, in run
result = self.fn(*self.args, **self.kwargs)
File "/config/custom_components/pollen_dk/pollen_dk_api.py", line 32, in update
if int(regionID) in self._regionIDs:
ValueError: invalid literal for int() with base 10: 'name'
The text was updated successfully, but these errors were encountered:
Får følgende fejl, har prøvet at fjerne og installer igen
Home Assistant Core 2022.6.7
Home Assistant Supervisor 2022.05.3
Home Assistant OS 8.2
Pollen_DK v0.2
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/helpers/update_coordinator.py", line 191, in _async_refresh
self.data = await self._async_update_data()
File "/usr/src/homeassistant/homeassistant/helpers/update_coordinator.py", line 150, in _async_update_data
return await self.update_method()
File "/config/custom_components/pollen_dk/sensor.py", line 32, in async_update_data
await hass.async_add_executor_job(pollen_DK.update)
File "/usr/local/lib/python3.9/concurrent/futures/thread.py", line 58, in run
result = self.fn(*self.args, **self.kwargs)
File "/config/custom_components/pollen_dk/pollen_dk_api.py", line 32, in update
if int(regionID) in self._regionIDs:
ValueError: invalid literal for int() with base 10: 'name'
The text was updated successfully, but these errors were encountered: