mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-27 03:06:41 +00:00
Align domain icon for person and device_tracker when away (#14652)
This commit is contained in:
parent
c1dba217da
commit
180357e0db
@ -180,6 +180,9 @@ export const domainIconWithoutDefault = (
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
case "person":
|
||||||
|
return compareState === "not_home" ? mdiAccountArrowRight : mdiAccount;
|
||||||
|
|
||||||
case "switch":
|
case "switch":
|
||||||
switch (stateObj?.attributes.device_class) {
|
switch (stateObj?.attributes.device_class) {
|
||||||
case "outlet":
|
case "outlet":
|
||||||
|
Loading…
x
Reference in New Issue
Block a user