core/homeassistant/components/device_tracker/translations/en.json

19 lines
456 B
JSON

{
"device_automation": {
"condition_type": {
"is_home": "{entity_name} is home",
"is_not_home": "{entity_name} is not home"
},
"trigger_type": {
"enters": "{entity_name} enters a zone",
"leaves": "{entity_name} leaves a zone"
}
},
"state": {
"_": {
"home": "Home",
"not_home": "Away"
}
},
"title": "Device tracker"
}