1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-26 22:18:40 +00:00
Files
core/homeassistant/components/met/strings.json
2019-09-03 23:13:17 -07:00

21 lines
510 B
JSON

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