Slider-button-card actions does not fired

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

Hi, I’m not using that card but could it be that this happened after updating HA.
Since the code has not been updated for 5 years, this could be the reason.

Hello

Thx for your answer, I haven’t check this point, I’m a newbie…
I will check if another more recent card exists.

Best regards
Christophe