Rename mediaLoaded to media_loaded

This commit is contained in:
Dermot Duffy
2022-10-14 20:11:27 -07:00
parent d7909961cf
commit a54b2deb7c
6 changed files with 76 additions and 10 deletions
+1 -1
View File
@@ -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,
}),