Add frontend version to info (#3354)

This commit is contained in:
Paulus Schoutsen 2019-07-12 11:18:01 -07:00 committed by GitHub
parent 60c2bcc483
commit cc969e547c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,7 +14,8 @@ import "./system-log-card";
import "./error-log-card"; import "./error-log-card";
import "./system-health-card"; import "./system-health-card";
const JS_VERSION = __BUILD__; const JS_TYPE = __BUILD__;
const JS_VERSION = __VERSION__;
const OPT_IN_PANEL = "states"; const OPT_IN_PANEL = "states";
class HaPanelDevInfo extends LitElement { class HaPanelDevInfo extends LitElement {
@ -92,7 +93,7 @@ class HaPanelDevInfo extends LitElement {
>. >.
</p> </p>
<p> <p>
Frontend JavaScript version: ${JS_VERSION} Frontend version: ${JS_VERSION} - ${JS_TYPE}
${customUiList.length > 0 ${customUiList.length > 0
? html` ? html`
<div> <div>