Uninstall
To uninstall HaCasa cleanly, remove the HACS package and then remove the YAML configuration that points Home Assistant at the package.
- Open HACS.
- Open the HaCasa repository page.
- Choose Remove. HACS removes the
www/community/HaCasafolder. -
In your
configuration.yamlfile, remove this dashboard entry:hacasa-dashboard: mode: "yaml" title: HaCasa icon: mdi:home show_in_sidebar: true filename: "www/community/HaCasa/dashboard/HaCasa/main.yaml" -
Remove the HaCasa module and theme references:
frontend: themes: !include_dir_merge_named www/community/HaCasa/themes extra_module_url: - /hacsfiles/HaCasa/HaCasa.js -
Remove the HaCasa resource entry from
lovelace.resources:- url: "/hacsfiles/HaCasa/HaCasa.js" type: "module" -
If you want to remove the whole YAML dashboard block, make sure this is gone too:
lovelace: mode: "storage" resources: ... dashboards: hacasa-dashboard: mode: "yaml" title: HaCasa icon: mdi:home show_in_sidebar: true filename: "www/community/HaCasa/dashboard/HaCasa/main.yaml" - Restart Home Assistant.