* SMHI Component * Clean up typos * Fixed default values first config to home location (tests will follow) * Fixed tests and removed unused function * Minor fixup after comments from @kane610 * add support for precipitation in forecast * Removed old async_step_init not needed.
19 lines
489 B
JSON
19 lines
489 B
JSON
{
|
|
"config": {
|
|
"title": "Swedish weather service (SMHI)",
|
|
"step": {
|
|
"user": {
|
|
"title": "Location in Sweden",
|
|
"data": {
|
|
"name": "Name",
|
|
"latitude": "Latitude",
|
|
"longitude": "Longitude"
|
|
}
|
|
}
|
|
},
|
|
"error": {
|
|
"name_exists": "Name already exists",
|
|
"wrong_location": "Location Sweden only"
|
|
}
|
|
}
|
|
} |