Add missing state translations for Lock entities (#89795)

pull/89815/head
Franck Nijhof 2023-03-16 19:06:35 +01:00 committed by GitHub
parent d99c02b46f
commit 298dae55fa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 1 deletions

View File

@ -18,8 +18,11 @@
"entity_component": {
"_": {
"state": {
"jammed": "Jammed",
"locked": "[%key:common::state::locked%]",
"unlocked": "[%key:common::state::unlocked%]"
"locking": "Locking",
"unlocked": "[%key:common::state::unlocked%]",
"unlocking": "Unlocking"
}
}
}