17 lines
538 B
JSON
17 lines
538 B
JSON
{
|
|
"device_automation": {
|
|
"action_type": {
|
|
"lock": "\u4e0a\u9396 {entity_name}",
|
|
"open": "\u958b\u555f {entity_name}",
|
|
"unlock": "\u89e3\u9396 {entity_name}"
|
|
},
|
|
"condition_type": {
|
|
"is_locked": "{entity_name} \u5df2\u4e0a\u9396",
|
|
"is_unlocked": "{entity_name} \u5df2\u89e3\u9396"
|
|
},
|
|
"trigger_type": {
|
|
"locked": "{entity_name} \u5df2\u4e0a\u9396",
|
|
"unlocked": "{entity_name} \u5df2\u89e3\u9396"
|
|
}
|
|
}
|
|
} |