mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-19 15:26:36 +00:00
Fix advanced mode not representing state correctly (#3519)
This commit is contained in:
parent
ee0388708f
commit
38cc7b1090
@ -136,7 +136,7 @@ class HaPanelProfile extends LitElement {
|
|||||||
? html`
|
? html`
|
||||||
<ha-advanced-mode-card
|
<ha-advanced-mode-card
|
||||||
.hass=${this.hass}
|
.hass=${this.hass}
|
||||||
coreUserData=${this._coreUserData}
|
.coreUserData=${this._coreUserData}
|
||||||
></ha-advanced-mode-card>
|
></ha-advanced-mode-card>
|
||||||
`
|
`
|
||||||
: ""}
|
: ""}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user