-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Andrew Blackburn edited this page Jun 28, 2026
·
4 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.
| 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. |
- Installation
- Shared Concepts
- Area Card
- Status Card
- Action Card
- Visual Editor
- Examples
- 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.