mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-20 07:46:37 +00:00
Graph Footer: Fix Editor Warning (#6724)
This commit is contained in:
parent
a117a19bdf
commit
db0a010d7c
@ -40,7 +40,7 @@ export const buttonsHeaderFooterConfigStruct = object({
|
|||||||
export const graphHeaderFooterConfigStruct = object({
|
export const graphHeaderFooterConfigStruct = object({
|
||||||
type: string(),
|
type: string(),
|
||||||
entity: string(),
|
entity: string(),
|
||||||
detail: optional(string()),
|
detail: optional(number()),
|
||||||
hours_to_show: optional(number()),
|
hours_to_show: optional(number()),
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user