19 lines
481 B
JSON
19 lines
481 B
JSON
{
|
|
"device_automation": {
|
|
"condition_type": {
|
|
"is_home": "{entity_name} ada di rumah",
|
|
"is_not_home": "{entity_name} tidak ada di rumah"
|
|
},
|
|
"trigger_type": {
|
|
"enters": "{entity_name} memasuki zona",
|
|
"leaves": "{entity_name} meninggalkan zona"
|
|
}
|
|
},
|
|
"state": {
|
|
"_": {
|
|
"home": "Di Rumah",
|
|
"not_home": "Keluar"
|
|
}
|
|
},
|
|
"title": "Pelacak perangkat"
|
|
} |