mirror of
https://github.com/home-assistant/core.git
synced 2025-07-07 13:27:09 +00:00
Add missing device condition translations to lock component (#145104)
This commit is contained in:
parent
a83eafd949
commit
2302a3bb33
@ -9,7 +9,11 @@
|
||||
"condition_type": {
|
||||
"is_locked": "{entity_name} is locked",
|
||||
"is_unlocked": "{entity_name} is unlocked",
|
||||
"is_open": "{entity_name} is open"
|
||||
"is_open": "{entity_name} is open",
|
||||
"is_jammed": "{entity_name} is jammed",
|
||||
"is_locking": "{entity_name} is locking",
|
||||
"is_unlocking": "{entity_name} is unlocking",
|
||||
"is_opening": "{entity_name} is opening"
|
||||
},
|
||||
"trigger_type": {
|
||||
"locked": "{entity_name} locked",
|
||||
|
Loading…
x
Reference in New Issue
Block a user