15 lines
323 B
JSON
15 lines
323 B
JSON
|
{
|
||
|
"device_automation": {
|
||
|
"condition_type": {
|
||
|
"is_home": "{entity_name} is thuis",
|
||
|
"is_not_home": "{entity_name} is niet thuis"
|
||
|
}
|
||
|
},
|
||
|
"state": {
|
||
|
"_": {
|
||
|
"home": "Thuis",
|
||
|
"not_home": "Afwezig"
|
||
|
}
|
||
|
},
|
||
|
"title": "Apparaat tracker"
|
||
|
}
|