-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Andrew Blackburn edited this page Aug 27, 2026
·
11 revisions
Welcome to the Orbit Cards wiki.
Orbit Cards is a collection of modern Home Assistant dashboard cards and badges with a shared visual style, visual editors, dynamic colours, custom icons, actions, popups, and compact grouped layouts.
Orbit Cards is available directly from the default HACS repository. Search for Orbit Cards in HACS, or see Installation for the manual installation fallback.
See Screenshots for Area Card, Status Card, Status Badge, Action Card, and Deck Card examples in light and dark themes where available.
| Card | Type | Best for |
|---|---|---|
| Area Card | custom:orbit-area-card |
Area overview cards with status text, main entity, area navigation, side buttons, curved buttons, and a standalone action button. |
| Status Card | custom:orbit-status-card |
Entity, threshold-aware area counts, template state summaries, person cards, and compact mixed-source icon groups. |
| Action Card | custom:orbit-action-card |
Compact scene, script, automation, button, camera, and shortcut controls. |
| Deck Card | custom:orbit-deck-card |
Group any Lovelace cards into rows, switch between them with tabs, or overlay compact controls on a main card. |
| Badge | Type | Best for |
|---|---|---|
| Status Badge | custom:orbit-status-badge |
Entity-compatible badges, threshold-aware area/domain counts, live template values, and compact Deck Card overlays. |
- Installation
- Development Build
- Shared Concepts
- Area Card
- Status Card
- Action Card
- Deck Card
- Status Badge
- Visual Editor
- Examples
- Screenshots
- Migration Guide
- Troubleshooting
type: custom:orbit-area-card
area: living_room
area_name: Living Room
color: blue
main_entity: light.living_room
tap_action:
action: navigate
navigation_path: /lovelace/living-room
status1: sensor.living_room_temperature
status2: sensor.living_room_humidity
button1: light.floor_lamp
curve_button1: scene.movie_timeThe old Room Card has been renamed to Area Card.
New configs should use:
type: custom:orbit-area-cardExisting configs using custom:orbit-room-card remain supported through a legacy alias and editor migration helpers.