1
0
mirror of https://github.com/home-assistant/core.git synced 2026-03-05 00:58:47 +00:00
Files
core/homeassistant/components/ipma/strings.json
Abílio Costa e6148d223a Allow hourly forecast in IPMA (#30979)
* update ipma component for pyipma 2.0
* fix wind speed; refactor forecast
* update requirements*.txt
* fix tests; update CODEOWNERS; update pyipma to 2.0.1
* minor changes as suggested in PR
* make lint happy
* fix mocking coroutines
* restore old unique id
* fix station lat/lon; update pyipma version
* add hourly forecast option to IPMA
* add forecast tests
* use for instead of lambda
2020-02-14 12:04:41 -05:00

21 lines
539 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",
"mode": "Mode"
}
}
},
"error": {
"name_exists": "Name already exists"
}
}
}