Hello,
I want to show the more-info window that comes automatically in a lovelace ‘entity-card’ or ‘button card’ but in a ‘custom:button-card’
So I use this yaml code :
cards:
- type: entities
entities:
- type: custom:template-entity-row
icon: mdi:speedometer
name: Débit eau potable actuel
state: '{{states.sensor.flow_l.state|float}} l/min'
secondary_info: last-changed
tape_action:
action: more-info
But I got the message : ‘No entity provided for more-info dialog’
Also the secondary_info: last cahnged does not appears
Can someone help me ?
Thanks in advance
Patou