mirror of
https://github.com/home-assistant/core.git
synced 2025-12-25 13:38:04 +00:00
* initial version * works * lint * move * hound * fix formatting * update * add extra features * houmd * docstring * fix tests * lint * update requirements_all.txt * new tests * lint * update CODEOWNERS * MockDependency pyipma * hound * bump pyipma version * add config_flow tests * lint * improve test coverage * fix test * address comments by @MartinHjelmare * remove device_info * hound * stale comment * Add deprecation warning * address comments * lint
20 lines
503 B
JSON
20 lines
503 B
JSON
{
|
|
"config": {
|
|
"title": "Portuguese weather service (IPMA)",
|
|
"step": {
|
|
"user": {
|
|
"title": "Location",
|
|
"description": "Instituto Português do Mar e Atmosfera",
|
|
"data": {
|
|
"name": "Name",
|
|
"latitude": "Latitude",
|
|
"longitude": "Longitude"
|
|
}
|
|
}
|
|
},
|
|
"error": {
|
|
"name_exists": "Name already exists"
|
|
}
|
|
}
|
|
}
|