Fix auto-entities compatibility. Fix thomasloven/lovelace-auto-entities#76

This commit is contained in:
Thomas Lovén 2020-01-22 10:20:36 +01:00
parent 4deabe31fc
commit 5549a1ecdf
2 changed files with 2 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@ -6,7 +6,7 @@ class FoldEntityRow extends LitElement {
static get properties() { static get properties() {
return { return {
open: Boolean, open: Boolean,
items: {}, rows: {},
}; };
} }