-
Notifications
You must be signed in to change notification settings - Fork 0
Feature Header
tempus2016 edited this page Jun 24, 2026
·
1 revision
Show the active tab's title (and subtitle) as a heading strip above the card content — handy when the tab labels are small or icon-only.
Config key: header (top-level boolean) · Default: false
type: custom:tabdeck-card
header: true
tabs:
- name: Climate
subtitle: Living room · 3 zones
icon: mdi:thermostat
card: { ... }
- The header updates as you switch tabs, showing the current tab's
nameandsubtitle. - Pairs nicely with
tab_display: icon— a compact icon bar plus a clear title above the content.
A narrow vertical icon rail is just position: left + tab_display: icon:
type: custom:tabdeck-card
position: left
tab_display: icon
header: true
tabs: [ ... ]Concepts
Features