Can I hide the input_select dropdown from the entities card and rely on tap_action instead? I use this now and taps on the icon cycles through the options: ```type: entities
entities:
- type: custom:fold-entity-row
head:
entity: input_select.tredemollebruker
tap_action:
action: perform-action
perform_action: input_select.select_next
target:
entity_id: input_select.tredemollebruker
data:
cycle: true```
I want it sort of like how the badges do it.