2019-10-25 17:51:35 +00:00
|
|
|
{
|
2020-04-16 18:52:27 +00:00
|
|
|
"title": "Device tracker",
|
2019-10-25 17:51:35 +00:00
|
|
|
"device_automation": {
|
2019-12-16 08:33:11 +00:00
|
|
|
"condition_type": {
|
2019-10-25 17:51:35 +00:00
|
|
|
"is_home": "{entity_name} is home",
|
|
|
|
"is_not_home": "{entity_name} is not home"
|
2020-11-09 11:04:16 +00:00
|
|
|
},
|
|
|
|
"trigger_type": {
|
|
|
|
"enters": "{entity_name} enters a zone",
|
|
|
|
"leaves": "{entity_name} leaves a zone"
|
2019-10-25 17:51:35 +00:00
|
|
|
}
|
2020-04-20 23:25:35 +00:00
|
|
|
},
|
|
|
|
"state": {
|
|
|
|
"_": {
|
|
|
|
"home": "[%key:common::state::home%]",
|
|
|
|
"not_home": "[%key:common::state::not_home%]"
|
|
|
|
}
|
2019-10-25 17:51:35 +00:00
|
|
|
}
|
2022-03-30 08:35:30 +00:00
|
|
|
}
|