core/homeassistant/components/met/strings.json

21 lines
510 B
JSON
Raw Normal View History

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