24 lines
955 B
JSON
24 lines
955 B
JSON
{
|
|
"device_automation": {
|
|
"action_type": {
|
|
"lock": "\u30ed\u30c3\u30af {entity_name}",
|
|
"open": "\u30aa\u30fc\u30d7\u30f3 {entity_name}",
|
|
"unlock": "\u30a2\u30f3\u30ed\u30c3\u30af {entity_name}"
|
|
},
|
|
"condition_type": {
|
|
"is_locked": "{entity_name} \u306f\u30ed\u30c3\u30af\u3055\u308c\u3066\u3044\u307e\u3059",
|
|
"is_unlocked": "{entity_name} \u306e\u30ed\u30c3\u30af\u306f\u89e3\u9664\u3055\u308c\u3066\u3044\u307e\u3059"
|
|
},
|
|
"trigger_type": {
|
|
"locked": "{entity_name} \u306f\u30ed\u30c3\u30af\u3055\u308c\u3066\u3044\u307e\u3059",
|
|
"unlocked": "{entity_name} \u306e\u30ed\u30c3\u30af\u304c\u89e3\u9664\u3055\u308c\u307e\u3057\u305f"
|
|
}
|
|
},
|
|
"state": {
|
|
"_": {
|
|
"locked": "\u65bd\u9320\u4e2d",
|
|
"unlocked": "\u30ed\u30c3\u30af\u89e3\u9664"
|
|
}
|
|
},
|
|
"title": "\u30ed\u30c3\u30af"
|
|
} |