Bump babel and eslint (#9049)

This commit is contained in:
Bram Kragten
2021-04-30 21:15:31 +02:00
committed by GitHub
parent d4118ade0f
commit 5754f4463d
244 changed files with 1814 additions and 2804 deletions

View File

@@ -27,9 +27,7 @@ class StepFlowExternal extends LitElement {
const localize = this.hass.localize;
return html`
<h2>
${this.flowConfig.renderExternalStepHeader(this.hass, this.step)}
</h2>
<h2>${this.flowConfig.renderExternalStepHeader(this.hass, this.step)}</h2>
<div class="content">
${this.flowConfig.renderExternalStepDescription(this.hass, this.step)}
<div class="open-button">