1
0
mirror of https://github.com/home-assistant/core.git synced 2026-03-01 14:25:31 +00:00
Files
core/homeassistant/components/device_tracker/strings.json
2020-04-16 11:52:27 -07:00

10 lines
183 B
JSON

{
"title": "Device tracker",
"device_automation": {
"condition_type": {
"is_home": "{entity_name} is home",
"is_not_home": "{entity_name} is not home"
}
}
}