Home dashboard: show hide welcome message header#51401
Home dashboard: show hide welcome message header#51401piitaya merged 9 commits intohome-assistant:devfrom
Conversation
Add a toggle in the edit overview dialog to show or hide the "Welcome, [user]" greeting header on the home overview page, following the same pattern as the existing summary enable/disable. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
The welcome message is a greeting header, not a summary card, so it now lives in a separate "Greeting" section above the "Summaries" section. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Replace manual label/ha-switch markup with ha-form using a boolean selector for better accessibility and consistency with the rest of the codebase. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
I'd propose a different approach. Since this is an onboarding/tip UI pattern, there could be more of them in the future in other places of HA. Showing a toggle to toggle it in every space that it can be shown I think it's a bit much. |
|
In that case, it's not a tip, it's the "welcome user" message at the top. It's not related to onboarding it's only a display preference. |
|
Whaaaat sorry 🤦 mistaken this for the blue bar on the home dashboard 😄 |
piitaya
left a comment
There was a problem hiding this comment.
Just a few feedback and the PR is ready to merge 🙂
|
Guys, this config screen is now a visual mess. The original look was better than what got merged. I have included some cleanup in #51506 |
|
I suggested to use We has 3 PRs for home page settings : welcome message, custom summaries and hide suggested entities. |
* Allow showing/hiding welcome message on home overview Add a toggle in the edit overview dialog to show or hide the "Welcome, [user]" greeting header on the home overview page, following the same pattern as the existing summary enable/disable. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> * Move welcome message toggle into its own section in home editor The welcome message is a greeting header, not a summary card, so it now lives in a separate "Greeting" section above the "Summaries" section. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> * rename hidden_welcome_message to hide_welcome_message * Use ha-form boolean selector for welcome message toggle Replace manual label/ha-switch markup with ha-form using a boolean selector for better accessibility and consistency with the rest of the codebase. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> * Add helper text to welcome message toggle in home editor Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> * Remove greeting section header * Extract welcome message schema into a module-level constant --------- Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>

Proposed change
Add the capability to show/hide the welcome message in home dashboard. Inspired by #51392
The goal is to allow to the user to hide this header without taking control of the dashboard, so that if the dashboard have update the user can have them.
Screenshots
Without
Type of change
Additional information
Checklist
If user exposed functionality or configuration variables are added/changed:
To help with the load of incoming pull requests: