mirror of
https://github.com/home-assistant/frontend.git
synced 2025-04-27 06:47:20 +00:00
Merge pull request #11984 from Mariusthvdb/patch-4
This commit is contained in:
commit
bc36a206da
@ -9,10 +9,10 @@ import {
|
|||||||
mdiCast,
|
mdiCast,
|
||||||
mdiCastConnected,
|
mdiCastConnected,
|
||||||
mdiClock,
|
mdiClock,
|
||||||
mdiFlash,
|
|
||||||
mdiGestureTapButton,
|
mdiGestureTapButton,
|
||||||
mdiLanConnect,
|
mdiLanConnect,
|
||||||
mdiLanDisconnect,
|
mdiLanDisconnect,
|
||||||
|
mdiLightSwitch,
|
||||||
mdiLock,
|
mdiLock,
|
||||||
mdiLockAlert,
|
mdiLockAlert,
|
||||||
mdiLockClock,
|
mdiLockClock,
|
||||||
@ -108,7 +108,7 @@ export const domainIcon = (
|
|||||||
case "switch":
|
case "switch":
|
||||||
return compareState === "on" ? mdiToggleSwitch : mdiToggleSwitchOff;
|
return compareState === "on" ? mdiToggleSwitch : mdiToggleSwitchOff;
|
||||||
default:
|
default:
|
||||||
return mdiFlash;
|
return mdiLightSwitch;
|
||||||
}
|
}
|
||||||
|
|
||||||
case "sensor": {
|
case "sensor": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user