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