From 3b6babe0bef15cd0cfbdd4ff05c1e7c64bbf698e Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Thu, 12 Feb 2026 03:06:10 -0500 Subject: [PATCH] Reorganize profile localization settings into dedicated card (#29496) Co-authored-by: Petar Petrov Co-authored-by: Claude Co-authored-by: Paul Bottein --- .../profile/ha-profile-section-general.ts | 27 ++++++++++++------- src/translations/en.json | 6 +++-- 2 files changed, 21 insertions(+), 12 deletions(-) diff --git a/src/panels/profile/ha-profile-section-general.ts b/src/panels/profile/ha-profile-section-general.ts index 4348f2a113..9283c26a7d 100644 --- a/src/panels/profile/ha-profile-section-general.ts +++ b/src/panels/profile/ha-profile-section-general.ts @@ -6,7 +6,6 @@ import { fireEvent } from "../../common/dom/fire_event"; import { nextRender } from "../../common/util/render-status"; import "../../components/ha-button"; import "../../components/ha-card"; -import "../../components/ha-divider"; import "../../components/ha-md-list"; import "../../components/ha-md-list-item"; import { isExternal } from "../../data/external"; @@ -128,12 +127,16 @@ class HaProfileSectionGeneral extends LitElement {
- ${this.hass.localize("ui.panel.profile.user_settings_detail")} + ${this.hass.localize("ui.panel.profile.user_preferences_detail")}
+ - - + +
+ ${this.hass.localize("ui.panel.profile.localization_detail")} +
+
+ > -