mirror of
https://github.com/home-assistant/core.git
synced 2026-07-02 20:26:16 +01:00
a89c8eeabe
* Add config entry for Met.no * Fixed tests
21 lines
506 B
JSON
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"
|
|
}
|
|
}
|
|
}
|