Skip to content

2025.5 upstream deprecation: AttributeError: 'HomeAssistant' object has no attribute 'helpers' #133

@jtagcat

Description

@jtagcat
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

  • Please use the 👍 reaction to show that you are affected by the same issue. (?)
  • Please don't comment if you have no relevant information to add. It's just extra noise for everyone subscribed to this issue. (?)
  • Subscribe to receive notifications on new comments, or get notified of resolution with 'Status' (?).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions