mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-24 09:46:36 +00:00
parent
03d33759b8
commit
1e654d9661
@ -31,7 +31,7 @@ export interface HaFormBaseSchema {
|
||||
|
||||
export interface HaFormGridSchema extends HaFormBaseSchema {
|
||||
type: "grid";
|
||||
name: "";
|
||||
name: string;
|
||||
column_min_width?: string;
|
||||
schema: readonly HaFormSchema[];
|
||||
}
|
||||
|
@ -93,7 +93,7 @@ export class HuiGaugeCardEditor
|
||||
...(showSeverity
|
||||
? ([
|
||||
{
|
||||
name: "",
|
||||
name: "severity",
|
||||
type: "grid",
|
||||
schema: [
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user