thomasloven / lovelace-fold-entity-row

🔹 A foldable row for entities card, containing other rows
MIT License
561 stars 37 forks source link

clickable: true does not respond to touch #167

Closed amitkeret closed 2 years ago

amitkeret commented 3 years ago

My Home Assistant version: 2021.6.6

Fold-entity-row version (FROM BROWSER CONSOLE): 20.0.4

What I am doing: tapping the header (on a mobile device HA app), after configuring clickable: true

What I expected to happen: the folded entities should be revealed

What happened instead: "entity info" is shown (default action when tapping on entities in the HA app)

Minimal steps to reproduce: as above; create fold, set clickable: true, tap on row header

# The least ammount of code possible to reproduce my error
type: custom:fold-entity-row
clickable: true
head:
  entity: light.living_room
  icon: mdi:sofa
entities:
  - entity: light.light_switch_01
    name: Floor lamp (TV area)
  - entity: light.light_switch_02
    name: Floor lamp (play area)
# End of code

Error messages from the browser console: N/A


By putting an X in the boxes ([X]) below, I indicate that I: