core/homeassistant/components/device_tracker/strings.json

10 lines
183 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"
}
}
2019-12-16 08:33:11 +00:00
}