Remove entity id from cast submenu
Because this is more a backend information than a frontend one.
This commit is contained in:
+1
-1
@@ -537,7 +537,7 @@ export class FrigateCard extends LitElement {
|
|||||||
entity: playerEntityID,
|
entity: playerEntityID,
|
||||||
state_color: false,
|
state_color: false,
|
||||||
title: title,
|
title: title,
|
||||||
subtitle: title === playerEntityID ? undefined : playerEntityID,
|
subtitle: undefined,
|
||||||
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