1
mirror of https://github.com/home-assistant/core synced 2024-08-31 05:57:13 +02:00
ha-core/homeassistant/components/smhi/strings.json
Tomas Hellström 540d22d603 Swedish weather institute weather component (#16717)
* 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.
2018-10-08 23:54:55 +02:00

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"
}
}
}