diff --git a/homeassistant/components/frontend/version.py b/homeassistant/components/frontend/version.py index 011929dfff9..0394bc0b674 100644 --- a/homeassistant/components/frontend/version.py +++ b/homeassistant/components/frontend/version.py @@ -2,13 +2,13 @@ FINGERPRINTS = { "core.js": "adfeb513cf650acf763e284d76a48d6b", - "frontend.html": "b4cbcaea0e190d802b23328f89c2df61", + "frontend.html": "eb9d6679ac0d1b79067949a827aed992", "mdi.html": "7a0f14bbf3822449f9060b9c53bd7376", "micromarkdown-js.html": "93b5ec4016f0bba585521cf4d18dec1a", "panels/ha-panel-dev-event.html": "5c82300b3cf543a92cf4297506e450e7", "panels/ha-panel-dev-info.html": "0469024d94d6270a8680df2be44ba916", "panels/ha-panel-dev-service.html": "9f749635e518a4ca7991975bdefdb10a", - "panels/ha-panel-dev-state.html": "041f5b660f7a1fa748e47fc46c0bdb3c", + "panels/ha-panel-dev-state.html": "7d069ba8fd5379fa8f59858b8c0a7473", "panels/ha-panel-dev-template.html": "97f77b69faef8c5975c09431912831cc", "panels/ha-panel-history.html": "8955c1d093a2c417c89ed90dd627c7d3", "panels/ha-panel-iframe.html": "d920f0aa3c903680f2f8795e2255daab", diff --git a/homeassistant/components/frontend/www_static/frontend.html b/homeassistant/components/frontend/www_static/frontend.html index 8346cf2bfa0..ae60e2c736d 100644 --- a/homeassistant/components/frontend/www_static/frontend.html +++ b/homeassistant/components/frontend/www_static/frontend.html @@ -473,43 +473,43 @@ this.currentTarget=t,this.defaultPrevented=!1,this.eventPhase=Event.AT_TARGET,th /* eslint-disable no-bitwise */ addGetter('supportsPause', function () { - return (this.stateObj.attributes.supported_media_commands & 1) !== 0; + return (this.stateObj.attributes.supported_features & 1) !== 0; }); addGetter('supportsVolumeSet', function () { - return (this.stateObj.attributes.supported_media_commands & 4) !== 0; + return (this.stateObj.attributes.supported_features & 4) !== 0; }); addGetter('supportsVolumeMute', function () { - return (this.stateObj.attributes.supported_media_commands & 8) !== 0; + return (this.stateObj.attributes.supported_features & 8) !== 0; }); addGetter('supportsPreviousTrack', function () { - return (this.stateObj.attributes.supported_media_commands & 16) !== 0; + return (this.stateObj.attributes.supported_features & 16) !== 0; }); addGetter('supportsNextTrack', function () { - return (this.stateObj.attributes.supported_media_commands & 32) !== 0; + return (this.stateObj.attributes.supported_features & 32) !== 0; }); addGetter('supportsTurnOn', function () { - return (this.stateObj.attributes.supported_media_commands & 128) !== 0; + return (this.stateObj.attributes.supported_features & 128) !== 0; }); addGetter('supportsTurnOff', function () { - return (this.stateObj.attributes.supported_media_commands & 256) !== 0; + return (this.stateObj.attributes.supported_features & 256) !== 0; }); addGetter('supportsPlayMedia', function () { - return (this.stateObj.attributes.supported_media_commands & 512) !== 0; + return (this.stateObj.attributes.supported_features & 512) !== 0; }); addGetter('supportsVolumeButtons', function () { - return (this.stateObj.attributes.supported_media_commands & 1024) !== 0; + return (this.stateObj.attributes.supported_features & 1024) !== 0; }); addGetter('supportsPlay', function () { - return (this.stateObj.attributes.supported_media_commands & 16384) !== 0; + return (this.stateObj.attributes.supported_features & 16384) !== 0; }); /* eslint-enable no-bitwise */ @@ -600,4 +600,4 @@ this.currentTarget=t,this.defaultPrevented=!1,this.eventPhase=Event.AT_TARGET,th this.hass.callService('media_player', service, serviceData); }, }); -}());[[computeStateName(stateObj)]][[playerObj.primaryText]][[playerObj.secondaryText]][[formatAttribute(attribute)]][[formatAttributeValue(stateObj, attribute)]][[computeAttribution(stateObj)]]DISMISS[[computeTitle(views, locationName)]][[locationName]][[computeStateName(item)]]Error loading panel :(No state history found.DisarmArm HomeArm AwayLast triggered:TRIGGERTarget TemperatureTarget Humidity[[item]][[item]][[item]]Away ModeAux Heat[[stateObj.attributes.description]] [[stateObj.attributes.link_name]][[stateObj.attributes.errors]][[item.name]][[submitCaption]]PositionTilt position[[item]]OscillateDirection[[caption]][[item]]UnlockLock[[item]]Last Action[[stateObj.attributes.last_action]][[itemCaption(item)]][[itemValue(item)]]Elevation[[stateObj.attributes.elevation]]Update Instructions{{results.final}} [[results.interim]] …An error occurred. Unable to fulfill request.Home AssistantStates[[item.title]]Log OutPush NotificationsDeveloper Tools{{text}}
Last triggered:
[[stateObj.attributes.description]] [[stateObj.attributes.link_name]]
[[stateObj.attributes.errors]]
[[submitCaption]]