feat: add problem detection framework for common problems (#2412)
Introduces a ProblemManager that detects and surfaces actionable issues (stale config, legacy frigate-hass-card resources, slow/failed streams) via status bar indicators and notification popups with fix actions.
This commit is contained in:
@@ -441,7 +441,15 @@ describe('config defaults', () => {
|
||||
enabled: true,
|
||||
priority: 50,
|
||||
},
|
||||
upgrade: {
|
||||
problem_config_upgrade: {
|
||||
enabled: true,
|
||||
priority: 50,
|
||||
},
|
||||
problem_legacy_resource: {
|
||||
enabled: true,
|
||||
priority: 50,
|
||||
},
|
||||
problem_stream_not_loading: {
|
||||
enabled: true,
|
||||
priority: 50,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user