Add icon translations to Neato (#111947)

pull/112001/head
Joost Lekkerkerker 2024-03-01 20:17:55 +01:00 committed by GitHub
parent 0daa860e94
commit 28ab4abe00
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 1 deletions

View File

@ -0,0 +1,5 @@
{
"services": {
"custom_cleaning": "mdi:broom"
}
}

View File

@ -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