Add missing extra-fields translations (#8681)

This commit is contained in:
Philip Allgaier 2021-03-22 12:24:38 +01:00 committed by GitHub
parent 3e20d2b454
commit ce5fb57577
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1367,7 +1367,9 @@
"extra_fields": { "extra_fields": {
"above": "Above", "above": "Above",
"below": "Below", "below": "Below",
"for": "Duration" "for": "Duration",
"hvac_mode": "HVAC mode",
"preset_mode": "Preset mode"
} }
}, },
"not": { "not": {
@ -1467,7 +1469,12 @@
"code": "Code", "code": "Code",
"message": "Message", "message": "Message",
"title": "Title", "title": "Title",
"position": "[%key:ui::card::cover::position%]" "position": "[%key:ui::card::cover::position%]",
"mode": "Mode",
"humidity": "Humidity",
"value": "Value",
"brightness_pct": "[%key:ui::card::light::brightness%]",
"flash": "Flash"
} }
}, },
"scene": { "scene": {