Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Double tap action not working #67

Open
joshuaspence opened this issue Oct 26, 2021 · 0 comments
Open

Double tap action not working #67

joshuaspence opened this issue Oct 26, 2021 · 0 comments

Comments

@joshuaspence
Copy link

I am using the latest version of Home Assistant (2021.10.6) and template-entity-row (1.3.0). double_tap_action doesn't seem to work. I can reproduce the issue with the following configuration:

type: 'entities'
entities:
  - entity: 'person.josh'
    tap_action:
      action: 'none'
    double_tap_action:
      action: 'more-info'

  - type: 'custom:template-entity-row'
    entity: 'person.josh'
    tap_action:
      action: 'none'
    double_tap_action:
      action: 'more-info'

Double-tapping on the first entity loads the more-info dialog but double-tapping on the second entity does nothing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant