Installation
Prerequisites
Mushroom dashboard strategy and dependencies are available in HACS (Home Assistant Community Store).
Install HACS if you don't have it already.
For assistance, you can follow the installation guide.
Once you have HACS installed, you can install custom integration and plug-ins.
This guide offers you badges to open your Home Assistant on the correct page.
If the badges don't work, try installing from HACS manually:
- Open HACS in Home Assistant (Usually in the menu on the left side).
- At the top, search for the component you want to install.
- Select the
three-dot
menu on the right side of the component and select Download
.
- Choose the desired version and select
Download
again.
You need to install the following HACS integrations before you can use this strategy.
Click the badges below and follow the installation instructions.
They will open the HACS repository at your Home Assistant instance directly.
to install Mushroom.
to
install Mini graph card.
Mushroom Strategy
If you meet all the prerequisites, click the badge below to install the strategy.

Manual
Please install the strategy with HACS as described above.
If you require testing a custom build for debug purposes, follow these steps:
- Build the strategy with
npm build
or npm build-dev
.
- Copy the build file(s) to folder
.../homeassistant/www/community/mushroom-strategy
.
- If file
mushroom-strategy.js.gz
exists in that folder, rename or delete it.
Basic Setup
To apply the Mushroom Strategy to a dashboard:
-
In the UI of the dashboard, click the pencil in the top right corner.
-
If not taken to a Raw Configuration editor, click the three-dot menu in the top right corner.
-
Select Raw configuration editor
.
-
Empty the configuration and add the following lines:
This is mainly because of cache issues or HACS didn't create a reference.
Try clearing the cache of your client and/or re-downloading the strategy from HACS.
If it still doesn't work, please consult guide
How to solve: Error loading the dashboard strategy.