diff --git a/src/integrations/weatheralerts.ts b/src/integrations/weatheralerts.ts index 0a65b7d..6fef791 100644 --- a/src/integrations/weatheralerts.ts +++ b/src/integrations/weatheralerts.ts @@ -114,8 +114,7 @@ export default class Weatheralerts implements MeteoalarmIntegration { } result.push({ - // Return event name 'Coastal Flood Watch' or fallback to longer title - headline: fullAlertName && title, + headline: fullAlertName, level: alertLevel, event: alertType! });