mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-23 17:26:42 +00:00
Allow "none" again as secondary entity information (#12199)
This commit is contained in:
parent
b6e51352e3
commit
717eec1860
@ -15,6 +15,7 @@ import type { LovelaceRowEditor } from "../../types";
|
|||||||
import { entitiesConfigStruct } from "../structs/entities-struct";
|
import { entitiesConfigStruct } from "../structs/entities-struct";
|
||||||
|
|
||||||
const SecondaryInfoValues: { [key: string]: { domains?: string[] } } = {
|
const SecondaryInfoValues: { [key: string]: { domains?: string[] } } = {
|
||||||
|
none: {},
|
||||||
"entity-id": {},
|
"entity-id": {},
|
||||||
"last-changed": {},
|
"last-changed": {},
|
||||||
"last-updated": {},
|
"last-updated": {},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user