24 lines
696 B
JSON
24 lines
696 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"
|
|
}
|
|
},
|
|
"state": {
|
|
"_": {
|
|
"locked": "\u5df2\u4e0a\u9396",
|
|
"unlocked": "\u5df2\u89e3\u9396"
|
|
}
|
|
},
|
|
"title": "\u9580\u9396"
|
|
} |