mirror of
https://github.com/home-assistant/core.git
synced 2026-08-24 15:15:58 +01:00
16 lines
354 B
JSON
16 lines
354 B
JSON
{
|
|
"config": {
|
|
"step": {
|
|
"user": {
|
|
"description": "Fill in the location to track.",
|
|
"data": {
|
|
"radius": "Radius",
|
|
"latitude": "[%key:common::config_flow::data::latitude%]",
|
|
"longitude": "[%key:common::config_flow::data::longitude%]",
|
|
"altitude": "Altitude"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|