Merge pull request #641 from felipecrs/remove-subtitle-cast
Remove entity id from cast submenu
This commit is contained in:
@@ -537,7 +537,6 @@ export class FrigateCard extends LitElement {
|
|||||||
entity: playerEntityID,
|
entity: playerEntityID,
|
||||||
state_color: false,
|
state_color: false,
|
||||||
title: title,
|
title: title,
|
||||||
subtitle: title === playerEntityID ? undefined : playerEntityID,
|
|
||||||
disabled: !state || state.state === 'unavailable',
|
disabled: !state || state.state === 'unavailable',
|
||||||
...(playAction && { tap_action: playAction }),
|
...(playAction && { tap_action: playAction }),
|
||||||
...(stopAction && { hold_action: stopAction }),
|
...(stopAction && { hold_action: stopAction }),
|
||||||
|
|||||||
Reference in New Issue
Block a user