diff --git a/panels/config/automation/ha-automation-editor.html b/panels/config/automation/ha-automation-editor.html index d51e87c2c3..9397b691ee 100644 --- a/panels/config/automation/ha-automation-editor.html +++ b/panels/config/automation/ha-automation-editor.html @@ -1,4 +1,4 @@ - + @@ -16,6 +16,8 @@ + + @@ -108,80 +110,84 @@ diff --git a/panels/config/automation/ha-automation-picker.html b/panels/config/automation/ha-automation-picker.html index af6969ce09..6d62419e01 100644 --- a/panels/config/automation/ha-automation-picker.html +++ b/panels/config/automation/ha-automation-picker.html @@ -1,4 +1,4 @@ - + @@ -8,6 +8,8 @@ + + @@ -92,54 +94,58 @@ diff --git a/panels/config/automation/ha-config-automation.html b/panels/config/automation/ha-config-automation.html index e6ba7cc5e4..f4769e9eb2 100644 --- a/panels/config/automation/ha-config-automation.html +++ b/panels/config/automation/ha-config-automation.html @@ -1,4 +1,4 @@ - + @@ -45,37 +45,39 @@ diff --git a/panels/config/core/ha-config-section-hassbian.html b/panels/config/core/ha-config-section-hassbian.html index aba811adde..70ec75e922 100644 --- a/panels/config/core/ha-config-section-hassbian.html +++ b/panels/config/core/ha-config-section-hassbian.html @@ -101,12 +101,13 @@ class HaConfigSectionHassbian extends Polymer.Element { } if (isInstalling) { - this.async(this.updateStatus, 5000); + setTimeout(() => this.updateStatus(), 5000); } }.bind(this)); } - attached() { + connectedCallback() { + super.connectedCallback(); this.updateStatus = this.updateStatus.bind(this); this.updateStatus(); } diff --git a/panels/config/dashboard/ha-config-navigation.html b/panels/config/dashboard/ha-config-navigation.html index 631aadcb70..6b4f38adb0 100644 --- a/panels/config/dashboard/ha-config-navigation.html +++ b/panels/config/dashboard/ha-config-navigation.html @@ -1,9 +1,11 @@ - + + + - - + diff --git a/src/components/ha-color-picker.html b/src/components/ha-color-picker.html index dc41f34b45..e8ebdccd95 100644 --- a/src/components/ha-color-picker.html +++ b/src/components/ha-color-picker.html @@ -1,4 +1,6 @@ - + + +