1
0
mirror of https://github.com/home-assistant/core.git synced 2026-02-27 05:14:39 +00:00
Files
core/homeassistant/components/ipma/strings.json
2020-04-16 12:52:53 -07:00

18 lines
369 B
JSON

{
"config": {
"step": {
"user": {
"title": "Location",
"description": "Instituto Portugu\u00eas do Mar e Atmosfera",
"data": {
"name": "Name",
"latitude": "Latitude",
"longitude": "Longitude",
"mode": "Mode"
}
}
},
"error": { "name_exists": "Name already exists" }
}
}