* OpenUV config flow in place * Test folder in place * Owner-requested comments * Tests * More tests * Owner-requested changes (part 1 of 2) * Updated requirements * Owner-requested changes (2 of 2) * Removed unnecessary import * Bumping Travis * Updated requirements * More requirements * Updated tests * Owner-requested changes * Hound * Updated docstring
20 lines
432 B
JSON
20 lines
432 B
JSON
{
|
|
"config": {
|
|
"title": "OpenUV",
|
|
"step": {
|
|
"user": {
|
|
"title": "Fill in your information",
|
|
"data": {
|
|
"api_key": "OpenUV API Key",
|
|
"elevation": "Elevation",
|
|
"latitude": "Latitude",
|
|
"longitude": "Longitude"
|
|
}
|
|
}
|
|
},
|
|
"error": {
|
|
"identifier_exists": "Coordinates already registered",
|
|
"invalid_api_key": "Invalid API key"
|
|
}
|
|
}
|
|
}
|