mirror of
https://github.com/home-assistant/supervisor.git
synced 2026-05-20 22:59:00 +01:00
83c8c0aab0
The core_security check (HA < 2021.1.5 with custom components) and the ResolutionNotify class that created persistent notifications for it are no longer needed. The minimum supported HA version is well past 2021.1.5, so this check can never trigger. The notify module was the only consumer of persistent notifications and had no other users. Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>