Frequently Asked Questions#
How do I add a device or entity to an area?
You can add devices to an area by going to Settings found at the bottom of the sidebar.
- Select
Devices & services. - Select
DevicesorEntitiesat the top. - Choose the device or entity you wish to add to an area.
- Select or in the top right corner.
- Choose an area in the area field.
Warning
If you created an entity manually (in your configuration.yaml), you may need to create a unique_id before
you can set an area to it.
See Home Assistant's documentation for more
info about unique ids.
How do I hide entities from the Strategy?
When creating this dashboard for the first time, you might be overwhelmed by the number of entities.
To reduce the number of entities shown, you can hide these entities by following the steps below:
- Click and hold the entity.
- Click in the top right corner of the popup.
- Set
Visibletooff.
Note
If you don't want to hide the entity from all dashboards, you can use Card Options to hide specific entities and devices.
How do I get the id of entities, devices and areas?
-
Entity Id
- Select
Settingsat the bottom of the sidebar. - Select
Devices & services. - Select
Entitiesat the top. - Choose the entity you want to get the id of.
- Click in the top right corner of the popup.
- Select
-
Device Id
- Select
Settingsat the bottom of the sidebar. - Select
Devices & services. - Select
Devicesat the top. - Select the device you want to get the id of.
- The device id is shown as the last part of the url in the address bar.
E.g.:
https://.../config/devices/device/h55b6k54j76g56
- Select
-
Area Id
- Select
Settingsat the bottom of the sidebar. - Select
Areas. - Select of the area you want to get the id of.
- Select
I'm presented with "Edit dashboard" instead of the "Raw configuration editor". What do I do?
This happens if you've removed the options key from your dashboard configuration.
The easiest way to fix this is to delete the dashboard and follow the steps of the Basic Setup again.
Can I get the raw YAML code which the strategy generates?
You can get the generated YAML, but NOT without "Taking Control" of the dashboard.
After setting up the strategy and options to your linking, you can follow these steps:
- Click the icon in the top right corner of the dashboard.
The Raw configuration editor will open. -
Delete the entire content of the editor and replace it with the following code:
strategy: type: custom:mushroom-strategy -
Click
Saveand exit the edit mode. - Click the icon in the top right corner of the dashboard.
The Dashboard editor will open. - Click the three-dot menu in the top right corner of the editor.
- Select
Take control. - Click
Take control.
Start with an empty dashboardwill not have any effect. - Click
Doneat the top right corner of the dashboard.
You can now edit the dashboard as you would normally do with any other dashboard.
To get the YAML:
- Click the icon in the top right corner of the dashboard.
- Click the three-dot menu in the top right corner of the dashboard.
- Select
Raw configuration editor.
How to reload the dashboard after installing a new version manually?
Standard cache clears like CTRL+F5 often fail in Home Assistant due to its reliance on Service Workers.
To ensure a clean reload, open the Developer Tools (F12 for most browsers), enable 'Disable cache' in the Network tab, and refresh the page twice to update all resources.
Don't forget to re-enable the cache again when you're finished.