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

15 lines
319 B
JSON
Raw Normal View History

2019-12-30 00:32:19 +00:00
{
"device_automation": {
"condition_type": {
"is_home": "{entity_name} er hjemme",
"is_not_home": "{entity_name} er ikke hjemme"
}
2020-04-16 20:00:10 +00:00
},
2020-04-20 23:33:54 +00:00
"state": {
"_": {
"home": "Hjemme",
"not_home": "Ude"
}
},
2020-04-16 20:00:10 +00:00
"title": "Enhedssporing"
2019-12-30 00:32:19 +00:00
}