Home Assistant Git Exporter
This commit is contained in:
29
config/custom_components/blitzortung/strings.json
Normal file
29
config/custom_components/blitzortung/strings.json
Normal file
@@ -0,0 +1,29 @@
|
||||
{
|
||||
"config": {
|
||||
"step": {
|
||||
"user": {
|
||||
"description": "Set up Blitzortung lightning detection",
|
||||
"data": {
|
||||
"name": "Name of the integration instance"
|
||||
}
|
||||
}
|
||||
},
|
||||
"error": {},
|
||||
"abort": {}
|
||||
},
|
||||
"options": {
|
||||
"step": {
|
||||
"init": {
|
||||
"title": "Blitzortung Options",
|
||||
"description": "Set up Blitzortung lightning detection options",
|
||||
"data": {
|
||||
"radius": "Lightning detection radius (km / mi)",
|
||||
"time_window": "Time window (minutes, 0 - disabled)",
|
||||
"max_tracked_lightnings": "Max number of tracked lightnings",
|
||||
"latitude": "Latitude",
|
||||
"longitude": "Longitude"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user