How do I get a two speed switch like this to show up on a dashboard?

This is the image from the entity. I don’t see an analogous item in Lovelace to show on a dashboard. Am I missing something or is this our current limitation? I can create a second switch for “high” speed, so I understand the workarounds.

Thanks!

There is currently no user definable multi position switch like that in Home Assistant.

The closest is an input_select drop-down control.

You might be able to do something with a 3rd party card like mushroom card.

1 Like

Thanks. I assumed as much, just wanted to confirm. I’ll build another solution that will work just fine. Appreciate it.