MeteoalarmCard icon indicating copy to clipboard operation
MeteoalarmCard copied to clipboard

DPC integration for weather alerts in Italy

Open shiner66 opened this issue 11 months ago • 0 comments

Is your feature request related to a problem? Please describe. Saying that the MeteoAlarm integration doesn't work, would be an understating

Describe the solution you'd like Requesting support for DPC integration for weather alerts from Protezione Civile Italiana

Additional context Link to integration: https://github.com/caiosweet/Home-Assistant-custom-components-DPC-Alert List of possible warnings:

WARNING_ALERT = {
    "NESSUNA ALLERTA": 1,
    "ALLERTA GIALLA": 2,
    "ALLERTA ARANCIONE": 3,
    "ALLERTA ROSSA": 4,
}


WARNING_TYPES = [
    "idraulico_oggi",
    "temporali_oggi",
    "idrogeologico_oggi",
    "idraulico_domani",
    "temporali_domani",
    "idrogeologico_domani",
]

shiner66 avatar Mar 11 '24 18:03 shiner66