Rename mediaLoaded to media_loaded
This commit is contained in:
+1
-1
@@ -285,7 +285,7 @@ export class FrigateCard extends LitElement {
|
||||
view: this._view?.view,
|
||||
fullscreen: screenfull.isEnabled && screenfull.isFullscreen,
|
||||
camera: this._view?.camera,
|
||||
mediaLoaded: !!this._currentMediaLoadedInfo,
|
||||
media_loaded: !!this._currentMediaLoadedInfo,
|
||||
...(this._conditionManager?.hasHAStateConditions && {
|
||||
state: this._hass?.states,
|
||||
}),
|
||||
|
||||
Reference in New Issue
Block a user