Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Breaking change: hide hidden entities on Wear home screen #2509

Merged

Conversation

jpelgrom
Copy link
Member

@jpelgrom jpelgrom commented May 7, 2022

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.
Home Assistant frontend page for a light called "Balk ✨". It is placed in an area named "Boven", which is highlighted. The control for the light is visible on this page but shows "(Hidden)" at the end of the name to indicate it is hidden.

When viewing this area in the Wear app, the light is not shown:
The Wear OS app showing the same "Boven" area as the mentioned light, but only another light and a scene are visible on this screen.

The light is still available in 'All entities':
The Wear OS app showing the full list of entities. The header is "Lights" and the "Balk ✨" light is now visible once again.

Link to pull request in Documentation repository

Documentation: home-assistant/companion.home-assistant#744

Any other notes

@JBassett JBassett merged commit f81989f into home-assistant:master May 8, 2022
@jpelgrom jpelgrom deleted the wear-hide-hidden-entities-2507 branch May 8, 2022 17:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Hide hidden entities on wearos
3 participants