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

19 lines
456 B
JSON
Raw Normal View History

2019-10-26 00:32:20 +00:00
{
"device_automation": {
2019-12-17 00:32:23 +00:00
"condition_type": {
2019-10-26 00:32:20 +00:00
"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"
2019-10-26 00:32:20 +00:00
}
2020-04-16 20:00:10 +00:00
},
2020-04-20 23:33:54 +00:00
"state": {
"_": {
"home": "Home",
"not_home": "Away"
}
},
2020-04-16 20:00:10 +00:00
"title": "Device tracker"
2019-10-26 00:32:20 +00:00
}