mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 11:17:21 +00:00
Add missing entity attribute translations to humidifier entity component (#93206)
This commit is contained in:
parent
32481065a8
commit
fb7c579216
@ -26,6 +26,34 @@
|
||||
"state": {
|
||||
"off": "[%key:common::state::off%]",
|
||||
"on": "[%key:common::state::on%]"
|
||||
},
|
||||
"state_attributes": {
|
||||
"available_modes": {
|
||||
"name": "Available modes"
|
||||
},
|
||||
"humidity": {
|
||||
"name": "Target humidity"
|
||||
},
|
||||
"max_humidity": {
|
||||
"name": "Max target humidity"
|
||||
},
|
||||
"min_humidity": {
|
||||
"name": "Min target humidity"
|
||||
},
|
||||
"mode": {
|
||||
"name": "Mode",
|
||||
"state": {
|
||||
"normal": "Normal",
|
||||
"eco": "Eco",
|
||||
"away": "Away",
|
||||
"boost": "Boost",
|
||||
"comfort": "Comfort",
|
||||
"home": "Home",
|
||||
"sleep": "Sleep",
|
||||
"auto": "Auto",
|
||||
"baby": "Baby"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"dehumidifier": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user