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:
+2
-2
@@ -2281,8 +2281,8 @@ export class AdvancedCameraCardEditor extends LitElement implements LovelaceCard
|
||||
${renderMessage({
|
||||
message: localize('config.folders.ha.path_info'),
|
||||
icon: 'mdi:information-outline',
|
||||
url: {
|
||||
link: FOLDERS_CONFIGURATION_URL,
|
||||
link: {
|
||||
url: FOLDERS_CONFIGURATION_URL,
|
||||
title: localize('error.configuration'),
|
||||
},
|
||||
})}
|
||||
|
||||
Reference in New Issue
Block a user