-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Andrew Blackburn edited this page Jul 31, 2026
·
9 revisions
Welcome to the Orbit Cards wiki.
Orbit Cards is a collection of modern Home Assistant dashboard cards 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, 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 |
State summary cards, person cards, and compact icon-only status 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. |
- Installation
- Shared Concepts
- Area Card
- Status Card
- Action Card
- Deck Card
- Visual Editor
- Examples
- Screenshots
- Migration Guide
- Troubleshooting
type: custom:orbit-area-card
area: living_room
area_name: Living Room
accent_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.