1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-27 22:34:47 +00:00
Files
core/homeassistant/components/device_tracker/strings.json
2020-04-20 16:25:35 -07:00

16 lines
315 B
JSON

{
"title": "Device tracker",
"device_automation": {
"condition_type": {
"is_home": "{entity_name} is home",
"is_not_home": "{entity_name} is not home"
}
},
"state": {
"_": {
"home": "[%key:common::state::home%]",
"not_home": "[%key:common::state::not_home%]"
}
}
}