Logger: homeassistant.setup
Source: setup.py:426
First occurred: 10:59:45 PM (1 occurrence)
Last logged: 10:59:45 PM
Error during setup of component smartthings: 'HomeAssistant' object has no attribute 'helpers'
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/setup.py", line 426, in _async_setup_component
result = await task
^^^^^^^^^^
File "/config/custom_components/smartthings/__init__.py", line 57, in async_setup
await setup_smartapp_endpoint(hass)
File "/config/custom_components/smartthings/smartapp.py", line 212, in setup_smartapp_endpoint
store = hass.helpers.storage.Store(STORAGE_VERSION, STORAGE_KEY)
^^^^^^^^^^^^
AttributeError: 'HomeAssistant' object has no attribute 'helpers'
Workaround: Downgrade to 2025.4
See also: rospogrigio/localtuya#1977
GitHub Etiquette