mirror of
https://github.com/home-assistant/core.git
synced 2026-03-01 14:25:31 +00:00
10 lines
183 B
JSON
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"
|
|
}
|
|
}
|
|
}
|