From accf44b7693b9352357a5f74e8864321736134f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20S=C3=B8rensen?= Date: Wed, 30 Sep 2020 11:48:41 +0200 Subject: [PATCH] Remove scooter from icon deprecation (#7169) --- src/components/ha-icon.ts | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/components/ha-icon.ts b/src/components/ha-icon.ts index 4dc27b2205..b76adac8b4 100644 --- a/src/components/ha-icon.ts +++ b/src/components/ha-icon.ts @@ -31,9 +31,7 @@ interface DeprecatedIcon { }; } -const mdiDeprecatedIcons: DeprecatedIcon = { - scooter: { removeIn: "117", newName: "human-scooter" }, -}; +const mdiDeprecatedIcons: DeprecatedIcon = {}; const chunks: Chunks = {};