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