mirror of
https://github.com/elisspace/core.git
synced 2026-09-22 10:37:40 +00:00
15 lines
319 B
JSON
15 lines
319 B
JSON
{
|
|
"device_automation": {
|
|
"condition_type": {
|
|
"is_home": "{entity_name} er hjemme",
|
|
"is_not_home": "{entity_name} er ikke hjemme"
|
|
}
|
|
},
|
|
"state": {
|
|
"_": {
|
|
"home": "Hjemme",
|
|
"not_home": "Ude"
|
|
}
|
|
},
|
|
"title": "Enhedssporing"
|
|
} |