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

hold_action and double_tap_action not working #338

Open
morenod opened this issue Jul 1, 2024 · 3 comments
Open

hold_action and double_tap_action not working #338

morenod opened this issue Jul 1, 2024 · 3 comments

Comments

@morenod
Copy link

morenod commented Jul 1, 2024

With following configuration, hold and double tap are not working:

type: entities
entities:
  - entity: switch.xxx1
    name: XXX
    icon: mdi:power
  - entity: light.xxx2
    icon: mdi:ceiling-fan-light
    name: xxx2
    type: custom:multiple-entity-row
    state_color: true
    show_state: false
    toggle: true
    entities:
      - entity: switch.switch_relay_1
        icon: mdi:power
        name: false
        state_color: true
        tap_action:
          action: toggle
      - entity: fan.fan_2
        name: false
        toggle: true
        icon: mdi:fan
        state_color: true
        tap_action:
          action: toggle
        hold_action:
          action: more-info
        double_tap_action:
          action: more-info
title: YYY
show_header_toggle: false
state_color: true

image

@ildar170975
Copy link

Code is unformated and cannot be analysed.

@morenod
Copy link
Author

morenod commented Jul 11, 2024

I added the code markout

@ildar170975
Copy link

From Docs:
image

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

2 participants