Skip to content

Commit

Permalink
Add humidifier attributes icon translations (#108718)
Browse files Browse the repository at this point in the history
  • Loading branch information
piitaya authored Jan 24, 2024
1 parent 00c4913 commit 80e66c1
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions homeassistant/components/humidifier/icons.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
}
}
},
Expand Down

0 comments on commit 80e66c1

Please sign in to comment.