MeteoalarmCard
MeteoalarmCard copied to clipboard
DPC integration for weather alerts in Italy
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",
]