From 28ab4abe00c04d4512c809c5f4b9577e1ee8ab5e Mon Sep 17 00:00:00 2001 From: Joost Lekkerkerker Date: Fri, 1 Mar 2024 20:17:55 +0100 Subject: [PATCH] Add icon translations to Neato (#111947) --- homeassistant/components/neato/icons.json | 5 +++++ homeassistant/components/neato/vacuum.py | 1 - 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 homeassistant/components/neato/icons.json diff --git a/homeassistant/components/neato/icons.json b/homeassistant/components/neato/icons.json new file mode 100644 index 00000000000..ca50d5a9bc7 --- /dev/null +++ b/homeassistant/components/neato/icons.json @@ -0,0 +1,5 @@ +{ + "services": { + "custom_cleaning": "mdi:broom" + } +} diff --git a/homeassistant/components/neato/vacuum.py b/homeassistant/components/neato/vacuum.py index 891b090d5d3..15127ed7d66 100644 --- a/homeassistant/components/neato/vacuum.py +++ b/homeassistant/components/neato/vacuum.py @@ -94,7 +94,6 @@ async def async_setup_entry( class NeatoConnectedVacuum(NeatoEntity, StateVacuumEntity): """Representation of a Neato Connected Vacuum.""" - _attr_icon = "mdi:robot-vacuum-variant" _attr_supported_features = ( VacuumEntityFeature.BATTERY | VacuumEntityFeature.PAUSE