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
I get a lot (+/-300 per hour) of these error messages in the HA log:
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/helpers/update_coordinator.py", line 258, in _handle_refresh_interval
await self._async_refresh(log_failures=True, scheduled=True)
File "/usr/src/homeassistant/homeassistant/helpers/update_coordinator.py", line 453, in _async_refresh
self.async_update_listeners()
File "/usr/src/homeassistant/homeassistant/helpers/update_coordinator.py", line 168, in async_update_listeners
update_callback()
File "/usr/src/homeassistant/homeassistant/helpers/update_coordinator.py", line 533, in _handle_coordinator_update
self.async_write_ha_state()
File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 1005, in async_write_ha_state
self._async_write_ha_state()
File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 1130, in _async_write_ha_state
self.__async_calculate_state()
File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 1067, in __async_calculate_state
state = self._stringify_state(available)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 1011, in _stringify_state
if (state := self.state) is None:
^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/components/sensor/__init__.py", line 542, in state
value = self.native_value
^^^^^^^^^^^^^^^^^
File "/config/custom_components/uptime_kuma/sensor.py", line 89, in native_value
return SENSORS_INFO[self.monitor.monitor_status]["value"]
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
KeyError: 3.0
Details
Uptime Kuma docker version: 1.23.15 (self hosted on same network as homeassistant)
Integration version: 2.3.0
HA Core: 2024.10.2
HC Supervisor 2024.10.2
HA OS: 13.2
Frondend version: 20241002.3
I tried reinstalling the integration but this dit not get rid of the error messages.
The text was updated successfully, but these errors were encountered:
I get a lot (+/-300 per hour) of these error messages in the HA log:
Details
Uptime Kuma docker version: 1.23.15 (self hosted on same network as homeassistant)
Integration version: 2.3.0
HA Core: 2024.10.2
HC Supervisor 2024.10.2
HA OS: 13.2
Frondend version: 20241002.3
I tried reinstalling the integration but this dit not get rid of the error messages.
The text was updated successfully, but these errors were encountered: