Files
core/homeassistant/components/opensky/strings.json
Joost Lekkerkerker 585d357129 Add config flow to OpenSky (#96912)
Co-authored-by: Sander <developer@golles.nl>
2023-07-25 20:46:04 +02:00

17 lines
418 B
JSON

{
"config": {
"step": {
"user": {
"description": "Fill in the location to track.",
"data": {
"name": "[%key:common::config_flow::data::api_key%]",
"radius": "Radius",
"latitude": "[%key:common::config_flow::data::latitude%]",
"longitude": "[%key:common::config_flow::data::longitude%]",
"altitude": "Altitude"
}
}
}
}
}