diff --git a/src/panels/profile/ha-profile-section-general.ts b/src/panels/profile/ha-profile-section-general.ts index 054e96eb2d..26fd528f9b 100644 --- a/src/panels/profile/ha-profile-section-general.ts +++ b/src/panels/profile/ha-profile-section-general.ts @@ -222,6 +222,7 @@ class HaProfileSectionGeneral extends LitElement { text: this.hass.localize("ui.panel.profile.logout_text"), confirmText: this.hass.localize("ui.panel.profile.logout"), confirm: () => fireEvent(this, "hass-logout"), + destructive: true, }); }