Files
core/homeassistant/components/ipma/strings.json
Diogo Gomes abf065ed76 Fix checks for duplicated config entries in IPMA (#98319)
* fix unique_id

* old unique id detection

* update tests

* match entry not unique_id

* address review
2023-08-16 12:56:47 +02:00

32 lines
811 B
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%]"
}
}
},
"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"
}
}
}
}