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.
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:
One workaround would be a Template Cover.
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
That’s clever
Yes , it’s my current hack too