mirror of
https://github.com/home-assistant/core.git
synced 2025-04-26 10:17:51 +00:00
Add missing state translations for Lock entities (#89795)
This commit is contained in:
parent
d99c02b46f
commit
298dae55fa
@ -18,8 +18,11 @@
|
|||||||
"entity_component": {
|
"entity_component": {
|
||||||
"_": {
|
"_": {
|
||||||
"state": {
|
"state": {
|
||||||
|
"jammed": "Jammed",
|
||||||
"locked": "[%key:common::state::locked%]",
|
"locked": "[%key:common::state::locked%]",
|
||||||
"unlocked": "[%key:common::state::unlocked%]"
|
"locking": "Locking",
|
||||||
|
"unlocked": "[%key:common::state::unlocked%]",
|
||||||
|
"unlocking": "Unlocking"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user