Replace switch icons

Hello,

Is there a way to replace switch icons in “assumed_state: true”.
I currently have 2 lightning and i would have like a “[ - / +]” icon instead for some entities.

Thanks.

Not sure what you are looking for.
Can you share your config for lights that appear as you want and config for lights that don’t
Can you also provide a few examples of the look / icon that you’re after?

I want to change the icon on the right on this photo (black & blue ones). In my case i would like set them with + and - icons.

Currently, i 'm just able to replace icon on the right ( the yellow one )

I don’t think there is a way without using a custom UI. You can change this icon:

image

One workaround would be a Template Cover.

Auswahl_141

cover:
  - platform: template
    covers:
      hk_volume:
        friendly_name: "HK Volume"
        open_cover:
          service: script.hk_vol_up
        close_cover:
          service: script.hk_vol_down
        stop_cover:
          service: script.hk_vol_mute
        position_template: 50
2 Likes

That’s clever :slight_smile:

Yes , it’s my current hack too :slight_smile: