Major Issues Since 2024.6.4 update ☹

Major Issues Since 2024.6.4 update :frowning:

Anyone experiencing issues since the 2024.6.4 update?

Last night I updated to 2024.6.4.
Core: 2024.6.4
Supervisor: 2024.06.0
Operating System: 12.4
Frontend: 20240610.1
HA is running on a VM in Proxmox.

Since the update, I’ve had a load of issues:
• Dev tools config check wont complete.
• Xiaomi BLE - Wont Load
• ESP Home - Wont Load
• Simple Icons - Wont Load
• And none of my Zigbee automations are working,
although I can see that my buttons and PIRs are all working/triggering.

Any advice before I roll it back?

Log is 3500 lines, here is the first few hundred:

2024-06-21 23:07:46.086 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration adaptive_lighting which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2024-06-21 23:07:46.086 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration extended_openai_conversation which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2024-06-21 23:07:46.087 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration ble_monitor which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2024-06-21 23:07:46.087 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration teamtracker which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2024-06-21 23:07:46.088 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration localtuya which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2024-06-21 23:07:46.088 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration simpleicons which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2024-06-21 23:07:46.088 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration hacs which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2024-06-21 23:07:47.304 ERROR (MainThread) [homeassistant.helpers.config_validation] The bluetooth integration does not support any configuration parameters, got [{'platform': 'bluetooth_tracker', 'new_device_defaults': {'track_new_devices': False, 'hide_if_away': True}}]. Please remove the configuration parameters from your configuration.
2024-06-21 23:07:48.237 WARNING (ImportExecutor_0) [py.warnings] /usr/local/lib/python3.12/site-packages/ppadb/device.py:34: SyntaxWarning: invalid escape sequence '\s'
  INSTALL_RESULT_PATTERN = "(Success|Failure|Error)\s?(.*)"

2024-06-21 23:07:48.239 WARNING (ImportExecutor_0) [py.warnings] /usr/local/lib/python3.12/site-packages/ppadb/command/transport/__init__.py:95: SyntaxWarning: invalid escape sequence '\['
  result_pattern = "^\[([\s\S]*?)\]: \[([\s\S]*?)\]\r?$"

2024-06-21 23:07:48.244 WARNING (ImportExecutor_0) [py.warnings] /usr/local/lib/python3.12/site-packages/ppadb/plugins/device/utils.py:35: SyntaxWarning: invalid escape sequence '\s'
  pattern = "ACTIVITY\s([\w\.]+)/([\w\.]+)\s[\w\d]+\spid=([\d]+)"

2024-06-21 23:07:48.244 WARNING (ImportExecutor_0) [py.warnings] /usr/local/lib/python3.12/site-packages/ppadb/plugins/device/utils.py:48: SyntaxWarning: invalid escape sequence '\s'
  total_meminfo_re = re.compile('\s*TOTAL\s*(?P<pss>\d+)'

2024-06-21 23:07:48.244 WARNING (ImportExecutor_0) [py.warnings] /usr/local/lib/python3.12/site-packages/ppadb/plugins/device/utils.py:49: SyntaxWarning: invalid escape sequence '\s'
  '\s*(?P<private_dirty>\d+)'

2024-06-21 23:07:48.245 WARNING (ImportExecutor_0) [py.warnings] /usr/local/lib/python3.12/site-packages/ppadb/plugins/device/utils.py:50: SyntaxWarning: invalid escape sequence '\s'
  '\s*(?P<private_clean>\d+)'

2024-06-21 23:07:48.245 WARNING (ImportExecutor_0) [py.warnings] /usr/local/lib/python3.12/site-packages/ppadb/plugins/device/utils.py:51: SyntaxWarning: invalid escape sequence '\s'
  '\s*(?P<swapped_dirty>\d+)'

2024-06-21 23:07:48.245 WARNING (ImportExecutor_0) [py.warnings] /usr/local/lib/python3.12/site-packages/ppadb/plugins/device/utils.py:52: SyntaxWarning: invalid escape sequence '\s'
  '\s*(?P<heap_size>\d+)'

2024-06-21 23:07:48.245 WARNING (ImportExecutor_0) [py.warnings] /usr/local/lib/python3.12/site-packages/ppadb/plugins/device/utils.py:53: SyntaxWarning: invalid escape sequence '\s'
  '\s*(?P<heap_alloc>\d+)'

2024-06-21 23:07:48.245 WARNING (ImportExecutor_0) [py.warnings] /usr/local/lib/python3.12/site-packages/ppadb/plugins/device/utils.py:54: SyntaxWarning: invalid escape sequence '\s'
  '\s*(?P<heap_free>\d+)')

2024-06-21 23:07:48.245 WARNING (ImportExecutor_0) [py.warnings] /usr/local/lib/python3.12/site-packages/ppadb/plugins/device/utils.py:85: SyntaxWarning: invalid escape sequence '\d'
  pattern = "userId=([\d]+)"

2024-06-21 23:07:48.245 WARNING (ImportExecutor_0) [py.warnings] /usr/local/lib/python3.12/site-packages/ppadb/plugins/device/utils.py:102: SyntaxWarning: invalid escape sequence '\d'
  pattern = "versionName=([\d\.]+)"

2024-06-21 23:07:48.248 WARNING (ImportExecutor_0) [py.warnings] /usr/local/lib/python3.12/site-packages/ppadb/plugins/device/wm.py:12: SyntaxWarning: invalid escape sequence '\s'
  SIZE_RE = 'Physical size:\s([\d]+)x([\d]+)'

2024-06-21 23:07:48.249 WARNING (ImportExecutor_0) [py.warnings] /usr/local/lib/python3.12/site-packages/ppadb/plugins/device/traffic.py:36: SyntaxWarning: invalid escape sequence '\d'
  pattern = "userId=([\d]+)"

2024-06-21 23:07:48.250 WARNING (ImportExecutor_0) [py.warnings] /usr/local/lib/python3.12/site-packages/ppadb/plugins/device/cpustat.py:90: SyntaxWarning: invalid escape sequence '\s'
  "cpu\s+([\d]+)\s([\d]+)\s([\d]+)\s([\d]+)\s([\d]+)\s([\d]+)\s([\d]+)\s([\d]+)\s([\d]+)\s([\d]+)\s")

2024-06-21 23:07:48.402 WARNING (ImportExecutor_0) [homeassistant.components.climate.const] CURRENT_HVAC_HEAT was used from localtuya, this is a deprecated constant which will be removed in HA Core 2025.1. Use HVACAction.HEATING instead, please report it to the author of the 'localtuya' custom integration
2024-06-21 23:07:48.404 WARNING (ImportExecutor_0) [homeassistant.components.climate.const] CURRENT_HVAC_IDLE was used from localtuya, this is a deprecated constant which will be removed in HA Core 2025.1. Use HVACAction.IDLE instead, please report it to the author of the 'localtuya' custom integration
2024-06-21 23:07:48.405 WARNING (ImportExecutor_0) [homeassistant.components.climate.const] HVAC_MODE_AUTO was used from localtuya, this is a deprecated constant which will be removed in HA Core 2025.1. Use HVACMode.AUTO instead, please report it to the author of the 'localtuya' custom integration
2024-06-21 23:07:48.406 WARNING (ImportExecutor_0) [homeassistant.components.climate.const] HVAC_MODE_HEAT was used from localtuya, this is a deprecated constant which will be removed in HA Core 2025.1. Use HVACMode.HEAT instead, please report it to the author of the 'localtuya' custom integration
2024-06-21 23:07:48.407 WARNING (ImportExecutor_0) [homeassistant.components.climate.const] HVAC_MODE_OFF was used from localtuya, this is a deprecated constant which will be removed in HA Core 2025.1. Use HVACMode.OFF instead, please report it to the author of the 'localtuya' custom integration
2024-06-21 23:07:48.408 WARNING (ImportExecutor_0) [homeassistant.components.climate.const] SUPPORT_PRESET_MODE was used from localtuya, this is a deprecated constant which will be removed in HA Core 2025.1. Use ClimateEntityFeature.PRESET_MODE instead, please report it to the author of the 'localtuya' custom integration
2024-06-21 23:07:48.409 WARNING (ImportExecutor_0) [homeassistant.components.climate.const] SUPPORT_TARGET_TEMPERATURE was used from localtuya, this is a deprecated constant which will be removed in HA Core 2025.1. Use ClimateEntityFeature.TARGET_TEMPERATURE instead, please report it to the author of the 'localtuya' custom integration
2024-06-21 23:07:48.410 WARNING (ImportExecutor_0) [homeassistant.components.climate.const] SUPPORT_TARGET_TEMPERATURE_RANGE was used from localtuya, this is a deprecated constant which will be removed in HA Core 2025.1. Use ClimateEntityFeature.TARGET_TEMPERATURE_RANGE instead, please report it to the author of the 'localtuya' custom integration
2024-06-21 23:07:48.411 WARNING (ImportExecutor_0) [homeassistant.const] TEMP_CELSIUS was used from localtuya, this is a deprecated constant which will be removed in HA Core 2025.1. Use UnitOfTemperature.CELSIUS instead, please report it to the author of the 'localtuya' custom integration
2024-06-21 23:07:48.412 WARNING (ImportExecutor_0) [homeassistant.const] TEMP_FAHRENHEIT was used from localtuya, this is a deprecated constant which will be removed in HA Core 2025.1. Use UnitOfTemperature.FAHRENHEIT instead, please report it to the author of the 'localtuya' custom integration
2024-06-21 23:07:48.418 WARNING (ImportExecutor_0) [homeassistant.components.cover] SUPPORT_CLOSE was used from localtuya, this is a deprecated constant which will be removed in HA Core 2025.1. Use CoverEntityFeature.CLOSE instead, please report it to the author of the 'localtuya' custom integration
2024-06-21 23:07:48.419 WARNING (ImportExecutor_0) [homeassistant.components.cover] SUPPORT_OPEN was used from localtuya, this is a deprecated constant which will be removed in HA Core 2025.1. Use CoverEntityFeature.OPEN instead, please report it to the author of the 'localtuya' custom integration
2024-06-21 23:07:48.420 WARNING (ImportExecutor_0) [homeassistant.components.cover] SUPPORT_SET_POSITION was used from localtuya, this is a deprecated constant which will be removed in HA Core 2025.1. Use CoverEntityFeature.SET_POSITION instead, please report it to the author of the 'localtuya' custom integration
2024-06-21 23:07:48.421 WARNING (ImportExecutor_0) [homeassistant.components.cover] SUPPORT_STOP was used from localtuya, this is a deprecated constant which will be removed in HA Core 2025.1. Use CoverEntityFeature.STOP instead, please report it to the author of the 'localtuya' custom integration
2024-06-21 23:07:48.422 WARNING (ImportExecutor_0) [homeassistant.components.cover] SUPPORT_CLOSE was used from localtuya, this is a deprecated constant which will be removed in HA Core 2025.1. Use CoverEntityFeature.CLOSE instead, please report it to the author of the 'localtuya' custom integration
2024-06-21 23:07:48.423 WARNING (ImportExecutor_0) [homeassistant.components.cover] SUPPORT_OPEN was used from localtuya, this is a deprecated constant which will be removed in HA Core 2025.1. Use CoverEntityFeature.OPEN instead, please report it to the author of the 'localtuya' custom integration
2024-06-21 23:07:48.425 WARNING (ImportExecutor_0) [homeassistant.components.cover] SUPPORT_SET_POSITION was used from localtuya, this is a deprecated constant which will be removed in HA Core 2025.1. Use CoverEntityFeature.SET_POSITION instead, please report it to the author of the 'localtuya' custom integration
2024-06-21 23:07:48.426 WARNING (ImportExecutor_0) [homeassistant.components.cover] SUPPORT_STOP was used from localtuya, this is a deprecated constant which will be removed in HA Core 2025.1. Use CoverEntityFeature.STOP instead, please report it to the author of the 'localtuya' custom integration
2024-06-21 23:07:48.429 WARNING (ImportExecutor_0) [homeassistant.components.fan] SUPPORT_DIRECTION was used from localtuya, this is a deprecated constant which will be removed in HA Core 2025.1. Use FanEntityFeature.DIRECTION instead, please report it to the author of the 'localtuya' custom integration
2024-06-21 23:07:48.430 WARNING (ImportExecutor_0) [homeassistant.components.fan] SUPPORT_OSCILLATE was used from localtuya, this is a deprecated constant which will be removed in HA Core 2025.1. Use FanEntityFeature.OSCILLATE instead, please report it to the author of the 'localtuya' custom integration
2024-06-21 23:07:48.431 WARNING (ImportExecutor_0) [homeassistant.components.fan] SUPPORT_SET_SPEED was used from localtuya, this is a deprecated constant which will be removed in HA Core 2025.1. Use FanEntityFeature.SET_SPEED instead, please report it to the author of the 'localtuya' custom integration
2024-06-21 23:07:48.431 WARNING (ImportExecutor_0) [homeassistant.components.fan] SUPPORT_DIRECTION was used from localtuya, this is a deprecated constant which will be removed in HA Core 2025.1. Use FanEntityFeature.DIRECTION instead, please report it to the author of the 'localtuya' custom integration
2024-06-21 23:07:48.432 WARNING (ImportExecutor_0) [homeassistant.components.fan] SUPPORT_OSCILLATE was used from localtuya, this is a deprecated constant which will be removed in HA Core 2025.1. Use FanEntityFeature.OSCILLATE instead, please report it to the author of the 'localtuya' custom integration
2024-06-21 23:07:48.433 WARNING (ImportExecutor_0) [homeassistant.components.fan] SUPPORT_SET_SPEED was used from localtuya, this is a deprecated constant which will be removed in HA Core 2025.1. Use FanEntityFeature.SET_SPEED instead, please report it to the author of the 'localtuya' custom integration
2024-06-21 23:07:48.442 WARNING (MainThread) [homeassistant.helpers.frame] Detected that custom integration 'localtuya' accesses hass.helpers.service. This is deprecated and will stop working in Home Assistant 2024.11, it should be updated to import functions used from service directly at custom_components/localtuya/__init__.py, line 164: hass.helpers.service.async_register_admin_service(, please create a bug report at https://github.com/rospogrigio/localtuya/issues
2024-06-21 23:07:50.369 WARNING (MainThread) [homeassistant.helpers.frame] Detected that custom integration 'hacs' accesses hass.components.frontend. This is deprecated and will stop working in Home Assistant 2024.9, it should be updated to import functions used from frontend directly at custom_components/hacs/frontend.py, line 68: hass.components.frontend.async_register_built_in_panel(, please create a bug report at https://github.com/hacs/integration/issues
2024-06-21 23:07:50.805 ERROR (MainThread) [homeassistant.components.media_player] The androidtv platform for the media_player integration does not support platform setup. Please remove it from your config.
2024-06-21 23:07:51.679 WARNING (ImportExecutor_0) [zhaquirks] Loaded custom quirks. Please contribute them to https://github.com/zigpy/zha-device-handlers
2024-06-21 23:07:54.691 ERROR (MainThread) [homeassistant.components.sensor] twitch: Error on device update!
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 729, in _async_add_entity
    await entity.async_device_update(warning=False)
  File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 1289, in async_device_update
    await self.async_update()
  File "/usr/src/homeassistant/homeassistant/components/twitch/sensor.py", line 100, in async_update
    await self._async_add_user_attributes()
  File "/usr/src/homeassistant/homeassistant/components/twitch/sensor.py", line 139, in _async_add_user_attributes
    self._attr_extra_state_attributes[ATTR_FOLLOW_SINCE] = follows.data[
                                                           ^^^^^^^^^^^^^
IndexError: list index out of range
2024-06-21 23:07:55.472 ERROR (MainThread) [homeassistant.components.sensor] twitch: Error on device update!
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 729, in _async_add_entity
    await entity.async_device_update(warning=False)
  File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 1289, in async_device_update
    await self.async_update()
  File "/usr/src/homeassistant/homeassistant/components/twitch/sensor.py", line 100, in async_update
    await self._async_add_user_attributes()
  File "/usr/src/homeassistant/homeassistant/components/twitch/sensor.py", line 139, in _async_add_user_attributes
    self._attr_extra_state_attributes[ATTR_FOLLOW_SINCE] = follows.data[
                                                           ^^^^^^^^^^^^^
IndexError: list index out of range
2024-06-21 23:07:56.241 ERROR (MainThread) [homeassistant.components.sensor] twitch: Error on device update!
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 729, in _async_add_entity
    await entity.async_device_update(warning=False)
  File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 1289, in async_device_update
    await self.async_update()
  File "/usr/src/homeassistant/homeassistant/components/twitch/sensor.py", line 100, in async_update
    await self._async_add_user_attributes()
  File "/usr/src/homeassistant/homeassistant/components/twitch/sensor.py", line 139, in _async_add_user_attributes
    self._attr_extra_state_attributes[ATTR_FOLLOW_SINCE] = follows.data[
                                                           ^^^^^^^^^^^^^
IndexError: list index out of range
2024-06-21 23:07:57.967 ERROR (MainThread) [homeassistant.components.sensor] twitch: Error on device update!
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 729, in _async_add_entity
    await entity.async_device_update(warning=False)
  File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 1289, in async_device_update
    await self.async_update()
  File "/usr/src/homeassistant/homeassistant/components/twitch/sensor.py", line 100, in async_update
    await self._async_add_user_attributes()
  File "/usr/src/homeassistant/homeassistant/components/twitch/sensor.py", line 139, in _async_add_user_attributes
    self._attr_extra_state_attributes[ATTR_FOLLOW_SINCE] = follows.data[
                                                           ^^^^^^^^^^^^^
IndexError: list index out of range
2024-06-21 23:07:58.727 ERROR (MainThread) [homeassistant.components.sensor] twitch: Error on device update!
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 729, in _async_add_entity
    await entity.async_device_update(warning=False)
  File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 1289, in async_device_update
    await self.async_update()
  File "/usr/src/homeassistant/homeassistant/components/twitch/sensor.py", line 100, in async_update
    await self._async_add_user_attributes()
  File "/usr/src/homeassistant/homeassistant/components/twitch/sensor.py", line 139, in _async_add_user_attributes
    self._attr_extra_state_attributes[ATTR_FOLLOW_SINCE] = follows.data[
                                                           ^^^^^^^^^^^^^
IndexError: list index out of range
2024-06-21 23:07:59.497 ERROR (MainThread) [homeassistant.components.sensor] twitch: Error on device update!
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 729, in _async_add_entity
    await entity.async_device_update(warning=False)
  File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 1289, in async_device_update
    await self.async_update()
  File "/usr/src/homeassistant/homeassistant/components/twitch/sensor.py", line 100, in async_update
    await self._async_add_user_attributes()
  File "/usr/src/homeassistant/homeassistant/components/twitch/sensor.py", line 139, in _async_add_user_attributes
    self._attr_extra_state_attributes[ATTR_FOLLOW_SINCE] = follows.data[
                                                           ^^^^^^^^^^^^^
IndexError: list index out of range
2024-06-21 23:08:00.264 ERROR (MainThread) [homeassistant.components.sensor] twitch: Error on device update!
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 729, in _async_add_entity
    await entity.async_device_update(warning=False)
  File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 1289, in async_device_update
    await self.async_update()
  File "/usr/src/homeassistant/homeassistant/components/twitch/sensor.py", line 100, in async_update
    await self._async_add_user_attributes()
  File "/usr/src/homeassistant/homeassistant/components/twitch/sensor.py", line 139, in _async_add_user_attributes
    self._attr_extra_state_attributes[ATTR_FOLLOW_SINCE] = follows.data[
                                                           ^^^^^^^^^^^^^
IndexError: list index out of range
2024-06-21 23:08:00.927 WARNING (MainThread) [zigpy_znp.zigbee.application] Your network is using the insecure Zigbee2MQTT network key!
2024-06-21 23:08:01.030 ERROR (MainThread) [homeassistant.components.sensor] twitch: Error on device update!
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 729, in _async_add_entity
    await entity.async_device_update(warning=False)
  File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 1289, in async_device_update
    await self.async_update()
  File "/usr/src/homeassistant/homeassistant/components/twitch/sensor.py", line 100, in async_update
    await self._async_add_user_attributes()
  File "/usr/src/homeassistant/homeassistant/components/twitch/sensor.py", line 139, in _async_add_user_attributes
    self._attr_extra_state_attributes[ATTR_FOLLOW_SINCE] = follows.data[
                                                           ^^^^^^^^^^^^^
IndexError: list index out of range
2024-06-21 23:08:01.796 ERROR (MainThread) [homeassistant.components.sensor] twitch: Error on device update!
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 729, in _async_add_entity
    await entity.async_device_update(warning=False)
  File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 1289, in async_device_update
    await self.async_update()
  File "/usr/src/homeassistant/homeassistant/components/twitch/sensor.py", line 100, in async_update
    await self._async_add_user_attributes()
  File "/usr/src/homeassistant/homeassistant/components/twitch/sensor.py", line 139, in _async_add_user_attributes
    self._attr_extra_state_attributes[ATTR_FOLLOW_SINCE] = follows.data[
                                                           ^^^^^^^^^^^^^
IndexError: list index out of range
2024-06-21 23:08:02.566 ERROR (MainThread) [homeassistant.components.sensor] twitch: Error on device update!
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 729, in _async_add_entity
    await entity.async_device_update(warning=False)
  File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 1289, in async_device_update
    await self.async_update()
  File "/usr/src/homeassistant/homeassistant/components/twitch/sensor.py", line 100, in async_update
    await self._async_add_user_attributes()
  File "/usr/src/homeassistant/homeassistant/components/twitch/sensor.py", line 139, in _async_add_user_attributes
    self._attr_extra_state_attributes[ATTR_FOLLOW_SINCE] = follows.data[
                                                           ^^^^^^^^^^^^^
IndexError: list index out of range
2024-06-21 23:08:02.821 WARNING (MainThread) [homeassistant.components.sensor] Setup of sensor platform twitch is taking over 10 seconds.
2024-06-21 23:08:05.270 ERROR (MainThread) [homeassistant.components.sensor] twitch: Error on device update!
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 729, in _async_add_entity
    await entity.async_device_update(warning=False)
  File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 1289, in async_device_update
    await self.async_update()
  File "/usr/src/homeassistant/homeassistant/components/twitch/sensor.py", line 100, in async_update
    await self._async_add_user_attributes()
  File "/usr/src/homeassistant/homeassistant/components/twitch/sensor.py", line 139, in _async_add_user_attributes
    self._attr_extra_state_attributes[ATTR_FOLLOW_SINCE] = follows.data[
                                                           ^^^^^^^^^^^^^
IndexError: list index out of range
2024-06-21 23:08:07.013 ERROR (MainThread) [homeassistant.components.sensor] twitch: Error on device update!
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 729, in _async_add_entity
    await entity.async_device_update(warning=False)
  File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 1289, in async_device_update
    await self.async_update()
  File "/usr/src/homeassistant/homeassistant/components/twitch/sensor.py", line 100, in async_update
    await self._async_add_user_attributes()
  File "/usr/src/homeassistant/homeassistant/components/twitch/sensor.py", line 139, in _async_add_user_attributes
    self._attr_extra_state_attributes[ATTR_FOLLOW_SINCE] = follows.data[
                                                           ^^^^^^^^^^^^^
IndexError: list index out of range
2024-06-21 23:08:07.780 ERROR (MainThread) [homeassistant.components.sensor] twitch: Error on device update!
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 729, in _async_add_entity
    await entity.async_device_update(warning=False)
  File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 1289, in async_device_update
    await self.async_update()
  File "/usr/src/homeassistant/homeassistant/components/twitch/sensor.py", line 100, in async_update
    await self._async_add_user_attributes()
  File "/usr/src/homeassistant/homeassistant/components/twitch/sensor.py", line 139, in _async_add_user_attributes
    self._attr_extra_state_attributes[ATTR_FOLLOW_SINCE] = follows.data[
                                                           ^^^^^^^^^^^^^
IndexError: list index out of range
2024-06-21 23:08:10.919 ERROR (MainThread) [homeassistant.components.sensor] twitch: Error on device update!
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 729, in _async_add_entity
    await entity.async_device_update(warning=False)
  File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 1289, in async_device_update
    await self.async_update()
  File "/usr/src/homeassistant/homeassistant/components/twitch/sensor.py", line 100, in async_update
    await self._async_add_user_attributes()
  File "/usr/src/homeassistant/homeassistant/components/twitch/sensor.py", line 139, in _async_add_user_attributes
    self._attr_extra_state_attributes[ATTR_FOLLOW_SINCE] = follows.data[
                                                           ^^^^^^^^^^^^^

Your supervisor version is not the latest (2024.06.2).

Have you tried doing a full reboot?

1 Like

Tried rebooting via UI, dont think its working, i’ll try forcing it in the console shortly and see how that goes.

Just to clarify… Full reboot means rebooting the host machine.

1 Like

Was originally intending reboot the VM yes.

Ok, got around to rebooting my VM and everything appears back to normal.
Thanks for the input.

Wow, very special: @mcarty & @MaxK come with the suggestion to do a full reboot and you mark your own post as the solution… :-1:

1 Like

Yeah but I didn’t have anything to do with the solution either!