change switch icon to use toggle-switch(-off) #10467
Unanswered
Mariusthvdb
asked this question in
Dashboard
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
followup on https://discord.com/channels/330944238910963714/460846676358332417/903580422993248287 please concider change the current
mdi:flash
icon used for domain Switchfrontend/src/common/const.ts
Line 107 in 4624c3d
mdi:toggle-switch
.mdi:flash
is more suitable and used on power devices, and not really related to a switching device at all.using
mdi:toggle-switch
would also allow the device_class switch to setmdi:toggle-switch-off
in the 'off' state obviously.thanks for considering
Beta Was this translation helpful? Give feedback.
All reactions