24 lines
641 B
JSON
24 lines
641 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"
|
|
}
|
|
},
|
|
"state": {
|
|
"_": {
|
|
"locked": "Verriegelt",
|
|
"unlocked": "Entriegelt"
|
|
}
|
|
},
|
|
"title": "Schloss"
|
|
} |