1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-25 05:26:47 +00:00
Files
core/homeassistant/components/ipma/strings.json
2025-10-28 10:33:10 +01:00

47 lines
1.1 KiB
JSON

{
"config": {
"abort": {
"already_configured": "[%key:common::config_flow::abort::already_configured_location%]"
},
"error": {
"unknown": "[%key:common::config_flow::error::unknown%]"
},
"step": {
"user": {
"data": {
"latitude": "[%key:common::config_flow::data::latitude%]",
"longitude": "[%key:common::config_flow::data::longitude%]",
"mode": "[%key:common::config_flow::data::mode%]",
"name": "[%key:common::config_flow::data::name%]"
},
"description": "Instituto Portugu\u00eas do Mar e Atmosfera",
"title": "[%key:common::config_flow::data::location%]"
}
}
},
"entity": {
"sensor": {
"fire_risk": {
"name": "Fire risk"
},
"uv_index": {
"name": "UV index"
},
"weather_alert": {
"name": "Weather Alert",
"state": {
"green": "Green",
"orange": "Orange",
"red": "Red",
"yellow": "Yellow"
}
}
}
},
"system_health": {
"info": {
"api_endpoint_reachable": "IPMA API endpoint reachable"
}
}
}