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
dashboard
or, if you have multiple dashboards, remove theHaCasa
folder inside of there. - Remove, underneath the
themes
folder theHaCasa
folder. - Remove the
custom_icons
folder. - Remove the
hacasa_img
folder insidewww
. -
In your
configuration.yaml
file, 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 😄