core/homeassistant/components/device_tracker/translations/no.json

19 lines
475 B
JSON

{
"device_automation": {
"condition_type": {
"is_home": "{entity_name} er hjemme",
"is_not_home": "{entity_name} er ikke hjemme"
},
"trigger_type": {
"enters": "{entity_name} g\u00e5r inn i en sone",
"leaves": "{entity_name} forlater en sone"
}
},
"state": {
"_": {
"home": "Hjemme",
"not_home": "Borte"
}
},
"title": "Enhetssporing"
}