Add icon translations to Neato (#111947)
parent
0daa860e94
commit
28ab4abe00
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"services": {
|
||||
"custom_cleaning": "mdi:broom"
|
||||
}
|
||||
}
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue