albaintor / homeassistant_electrolux_status

Get the status from your Electrolux Care devices
MIT License
90 stars 23 forks source link

Integration not found #98

Closed gregersn closed 3 weeks ago

gregersn commented 3 weeks ago

Logger: homeassistant.setup Source: setup.py:269 First occurred: 12:52:38 (1 occurrences) Last logged: 12:52:38 Setup failed for 'electrolux_status': Integration not found.

After upgrading to 2.0.7 through HACS

albaintor commented 3 weeks ago

I don't reproduce the problem, please send debug logs

gregersn commented 3 weeks ago
2024-10-29 12:52:20.173 ERROR (SyncWorker_0) [homeassistant.loader] Error parsing manifest.json file at /config/custom_components/electrolux_status/manifest.json: Input is a zero-length, empty document: line 1 column 1 (char 0)
2024-10-29 12:52:22.927 WARNING (MainThread) [homeassistant.helpers.translation] Failed to load integration for translation: Integration 'electrolux_status' not found.
2024-10-29 12:52:38.977 ERROR (MainThread) [homeassistant.setup] Setup failed for 'electrolux_status': Integration not found.
albaintor commented 3 weeks ago

This is really strange, something went wrong during the installation (network issue ?). Can you try to replace the content of your config/custom_components/electrolux_status with the content of the archive https://github.com/albaintor/homeassistant_electrolux_status/archive/refs/tags/v2.0.8.zip

gregersn commented 3 weeks ago

I used the "redownload" functions in HACS, and that seems to have solved it. Sorry for the trouble.

albaintor commented 3 weeks ago

No problem