core/homeassistant/components/met/strings.json

18 lines
363 B
JSON

{
"config": {
"step": {
"user": {
"title": "Location",
"description": "Meteorologisk institutt",
"data": {
"name": "Name",
"latitude": "Latitude",
"longitude": "Longitude",
"elevation": "Elevation"
}
}
},
"error": { "name_exists": "Location already exists" }
}
}