How to change switch to slider in front-end?

I have

  • a hue light (tvroom stabding
  • a switch zwave (couch light)
  • a switch broadlink tc2 (tvroom wall)

How can I chagne the graphic representation (slider) to be the same for the 3 entities?

I got round this by adding the assumed_state: false attribute to the correct entity in my customize.yaml.

Like this:

switch.lounge_lamp:
  emulated_hue: True
  friendly_name: Lounge Lamp
  icon: mdi:lightbulb
  assumed_state: false
1 Like