Creates default card labels based on entity terminology.
Entity labels to derive card text from
Complete RoomCardLabels
const labels = createDefaultCardLabels({ ...DEFAULT_ENTITY_LABELS, entity: 'Workspace',});// labels.startButton === 'Start Workspace'// labels.settingsButton === 'Workspace settings' Copy
const labels = createDefaultCardLabels({ ...DEFAULT_ENTITY_LABELS, entity: 'Workspace',});// labels.startButton === 'Start Workspace'// labels.settingsButton === 'Workspace settings'
Creates default card labels based on entity terminology.