Add missing entity attribute translations to humidifier entity component (#93206)

This commit is contained in:
Franck Nijhof 2023-05-17 13:10:08 +02:00 committed by GitHub
parent 32481065a8
commit fb7c579216
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,6 +26,34 @@
"state": { "state": {
"off": "[%key:common::state::off%]", "off": "[%key:common::state::off%]",
"on": "[%key:common::state::on%]" "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": { "dehumidifier": {