-
Notifications
You must be signed in to change notification settings - Fork 0
Migration Guide
Orbit Room Card has been renamed to Orbit Area Card.
New configs should use:
type: custom:orbit-area-cardExisting configs using:
type: custom:orbit-room-cardcontinue to work through a legacy alias.
When an old Room Card config is opened in the visual editor, the editor migrates:
type: custom:orbit-room-cardto:
type: custom:orbit-area-cardIt also migrates:
room_name: Loungeto:
area_name: LoungeOlder Area/Room Card configs may use:
navigate:
navigation_path: /dashboard-main/loungeThis still works as a legacy fallback.
New configs should use:
tap_action:
action: navigate
navigation_path: /dashboard-main/loungeThe visual editor writes navigation through tap_action.
Area Card now supports icon source selection:
main_entity_icon_source: areaOptions:
areaentitycustom
If custom icon config exists, the editor can preserve custom mode. If no custom icon config exists, it prefers Area when an area is configured, otherwise Entity when a main entity is configured.
Actions now live in a native-style Interactions section in the editor.
Unset actions use card defaults.
Use:
action: noneonly when you intentionally want to disable an interaction.
| Old | New |
|---|---|
custom:orbit-room-card |
custom:orbit-area-card |
room_name |
area_name |
navigate.navigation_path |
tap_action.navigation_path with action: navigate
|