17 lines
497 B
JSON
17 lines
497 B
JSON
{
|
|
"device_automation": {
|
|
"action_type": {
|
|
"lock": "Sperre {entity_name}",
|
|
"open": "\u00d6ffne {entity_name}",
|
|
"unlock": "Entsperre {entity_name}"
|
|
},
|
|
"condition_type": {
|
|
"is_locked": "{entity_name} ist gesperrt",
|
|
"is_unlocked": "{entity_name} ist entsperrt"
|
|
},
|
|
"trigger_type": {
|
|
"locked": "{entity_name} gesperrt",
|
|
"unlocked": "{entity_name} entsperrt"
|
|
}
|
|
}
|
|
} |