About the integration card and navigation capabilities #52063
Unanswered
pcan08
asked this question in
Configuration
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
👋
I made this observation while working on PRs #51986 devices
With the integration card, it is possible to list related devices/entities/services/helpers in 2 ways:
In the first case it navigates to the integration page that lists its items :
In the second case, it navigates to the item type page (device/entity/service/etc...) filtered by url
They are same list of devices. I checked every integration I have configured, this is the same for each of them except when there is only one related item (understand device, entity, service...), in this case, clicking on the button navigates to the item page.
IMO, the button feels redundant since both actions essentially lead to the same list of devices. It could instead be replaced with a non-clickable badge showing the number of related integration items, removing the navigation by url-filtering to the item type configuration page.
What do you think? Are there any plans to redesign the integration card and address these redundancies?
Beta Was this translation helpful? Give feedback.
All reactions