core/homeassistant/components/openuv/strings.json

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