Custom Features for Home Assistant Cards - Buttons, Dropdowns, Selectors, Sliders, Spinboxes, and Toggles

Your options don’t match the numbers because of the extra text you added. Fix those and use labels to change their display instead.

If by hide the state value you mean the number on the tile, that’s configurable within tile card itself using the hide state toggle.

Could you please guide me on the label?

I changed the option and it gets selected but as you said I would like to display a friendly name:

          - entity_id: input_select.pool_modus_select
            option: "2"
            tap_action:
              action: perform-action
              perform_action: input_select.select_option
              data:
                option: "2"
              target:
                entity_id: input_select.pool_modus_select
            value_attribute: friendly_name

Just found it myself :slight_smile:

          - entity_id: input_select.pool_modus_select
            option: "2"
            label: 2 - Heizen
            tap_action:
              action: perform-action
              perform_action: input_select.select_option
              data:
                option: "2"
              target:
                entity_id: input_select.pool_modus_select
            value_attribute: friendly_name

Version 4.4.(1) is here. It’s a refactor of the sliders to be much more performant and use CSS for its translation and animation instead of JS.

1 Like