Quick Start
Installation
HACS
Expander-Card is available in HACS (Home Assistant Community Store) by default.
- Install HACS if you don't have it already
- Open HACS in Home Assistant
- Searching for expander card
Manual
- Download
expander-card.jsfile from the latest release. - Put
expander-card.jsfile into yourconfig/wwwfolder. -
Add reference to
expander-card.jsin Dashboard. There's two way to do that:- Using UI: Settings → Dashboards → More Options icon → Resources → Add Resource → Set Url as
/local/expander-card.js→ Set Resource type asJavaScript Module. Note: If you do not see the Resources menu, you will need to enable Advanced Mode in your User Profile - Using YAML: Add following code to
lovelacesection.
yaml resources: - url: /local/expander-card.js type: module - Using UI: Settings → Dashboards → More Options icon → Resources → Add Resource → Set Url as