mirror of
https://github.com/home-assistant/core.git
synced 2025-07-22 12:47:08 +00:00
Add icon translations to Neato (#111947)
This commit is contained in:
parent
0daa860e94
commit
28ab4abe00
5
homeassistant/components/neato/icons.json
Normal file
5
homeassistant/components/neato/icons.json
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
{
|
||||||
|
"services": {
|
||||||
|
"custom_cleaning": "mdi:broom"
|
||||||
|
}
|
||||||
|
}
|
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user