Merge pull request #641 from felipecrs/remove-subtitle-cast

Remove entity id from cast submenu
This commit is contained in:
Dermot Duffy
2022-06-07 23:02:19 -07:00
committed by GitHub
-1
View File
@@ -537,7 +537,6 @@ export class FrigateCard extends LitElement {
entity: playerEntityID,
state_color: false,
title: title,
subtitle: title === playerEntityID ? undefined : playerEntityID,
disabled: !state || state.state === 'unavailable',
...(playAction && { tap_action: playAction }),
...(stopAction && { hold_action: stopAction }),