mirror of
https://github.com/home-assistant/core.git
synced 2025-07-14 08:47:10 +00:00
Add vacuum icon translations (#108479)
This commit is contained in:
parent
a0d9a1e507
commit
70084dcefa
21
homeassistant/components/vacuum/icons.json
Normal file
21
homeassistant/components/vacuum/icons.json
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
{
|
||||||
|
"entity_component": {
|
||||||
|
"_": {
|
||||||
|
"default": "mdi:robot-vacuum"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"services": {
|
||||||
|
"clean_spot": "mdi:target-variant",
|
||||||
|
"locate": "mdi:map-marker",
|
||||||
|
"pause": "mdi:pause",
|
||||||
|
"return_to_base": "mdi:home-import-outline",
|
||||||
|
"send_command": "mdi:send",
|
||||||
|
"set_fan_speed": "mdi:fan",
|
||||||
|
"start": "mdi:play",
|
||||||
|
"start_pause": "mdi:play-pause",
|
||||||
|
"stop": "mdi:stop",
|
||||||
|
"toggle": "mdi:play-pause",
|
||||||
|
"turn_off": "mdi:stop",
|
||||||
|
"turn_on": "mdi:play"
|
||||||
|
}
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user