Hello
I use “slider-button-card” but the Icon and Button actions does not fired the expected actions.
But if I change the action name with a bad name, I get an error message when I hit the button …
I don’t understand what’s wrong. For testing purpose, I would like to write to system log and nothing happend.
type: entities
entities:
- entity: number.volume
type: custom:slider-button-card
min: 1
max: 100
hide_state: true
colorize: true
attribute: brightness
slider:
use_percentage_bg_opacity: true
direction: left-right
background: solid
show_track: true
icon:
tap_action:
action: perform-action
target: {}
perform_action: system_log.write
data:
level: error
message: Icon action test
use_state_color: true
action_button:
mode: custom
show: true
tap_action:
action: perform-action
target: {}
perform_action: system_log.write
data:
level: error
message: Button action test
hold_action:
action: more-info
show_state: false
compact: true
Any idea ?
Thx for your help by advance.
Best regards
Christophe