Install with HACS
HaCasa is installed through HACS as a custom Dashboard repository. HACS downloads and manages the HaCasa files, but you still need to add the dashboard configuration in the next step.
Before You Start
Make sure you have:
- A running Home Assistant instance.
- HACS installed and visible in the Home Assistant sidebar.
- Access to your Home Assistant configuration folder, where
configuration.yamlis located. - Permission to restart Home Assistant.
Step 1: Back Up Home Assistant
- In Home Assistant, go to
Settings>System>Backups. - Create a new backup before changing files.
- You can also open the backup page directly with this Home Assistant link.
Note: Always create a backup before installing custom dashboards or editing configuration.yaml.
Step 2: Install Required Dashboard Dependencies
HaCasa depends on these dashboard cards and modules. Install them in HACS before installing HaCasa:
- Open HACS from the Home Assistant sidebar.
- Search for each dependency below.
- Open the dependency page.
- Select Download.
- Repeat until all dependencies are installed.
Required dependencies:
- Button Card by RomRider.
- my-slider-v2 by AnthonMS. This is part of the
my-cardsrepository. - Card Mod by Thomas Lovén.
- Mini Graph Card by Karl Kihlström.
- Kiosk Mode by NemesisRE.
- Layout Card by Thomas Lovén.
Step 3: Add HaCasa as a Custom HACS Repository
- Open HACS from the Home Assistant sidebar.
- Select the three-dot menu in the top-right corner.
- Select Custom repositories.
-
In the Repository field, enter:
https://github.com/digas111/HaCasa - In the Category or Type field, select Dashboard.
- Select Add.
- Close the custom repositories dialog.
If HACS does not accept the repository, confirm that the category is set to Dashboard.
Step 4: Download HaCasa
- In HACS, search for HaCasa.
- Open the HaCasa repository page.
- Select Download.
- Keep the newest version selected unless you need a specific older release.
- Confirm the download.
- Wait until HACS finishes downloading the package.
Step 5: Restart Home Assistant
- Go to
Settings>System>Restart Home Assistant. - Restart Home Assistant.
- After Home Assistant starts again, continue with the configuration page.
Step 6: Verify the Installed Files
HACS installs HaCasa under your Home Assistant configuration folder:
www/
└── community/
└── HaCasa/
The installed folder should contain:
www/community/HaCasa/
├── HaCasa.js
├── dashboard/
│ └── HaCasa/
│ ├── templates/
│ ├── views/
│ └── main.yaml
├── images/
│ ├── music/
│ └── weather/
└── themes/
└── HaCasa/
Next Step
HACS has now installed the files. Continue to the configuration guide to add the HaCasa dashboard to Home Assistant.