hacs / integration

HACS gives you a powerful UI to handle downloads of all your custom needs.
https://hacs.xyz
MIT License
5.21k stars 1.26k forks source link

Main HACS dash disappera after upgrade #3997

Closed agala68 closed 2 weeks ago

agala68 commented 3 weeks ago

System Health details

Core 2024.8.2 Supervisor 2024.08.0 Operating System Frontend 20240809.0 Proud part of Open Home Foundation

Checklist

Describe the issue

I did recently an upgrade of the HACS main integration, and after the restart I cannot get the mani HACS window, the errore I am getting in ha log is:

2024-08-22 12:31:04.694 ERROR (MainThread) [homeassistant.setup] The 'hacs' integration does not support YAML setup, please remove it from your configuration

I would like to reinstall the core integration from HA, but I'm afraid to loos all of my actual HACS device, that conitnue to work correctly.

I wonder how can I safely restore my HACS main window.

Reproduction steps

1. 2. 3. ...

Debug logs

homeassistant:/config# grep -i hacs home-assistant.log
2024-08-22 12:30:56.420 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-08-22 12:31:00.444 INFO (MainThread) [homeassistant.bootstrap] Setting up stage 2: {'zone', 'sql', 'hardware', 'analytics', 'tplink', 'alexa', 'input_select', 'input_number', 'ibeacon', 'onboarding', 'persistent_notification', 'rpi_power', 'forecast_solar', 'sonoff', 'default_config', 'system_health', 'dlna_dmr', 'camera', 'generic', 'history', 'counter', 'trace', 'mobile_app', 'shell_command', 'apcupsd', 'huawei_solar', 'homeassistant_alerts', 'timer', 'tag', 'device_tracker', 'backup', 'volvooncall', 'scheduler', 'sun', 'fusion_solar', 'stt', 'cast', 'ffmpeg', 'input_text', 'intent', 'auto_backup', 'device_automation', 'mqtt', 'application_credentials', 'script', 'blueprint', 'co2signal', 'input_button', 'androidtv_remote', 'icloud', 'map', 'ingv_centro_nazionale_terremoti', 'panel_custom', 'alexa_media', 'smartir', 'lovelace', 'wake_word', 'apple_tv', 'scene', 'diagnostics', 'energy', 'ipp', 'esphome', 'skyq', 'bluetooth_adapters', 'broadlink', 'influxdb', 'matter', 'input_boolean', 'rpi_camera', 'tts', 'hacs', 'conversation', 'media_player', 'stream', 'logbook', 'switch', 'tasmota', 'met', 'alarm_control_panel', 'smartlife', 'media_source', 'spotify', 'radio_browser', 'search', 'person', 'schedule', 'climate', 'file_upload', 'open_meteo', 'image_upload', 'speedtestdotnet', 'foscam', 'localtuya', 'automation', 'my', 'remote', 'assist_pipeline', 'sensor', 'config', 'homekit', 'input_datetime', 'upnp'}
2024-08-22 12:31:04.694 ERROR (MainThread) [homeassistant.setup] The 'hacs' integration does not support YAML setup, please remove it from your configuration
2024-08-22 12:31:04.695 INFO (MainThread) [homeassistant.setup] Setting up hacs
2024-08-22 12:31:04.695 INFO (MainThread) [homeassistant.setup] Setup of domain hacs took 0.00 seconds

Diagnostics dump

No response

hacs-bot[bot] commented 3 weeks ago

Make sure you have read the issue guidelines and that you filled out the entire template.

If you have an issue identical to this, do not add comments like "same here", "i have this too", instead add a :+1: reaction to the issue description. Thanks! :+1:

Xyolyp commented 3 weeks ago

I had this happen as well, hitting F5 fixed it for me by adding some "/dashboard" do the end of the URL, which was "/hacs/" before I hit F5

smarthomefamilyverrips commented 3 weeks ago

It says you need to remove the hacs entry from your configuration.yaml ..... did you do this?

pedrohtd commented 2 weeks ago

Same here. I saw to don't comment "same here", but the solution I found temporally is downgrade to the old version. I also have tried to back to 2.0 and I lost the menu again.

pedrohtd commented 2 weeks ago

Same here. I saw to don't comment "same here", but the solution I found temporally is downgrade to the old version. I also have tried to back to 2.0 and I lost the menu again.

To downgrade; go to inside the HACS and look for HACS. Click on the 3 dots and click "redownload". It will prompt if you need to change the version, tap and select the release 1.34.0 instead. Done... for while and from far.

pedrohtd commented 2 weeks ago

Same here. I saw to don't comment "same here", but the solution I found temporally is downgrade to the old version. I also have tried to back to 2.0 and I lost the menu again.

To downgrade; go to inside the HACS and look for HACS. Click on the 3 dots and click "redownload". It will prompt if you need to change the version, tap and select the release 1.34.0 instead. Done... for while and from far.

One more thing,,, after downgrade, you finally can find the option "experimental feature" inside the Configuration button on HACS,and disable it unmarking the box. After that you got the menu working again.

agala68 commented 2 weeks ago

It says you need to remove the hacs entry from your configuration.yaml ..... did you do this?

No, I didn't; I'm afraid to loose all the configured items, is it safe?