mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 05:07:41 +00:00
Add fan icon translations (#108461)
This commit is contained in:
parent
16a85ab910
commit
a3619e544e
20
homeassistant/components/fan/icons.json
Normal file
20
homeassistant/components/fan/icons.json
Normal file
@ -0,0 +1,20 @@
|
||||
{
|
||||
"entity_component": {
|
||||
"_": {
|
||||
"default": "mdi:fan",
|
||||
"state": {
|
||||
"off": "mdi:fan-off"
|
||||
}
|
||||
}
|
||||
},
|
||||
"services": {
|
||||
"decrease_speed": "mdi:fan-minus",
|
||||
"increase_speed": "mdi:fan-plus",
|
||||
"oscillate": "mdi:arrow-oscillating",
|
||||
"set_percentage": "mdi:fan",
|
||||
"set_preset_mode": "mdi:fan-auto",
|
||||
"toggle": "mdi:fan",
|
||||
"turn_off": "mdi:fan-off",
|
||||
"turn_on": "mdi:fan"
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user