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