* initial version of gdacs integration * updated translations * generated files * added abbreviation * bumped library version * small feed entry attribute fixes * add unit tests * need to use original mdi name * bumped library version * improved entity name for earthquakes * round vulnerability number * typo * support for categories * testing support for categories * tie longitude and latitude together * validating categories * simplifying setup * passing domain as parameter * simplified test setup * moved test code * simplified test code * removed superfluous code * changed approach to unique identifier * changed code structure * simplified unit system handling * made schema a constant * comment added * simplifying code * added message if location already configured * removed unnecessary code * simplified test code * avoid mocking __init__ * pylint * simplified code * fetch categories from integration library * setting PARALLEL_UPDATES * setting PARALLEL_UPDATES to zero/unlimited * added quality scale
17 lines
326 B
JSON
17 lines
326 B
JSON
{
|
|
"config": {
|
|
"title": "Global Disaster Alert and Coordination System (GDACS)",
|
|
"step": {
|
|
"user": {
|
|
"title": "Fill in your filter details.",
|
|
"data": {
|
|
"radius": "Radius"
|
|
}
|
|
}
|
|
},
|
|
"abort": {
|
|
"already_configured": "Location is already configured."
|
|
}
|
|
}
|
|
}
|