We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
Code is unformated and cannot be analysed.
Sorry, something went wrong.
I added the code markout
From Docs:
No branches or pull requests
With following configuration, hold and double tap are not working:
The text was updated successfully, but these errors were encountered: