diff --git a/panels/automation/ha-panel-automation.html b/panels/automation/ha-panel-automation.html index e5a097e6f0..e565ef2b9c 100644 --- a/panels/automation/ha-panel-automation.html +++ b/panels/automation/ha-panel-automation.html @@ -103,7 +103,7 @@ Polymer({ }, computeAutomation: function (automations, automationId, creatingNew) { - if (creatingNew) { + if (creatingNew || !automations) { return null; } for (var i = 0; i < automations.length; i++) { diff --git a/panels/hassio/dashboard/hassio-hass-info.html b/panels/hassio/dashboard/hassio-hass-info.html index c6dcb762c2..af18bf7c22 100644 --- a/panels/hassio/dashboard/hassio-hass-info.html +++ b/panels/hassio/dashboard/hassio-hass-info.html @@ -5,23 +5,24 @@ -