mirror of
https://github.com/home-assistant/core.git
synced 2026-08-31 18:44:23 +01: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"
|
|
}
|
|
}
|
|
}
|