You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there any way to use templating in the navigation_path value? I tried but it rendered literally. I am using a template card as the card inside the grid of auto-entities and want to put something like /this-dashboard/"{{ state_attr(entity,'area_id') }}" as the value there so that each card in the grid goes to /this-dashboard/subview-named-for-area.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Given the code below:
Is there any way to use templating in the
navigation_path
value? I tried but it rendered literally. I am using a template card as the card inside the grid of auto-entities and want to put something like/this-dashboard/"{{ state_attr(entity,'area_id') }}"
as the value there so that each card in the grid goes to/this-dashboard/subview-named-for-area
.Beta Was this translation helpful? Give feedback.
All reactions