#How do I change the options a device gives me.
1 messages · Page 1 of 1 (latest)
How is it controlled in HA right now? Are there 4 independent switch entities? I'm pretty positive you can create a tile card with custom features to control it how you want. I'd just like a bit more information.
I read the It as referring to the fan and not the switch bot.
You'd probably need a helper entity such as an input_number. A simple automation for when the switchbot gets pressed, the number increments. Then, it just depends on what card you want to use in order to implement how it looks and report Off, low, medium, high. A card that can handle templates such as the custom:button-card or Mushroom card would be good options.