Files
ha-core/homeassistant/components/met/strings.json
Aaron Bach a89c8eeabe Add config entry for Met.no (#24608)
* Add config entry for Met.no

* Fixed tests
2019-06-18 17:44:41 -06:00

21 lines
506 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": "Name already exists"
}
}
}