1
0
mirror of https://github.com/home-assistant/frontend.git synced 2026-04-02 08:33:31 +01:00

Fix formatting of ha-switch in cloud remote preferences panel (#30143)

This commit is contained in:
Joakim Sørensen
2026-03-13 14:47:32 +01:00
committed by Bram Kragten
parent 6b6ad8dd2c
commit 22c0035e60

View File

@@ -154,9 +154,11 @@ export class CloudRemotePref extends LitElement {
"ui.panel.config.cloud.account.remote.external_activation_secondary"
)}</span
>
<ha-switch slot="end">
<ha-switch
slot="end"
.checked=${remote_allow_remote_enable}
@change=${this._toggleAllowRemoteEnabledChanged}
>
</ha-switch>
</ha-md-list-item>
<hr />