Hide Toggle Button on Groups and States

In my setup, I use Hue scenes through Home Assistant by grouping them, since the Hue integration doesn’t display scenes directly. I don’t need to toggle them because their state is always available and the toggle is useless. I also prefer not to show the state at all.

The state will always be shown for switch entities as they meant to be turned on and off. I don’t use HA but if they were button entities no on/off state would be shown. But you couldn’t determine which scene is on anymore so maybe that’s why they are switches in HA. You could try to put each of them in a macro and link them to the page instead. Macros have no state either.
Regarding the group toggle there is currently no way to hide the switch. In very early documents of the ui it was mentioned that you could hide this toggle but it seems that this was never implemented. You could raise a feature request on GitHub for this.

1 Like