Allow "none" again as secondary entity information (#12199)

This commit is contained in:
Philip Allgaier 2022-04-04 15:39:28 +02:00 committed by GitHub
parent b6e51352e3
commit 717eec1860
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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": {},