fix: Add additional troubleshooting pointers for stream load errors (#1844)

[skip ci]
This commit is contained in:
Dermot Duffy
2025-01-20 18:56:59 -08:00
committed by GitHub
parent faa5ec3eec
commit 596a724714
8 changed files with 130 additions and 29 deletions
+2
View File
@@ -1,5 +1,7 @@
export const REPO_URL = 'https://github.com/dermotduffy/frigate-hass-card' as const;
export const TROUBLESHOOTING_URL = `https://card.camera/#/troubleshooting` as const;
export const STREAM_TROUBLESHOOTING_URL =
`${TROUBLESHOOTING_URL}?id=stream-does-not-load` as const;
export const CONF_AUTOMATIONS = 'automations' as const;