Add 'Target Humidity' string to the more-info dialog

This commit is contained in:
Denis Shulyaka 2020-05-31 23:54:28 +03:00
parent fe63c12cd9
commit 404d0b8d05
2 changed files with 2 additions and 1 deletions

View File

@ -73,7 +73,7 @@ class MoreInfoHumidifier extends LitElement {
${supportModes
? html`
<div class="container-preset_modes">
<div class="container-modes">
<ha-paper-dropdown-menu
label-float
dynamic-align

View File

@ -160,6 +160,7 @@
"reverse": "Reverse"
},
"humidifier": {
"humidity": "Target humidity",
"mode": "Mode",
"target_humidity_entity": "{name} target humidity",
"on_entity": "{name} on"