diff --git a/homeassistant/components/humidifier/strings.json b/homeassistant/components/humidifier/strings.json index 0fca7c0a0a2..afaa05df462 100644 --- a/homeassistant/components/humidifier/strings.json +++ b/homeassistant/components/humidifier/strings.json @@ -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": {