19 lines
501 B
JSON
19 lines
501 B
JSON
{
|
|
"device_automation": {
|
|
"condition_type": {
|
|
"is_home": "{entity_name} ist zuhause",
|
|
"is_not_home": "{entity_name} ist nicht zuhause"
|
|
},
|
|
"trigger_type": {
|
|
"enters": "{entity_name} betritt einen Bereich",
|
|
"leaves": "{entity_name} verl\u00e4sst einen Bereich"
|
|
}
|
|
},
|
|
"state": {
|
|
"_": {
|
|
"home": "Zu Hause",
|
|
"not_home": "Abwesend"
|
|
}
|
|
},
|
|
"title": "Ger\u00e4te-Tracker"
|
|
} |