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
My use case: I use template entity row to aggregate data from multiple sensors, e.g. temp and humidity, as in the example below.
when the entity is tapped, I want to display more-info for one of the sensors, and when the entity is "hold" (or double tapped etc) I want to display more-info for another sensor.
This functionality is supported in multiple-entity-row and custom-button-card, they support the syntax I include in the example below. Could template-entity-row support the same?
According to the Docs, the card supports standard Actions.
Hopefully in some future HA release we will be able to use more-info for a different entity - there is a corresponding PR in HA frontend GitHub.
So, probably this feature will become available for template-entity-row as well.
My use case: I use template entity row to aggregate data from multiple sensors, e.g. temp and humidity, as in the example below.
when the entity is tapped, I want to display more-info for one of the sensors, and when the entity is "hold" (or double tapped etc) I want to display more-info for another sensor.
This functionality is supported in multiple-entity-row and custom-button-card, they support the syntax I include in the example below. Could template-entity-row support the same?
The text was updated successfully, but these errors were encountered: