mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-23 09:16:38 +00:00
Remove scooter from icon deprecation (#7169)
This commit is contained in:
parent
771c7518e6
commit
accf44b769
@ -31,9 +31,7 @@ interface DeprecatedIcon {
|
|||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
const mdiDeprecatedIcons: DeprecatedIcon = {
|
const mdiDeprecatedIcons: DeprecatedIcon = {};
|
||||||
scooter: { removeIn: "117", newName: "human-scooter" },
|
|
||||||
};
|
|
||||||
|
|
||||||
const chunks: Chunks = {};
|
const chunks: Chunks = {};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user