diff --git a/src/card.ts b/src/card.ts index 276dc35f..dd564136 100644 --- a/src/card.ts +++ b/src/card.ts @@ -537,7 +537,7 @@ export class FrigateCard extends LitElement { entity: playerEntityID, state_color: false, title: title, - subtitle: title === playerEntityID ? undefined : playerEntityID, + subtitle: undefined, disabled: !state || state.state === 'unavailable', ...(playAction && { tap_action: playAction }), ...(stopAction && { hold_action: stopAction }),