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

19 lines
487 B
JSON
Raw Normal View History

2020-02-07 00:31:50 +00:00
{
"device_automation": {
"condition_type": {
"is_home": "{entity_name} \u00e4r hemma",
"is_not_home": "{entity_name} \u00e4r inte hemma"
2022-08-02 00:27:42 +00:00
},
"trigger_type": {
"enters": "{entity_name} g\u00e5r in i en zon",
"leaves": "{entity_name} l\u00e4mnar en zon"
2020-02-07 00:31:50 +00:00
}
2020-04-16 20:00:10 +00:00
},
2020-04-20 23:33:54 +00:00
"state": {
"_": {
"home": "Hemma",
"not_home": "Borta"
}
},
2020-04-16 20:00:10 +00:00
"title": "Enhetssp\u00e5rare"
2020-02-07 00:31:50 +00:00
}