mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-24 09:46:36 +00:00
Adjust default icon of event entity (#17401)
This commit is contained in:
parent
02f01aba0e
commit
17c9e91092
@ -18,9 +18,9 @@ import {
|
||||
mdiCloseCircleOutline,
|
||||
mdiCrosshairsQuestion,
|
||||
mdiDoorbell,
|
||||
mdiEyeCheck,
|
||||
mdiFan,
|
||||
mdiFanOff,
|
||||
mdiGestureTap,
|
||||
mdiGestureTapButton,
|
||||
mdiLanConnect,
|
||||
mdiLanDisconnect,
|
||||
@ -144,7 +144,7 @@ export const domainIconWithoutDefault = (
|
||||
case "motion":
|
||||
return mdiMotionSensor;
|
||||
default:
|
||||
return mdiGestureTap;
|
||||
return mdiEyeCheck;
|
||||
}
|
||||
|
||||
case "fan":
|
||||
|
Loading…
x
Reference in New Issue
Block a user