I have created a bunch of handy cards, they are all still in development. Feel free to install it, if you dont like/need it, simply uninstall
HACS (Advanced)
1. Open HACS in your Home Assistant instance 2. Click the three dots in the top right corner 3. Select "Custom repositories" 4. Add `Dangerdangerau/Cards-Galore` as a repository 5. Set category to "Dashboard" 6. Click "Add" 7. Search for "Cards Galore" 8. Install it and reload your browser- Go to Home Assistant Dashboard.
- Click the three dots menu (⋮) → Edit Dashboard → Add Card.
- Search for “Custom Tabs Card” in the list.
- Select it to open the configuration editor.
| Option | Description |
|---|---|
| Selected Tab | The index (starting from 0) of the tab selected by default. |
| Navbar Mode | Enable for full-width tabs styled like a navbar. |
| Tabs | List of tabs with name, path, and icon for each tab. |
In the editor:
- Click the + button to add a new tab.
- Fill in:
- Name: Label for the tab (e.g.,
Home) - Path: URL path of the view or page (e.g.,
/lovelace/home) - Icon: Material Design Icon name (e.g.,
mdi:home)
- Name: Label for the tab (e.g.,
Simply change the name, path, or icon in the provided textboxes. Changes apply immediately.
Click the ✖ next to a tab entry to remove it.
- Path should match the URL of the view or page you’re linking to.
- Use Material Design Icons for the icon field (e.g.,
mdi:home,mdi:flash). - Enable Navbar Mode for tabs to span the full width of the card.
