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
Update for sensor.asuswrt_upload fails
Traceback (most recent call last):
File "/usr/src/app/homeassistant/helpers/entity.py", line 221, in async_update_ha_state
await self.async_device_update()
File "/usr/src/app/homeassistant/helpers/entity.py", line 347, in async_device_update
await self.async_update()
File "/usr/src/app/homeassistant/components/sensor/asuswrt.py", line 126, in async_update
self._state = round(self._rates[1] / 1000000000, 1)
IndexError: list index out of range
Additional information:
The text was updated successfully, but these errors were encountered:
**Home Assistant release with the issue: ** 0.83.0b0
Last working Home Assistant release (if known): none, new module
Operating environment (Hass.io/Docker/Windows/etc.): Docker (but not relevant in this case)
Component/platform: asuswrt sensor https://www.home-assistant.io/components/asuswrt/ https://www.home-assistant.io/components/sensor.asuswrt/
Description of problem: The log is filled with errors as the sensor lacks a few checks.
Problem-relevant
configuration.yaml
entries and (fill out even if it seems unimportant):Traceback (if applicable):
Additional information:
The text was updated successfully, but these errors were encountered: