Add humidifier attributes icon translations (#108718)
This commit is contained in:
parent
00c4913401
commit
80e66c12b8
1 changed files with 25 additions and 0 deletions
|
@ -4,6 +4,31 @@
|
|||
"default": "mdi:air-humidifier",
|
||||
"state": {
|
||||
"off": "mdi:air-humidifier-off"
|
||||
},
|
||||
"state_attributes": {
|
||||
"action": {
|
||||
"default": "mdi:circle-medium",
|
||||
"state": {
|
||||
"drying": "mdi:arrow-down-bold",
|
||||
"humidifying": "mdi:arrow-up-bold",
|
||||
"idle": "mdi:clock-outline",
|
||||
"off": "mdi:power"
|
||||
}
|
||||
},
|
||||
"mode": {
|
||||
"default": "mdi:circle-medium",
|
||||
"state": {
|
||||
"auto": "mdi:refresh-auto",
|
||||
"away": "mdi:account-arrow-right",
|
||||
"baby": "mdi:baby-carriage",
|
||||
"boost": "mdi:rocket-launch",
|
||||
"comfort": "mdi:sofa",
|
||||
"eco": "mdi:leaf",
|
||||
"home": "mdi:home",
|
||||
"normal": "mdi:water-percent",
|
||||
"sleep": "mdi:power-sleep"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Add table
Reference in a new issue