Fix application of state to submenu items.

This commit is contained in:
Dermot Duffy
2022-02-17 20:27:59 -08:00
parent 878488ba78
commit e4047db6c1
5 changed files with 86 additions and 75 deletions
+2
View File
@@ -842,6 +842,8 @@ export interface StateParameters {
title?: string | null;
state_color?: boolean;
style?: StyleInfo;
data_domain?: string;
data_state?: string;
}
export interface FrigateCardMediaPlayer {