19 lines
487 B
JSON
19 lines
487 B
JSON
{
|
|
"device_automation": {
|
|
"condition_type": {
|
|
"is_home": "{entity_name} \u00e4r hemma",
|
|
"is_not_home": "{entity_name} \u00e4r inte hemma"
|
|
},
|
|
"trigger_type": {
|
|
"enters": "{entity_name} g\u00e5r in i en zon",
|
|
"leaves": "{entity_name} l\u00e4mnar en zon"
|
|
}
|
|
},
|
|
"state": {
|
|
"_": {
|
|
"home": "Hemma",
|
|
"not_home": "Borta"
|
|
}
|
|
},
|
|
"title": "Enhetssp\u00e5rare"
|
|
} |