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:
committed by
Bram Kragten
parent
6b6ad8dd2c
commit
22c0035e60
@@ -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 />
|
||||
|
||||
Reference in New Issue
Block a user