Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Warning: Detected that custom integration 'ramses_cc' accesses hass.helpers.storage #188

Closed
acseven opened this issue May 28, 2024 · 1 comment

Comments

@acseven
Copy link

acseven commented May 28, 2024

On HA 2024.5.5, there's this warning message in the log:

2024-05-28 21:55:38.621 WARNING (MainThread) [homeassistant.helpers.frame] Detected that custom integration 'ramses_cc' accesses hass.helpers.storage. This is deprecated and will stop working in Home Assistant 2024.11, it should be updated to import functions used from storage directly at custom_components/ramses_cc/config_flow.py, line 554: store: Store = self.hass.helpers.storage.Store(STORAGE_VERSION, STORAGE_KEY), please create a bug report at https://github.com/zxdavb/ramses_cc/issues

@zxdavb
Copy link
Owner

zxdavb commented May 29, 2024

I suspect you are using an older version of this integration.

@zxdavb zxdavb closed this as completed May 29, 2024
@zxdavb zxdavb changed the title Warning from Home Assistant 2024.5.5 log: "Detected that custom integration 'ramses_cc' accesses hass.helpers.storage" Warning: Detected that custom integration 'ramses_cc' accesses hass.helpers.storage May 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants