mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-28 11:46:42 +00:00
Remove useless "My Title" (#6970)
This commit is contained in:
parent
9af805ab5e
commit
1bc9b95289
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user