Breaking change: hide hidden entities on Wear home screen #2509
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
This PR will hide any entities marked as 'hidden' using 2022.4's option for this from the Wear OS home screen (Areas / More entities lists).
These entities are still available when using the 'All entities' button and in other places in the app. This behavior is consistent with how the Wear OS app treats non-primary entities (#2216), and also mostly with frontend (not visible on autogenerated dashboards, but still available in the full list/search/automations UI/device page/...).
Because this might hide entities users are currently seeing on the app's home screen, this is a breaking change.
Resolves #2507
Screenshots
As an example, I've hidden a light named "Balk ✨", which you can see in HA's frontend: "(Hidden)" is shown after the entity name. Note the area name in the top-left of the screen.
When viewing this area in the Wear app, the light is not shown:
The light is still available in 'All entities':
Link to pull request in Documentation repository
Documentation: home-assistant/companion.home-assistant#744
Any other notes