-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #38 from anand-p-r/fix/lightning_strike_refresh
fixed lightning update problem
- Loading branch information
Showing
3 changed files
with
46 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
{ | ||
"config": { | ||
"abort": { | ||
"already_configured": "Location is already configured" | ||
}, | ||
"error": { | ||
"cannot_connect": "Failed to connect", | ||
"unknown": "Unexpected error" | ||
}, | ||
"step": { | ||
"user": { | ||
"data": { | ||
"latitude": "Latitude", | ||
"longitude": "Longitude", | ||
"name": "Name" | ||
}, | ||
"description": "FMI Configuration Parameters", | ||
"title": "Finnish Meteorological Institute" | ||
} | ||
} | ||
}, | ||
"options": { | ||
"step": { | ||
"user": { | ||
"data": { | ||
"max_precipitation": "Max Precipitation", | ||
"max_relative_humidity": "Max Relative Humidity", | ||
"max_temperature": "Max Temperature", | ||
"max_wind_speed": "Max Wind Speed", | ||
"min_precipitation": "Min Precipitation", | ||
"min_relative_humidity": "Min Relative Humidity", | ||
"min_temperature": "Min Temperature", | ||
"min_wind_speed": "Min Wind Speed", | ||
"offset": "Forecast Interval" | ||
}, | ||
"description": "FMI Configuration Parameters", | ||
"title": "FMI Options" | ||
} | ||
} | ||
} | ||
} |