fix: Always start webrtc-card muted (#1682)
This commit is contained in:
@@ -144,6 +144,10 @@ export class FrigateCardLiveWebRTCCard
|
|||||||
// See: https://github.com/dermotduffy/frigate-hass-card/issues/1614
|
// See: https://github.com/dermotduffy/frigate-hass-card/issues/1614
|
||||||
intersection: 0,
|
intersection: 0,
|
||||||
|
|
||||||
|
// Frigate card always starts muted (unlike webrtc-card).
|
||||||
|
// See: https://github.com/dermotduffy/frigate-hass-card/issues/1654
|
||||||
|
muted: true,
|
||||||
|
|
||||||
...this.cameraConfig.webrtc_card,
|
...this.cameraConfig.webrtc_card,
|
||||||
};
|
};
|
||||||
if (!config.url && !config.entity && this.cameraEndpoints?.webrtcCard) {
|
if (!config.url && !config.entity && this.cameraEndpoints?.webrtcCard) {
|
||||||
|
|||||||
Reference in New Issue
Block a user