#How do I change the options a device gives me.

1 messages · Page 1 of 1 (latest)

ivory pine
#

I have a switchbot switch on my bedside fan. It has a 4 position momentary switch, off, lvl 1, lvl 2 and lvl 3 then off again. I want to represent this in my dashboard

tranquil dawn
#

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.

cinder crater
#

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.