Click on entity name doesn't trig "default" tap action
See original GitHub issueHi, I have this card installed for 6+ months and it used to trigger the default tap action clicking on the “name” (“Front camera” or “Mobile camera” in the example below) or on the icon on the left of the name (in my case, the picture from last captured video).
So, clicking on the name or icon used to play the last captured video, but something has recently changed and when I click on the name or the icon on the left, it doesn’t open the screen to play the last captured video.
I saw that if I show the state (remove “hide_state: true”) and click on the state (mostly “Idle” in my case), it triggers the default action, but I didn’t want to show the state.
Is it a new expected behavior? Is there an option to trigger the default tap action clicking on the entity name?
Thank you!
- entity: camera.aarlo_front
name: Front camera
primary:
entity: sensor.aarlo_captured_today_front
name: Captured today
type: 'custom:multiple-entity-row'
hide_state: true
- type: section
- entity: camera.aarlo_mobile
name: Mobile camera
primary:
entity: sensor.aarlo_captured_today_mobile
name: Captured today
type: 'custom:multiple-entity-row'
hide_state: true
show_header_toggle: false
title: Arlo
type: entities```
Issue Analytics
- State:
- Created 4 years ago
- Comments:7 (3 by maintainers)
Should be fixed in version 1.4.1 😃
Thank you! Working great! 😃