Remove entity id from cast submenu

Because this is more a backend information than a frontend one.
This commit is contained in:
Felipe Santos
2022-06-08 02:28:47 -03:00
parent ca6a32c791
commit a845b451d0
+1 -1
View File
@@ -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 }),