Uninstall
In some rare cases, you might want to uninstall the theme. Well, here are the instructions for that!
- Go to the root folder of your Home Assistant and remove the folder
dashboardor, if you have multiple dashboards, remove theHaCasafolder inside of there. - Remove, underneath the
themesfolder theHaCasafolder. - Remove the
custom_iconsfolder. - Remove the
hacasa_imgfolder insidewww. -
In your
configuration.yamlfile, make sure this part is gone:hacasa-dashboard: mode: "yaml" title: HaCasa icon: mdi:home show_in_sidebar: true filename: "dashboard/HaCasa/main.yaml" -
If you want to remove the whole yaml-mode part, 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: "dashboard/HaCasa/main.yaml" - That was it, you just uninstalled HaCasa. Time to install it again 😄