Add icon translations to Neato (#111947)

This commit is contained in:
Joost Lekkerkerker
2024-03-01 20:17:55 +01:00
committed by GitHub
parent 0daa860e94
commit 28ab4abe00
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): class NeatoConnectedVacuum(NeatoEntity, StateVacuumEntity):
"""Representation of a Neato Connected Vacuum.""" """Representation of a Neato Connected Vacuum."""
_attr_icon = "mdi:robot-vacuum-variant"
_attr_supported_features = ( _attr_supported_features = (
VacuumEntityFeature.BATTERY VacuumEntityFeature.BATTERY
| VacuumEntityFeature.PAUSE | VacuumEntityFeature.PAUSE