forked from home-assistant/core
Add missing device condition translations to lock component (#145104)
This commit is contained in:
committed by
Franck Nijhof
parent
422dbfef88
commit
9534a919ce
@@ -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",
|
||||
|
Reference in New Issue
Block a user