-
-
- ${this.hass.localize("ui.panel.profile.current_user", {
- fullName: this.hass.user!.name,
- })}
- ${this.hass.user!.is_owner
- ? this.hass.localize("ui.panel.profile.is_owner")
- : ""}
-
-
-
- ${this.hass.localize("ui.panel.profile.logout")}
-
-
-
-
-
- ${this.hass.localize("ui.panel.profile.user_settings_detail")}
-
-
-
-
-
-
-
- ${this.hass.user!.is_admin
- ? html`
-
- `
- : ""}
-
-
-
- ${this.hass.localize("ui.panel.profile.client_settings_detail")}
-
-
-
-
-
- ${this.hass.localize(
- "ui.panel.profile.customize_sidebar.header"
- )}
-
-
- ${this.hass.localize(
- "ui.panel.profile.customize_sidebar.description"
- )}
-
-
- ${this.hass.localize(
- "ui.panel.profile.customize_sidebar.button"
- )}
-
-
- ${this.hass.dockedSidebar !== "auto" || !this.narrow
- ? html`
-
- `
- : ""}
- ${"vibrate" in navigator
- ? html`
-
- `
- : ""}
- ${!isExternal
- ? html`
-
- `
- : ""}
-
-
-
-
- ${this.hass.user!.credentials.some(
- (cred) => cred.auth_provider_type === "homeassistant"
- )
- ? html`
-
- `
- : ""}
-
-
-
-
-
-
-
-