Related tab doesn’t show the entities that are used in scripts. #17708
-
When I open the related tab of a device/entity, the automations that use the entity from an template are not shown. |
Beta Was this translation helpful? Give feedback.
Answered by
karwosts
Aug 25, 2023
Replies: 1 comment 3 replies
-
Frontend actually isn't responsible for calculating this, the home-assistant/core 'search/related' API function returns a list of all the related items for frontend to display. |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
Patrick1610
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Frontend actually isn't responsible for calculating this, the home-assistant/core 'search/related' API function returns a list of all the related items for frontend to display.