fix: Add go2rtc.url to editor (#1867)

* Closes #1866
This commit is contained in:
Dermot Duffy
2025-02-01 13:50:27 -08:00
committed by GitHub
parent f123bb91dd
commit a6ecb76efe
8 changed files with 18 additions and 7 deletions
+5 -1
View File
@@ -63,6 +63,7 @@ import {
CONF_CAMERAS_ARRAY_FRIGATE_ZONES,
CONF_CAMERAS_ARRAY_GO2RTC_MODES,
CONF_CAMERAS_ARRAY_GO2RTC_STREAM,
CONF_CAMERAS_ARRAY_GO2RTC_URL,
CONF_CAMERAS_ARRAY_ICON,
CONF_CAMERAS_ARRAY_ID,
CONF_CAMERAS_ARRAY_IMAGE_ENTITY,
@@ -2164,7 +2165,10 @@ export class FrigateCardEditor extends LitElement implements LovelaceCardEditor
)}
${this._renderStringInput(
getArrayConfigPath(CONF_CAMERAS_ARRAY_GO2RTC_STREAM, cameraIndex),
)}`,
)}
${this._renderStringInput(
getArrayConfigPath(CONF_CAMERAS_ARRAY_GO2RTC_URL, cameraIndex),
)} `,
)}
${this._putInSubmenu(
MENU_CAMERAS_IMAGE,