1
mirror of https://github.com/home-assistant/core synced 2024-09-06 10:29:55 +02:00
ha-core/homeassistant/components/openuv/translations/en.json
2020-10-08 00:06:03 +00:00

22 lines
606 B
JSON

{
"config": {
"abort": {
"already_configured": "Location is already configured"
},
"error": {
"identifier_exists": "Coordinates already registered",
"invalid_api_key": "Invalid API key"
},
"step": {
"user": {
"data": {
"api_key": "API Key",
"elevation": "Elevation",
"latitude": "Latitude",
"longitude": "Longitude"
},
"title": "Fill in your information"
}
}
}
}