mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-20 07:46:37 +00:00
Pass updated cards and badges to view element (#7407)
This commit is contained in:
parent
8c8151be92
commit
37eb5af3d4
@ -131,7 +131,13 @@ export class HUIView extends UpdatingElement {
|
||||
this._layoutElement!.lovelace = lovelace;
|
||||
}
|
||||
|
||||
if (configChanged || hassChanged || editModeChanged) {
|
||||
if (
|
||||
configChanged ||
|
||||
hassChanged ||
|
||||
editModeChanged ||
|
||||
changedProperties.has("_cards") ||
|
||||
changedProperties.has("_badges")
|
||||
) {
|
||||
this._layoutElement!.cards = this._cards;
|
||||
this._layoutElement!.badges = this._badges;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user