mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-23 01:06:35 +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";
|
||||
|
||||
const SecondaryInfoValues: { [key: string]: { domains?: string[] } } = {
|
||||
none: {},
|
||||
"entity-id": {},
|
||||
"last-changed": {},
|
||||
"last-updated": {},
|
||||
|
Loading…
x
Reference in New Issue
Block a user