core/homeassistant/components/device_tracker/strings.json

20 lines
437 B
JSON
Raw Normal View History

{
"title": "Device tracker",
"device_automation": {
2019-12-16 08:33:11 +00:00
"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"
}
2020-04-20 23:25:35 +00:00
},
"state": {
"_": {
"home": "[%key:common::state::home%]",
"not_home": "[%key:common::state::not_home%]"
}
}
2022-03-30 08:35:30 +00:00
}