15 lines
357 B
JSON
15 lines
357 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 dispositivos"
|
||
|
}
|