hass-core/homeassistant/components/openuv/strings.json
Aaron Bach f96aee2832 Add config flow for OpenUV ()
* 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
2018-09-04 09:22:44 +02:00

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