Remove useless "My Title" (#6970)

This commit is contained in:
Kendell R 2020-09-13 12:43:54 -07:00 committed by GitHub
parent 9af805ab5e
commit 1bc9b95289
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -50,7 +50,7 @@ class HuiEntitiesCard extends LitElement implements LovelaceCard {
["light", "switch", "sensor"]
);
return { type: "entities", title: "My Title", entities: foundEntities };
return { type: "entities", entities: foundEntities };
}
@internalProperty() private _config?: EntitiesCardConfig;