Update src/card.ts
Co-authored-by: Dermot Duffy <dermot.duffy@gmail.com>
This commit is contained in:
co-authored by
Dermot Duffy
parent
a845b451d0
commit
35f75f29c5
@@ -537,7 +537,6 @@ export class FrigateCard extends LitElement {
|
|||||||
entity: playerEntityID,
|
entity: playerEntityID,
|
||||||
state_color: false,
|
state_color: false,
|
||||||
title: title,
|
title: title,
|
||||||
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