15 lines
356 B
JSON
15 lines
356 B
JSON
|
{
|
||
|
"device_automation": {
|
||
|
"condition_type": {
|
||
|
"is_home": "{entity_name} est\u00e1 en casa",
|
||
|
"is_not_home": "{entity_name} no est\u00e1 en casa"
|
||
|
}
|
||
|
},
|
||
|
"state": {
|
||
|
"_": {
|
||
|
"home": "En casa",
|
||
|
"not_home": "Fuera de casa"
|
||
|
}
|
||
|
},
|
||
|
"title": "Rastreador de dispositivo"
|
||
|
}
|