-
Notifications
You must be signed in to change notification settings - Fork 0
Installation
tempus2016 edited this page Jun 24, 2026
·
1 revision
- In Home Assistant, open HACS → Frontend.
- Use the menu (⋮) → Custom repositories, add
https://github.com/tempus2016/tabdeck-cardwith category Lovelace. - Search for Tabdeck Card and install it.
- HACS adds the resource automatically. If not, add it under Settings → Dashboards → ⋮ → Resources:
- URL:
/hacsfiles/tabdeck-card/tabdeck-card.js - Type: JavaScript Module
- URL:
- Download
tabdeck-card.jsfrom the latest release. - Copy it to
<config>/www/tabdeck-card.js. - Add the resource under Settings → Dashboards → ⋮ → Resources:
- URL:
/local/tabdeck-card.js - Type: JavaScript Module
- URL:
- Hard-refresh your browser (the card is cached by the browser).
Add a card in YAML mode:
type: custom:tabdeck-card
tabs:
- name: Hello
card:
type: markdown
content: It works!If the card renders with a single "Hello" tab, you're set. Continue to Getting Started.
Concepts
Features