mirror of
https://github.com/home-assistant/core.git
synced 2025-08-07 06:35:10 +02:00
Add missing state translations for Lock entities (#89795)
This commit is contained in:
@@ -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"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user