Skip to content

feat: add minutely precipitation notifications from Pirate Weather (#483)#486

Closed
Orinks wants to merge 1 commit intodevfrom
eli/issue-483-minutely-precip
Closed

feat: add minutely precipitation notifications from Pirate Weather (#483)#486
Orinks wants to merge 1 commit intodevfrom
eli/issue-483-minutely-precip

Conversation

@Orinks
Copy link
Owner

@Orinks Orinks commented Mar 18, 2026

Summary

Adds minutely precipitation notifications using Pirate Weather's per-minute forecast data.

Changes

  • New minutely_precipitation.py module: parses minutely block, detects dry↔wet transitions
  • Notifications: 'Rain starting in 12 minutes', 'Precipitation ending in 25 minutes'
  • Settings: minutely_precip_alerts toggle (default on), minutely_precip_threshold_minutes (default 15)
  • Wired into notification event manager with cooldown support
  • Screen reader friendly notification text
  • 570 lines added with comprehensive tests

Closes #483

)

- Parse PW minutely block for per-minute precip intensity/probability
- Detect precipitation transitions (dry→wet, wet→dry)
- Generate notifications: 'Rain starting in X minutes', 'Precipitation ending in X minutes'
- Add settings: minutely_precip_alerts (on/off), minutely_precip_threshold_minutes
- Wire into notification event manager with cooldown support
- Screen reader friendly notification text
- Add comprehensive tests
@Orinks
Copy link
Owner Author

Orinks commented Mar 18, 2026

Merged into PR #479 (consolidated PW branch).

@Orinks Orinks closed this Mar 18, 2026
@Orinks Orinks deleted the eli/issue-483-minutely-precip branch March 19, 2026 01:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant