diff --git a/panels/config/core/ha-config-section-core.html b/panels/config/core/ha-config-section-core.html index 24ad867717..9284941f77 100644 --- a/panels/config/core/ha-config-section-core.html +++ b/panels/config/core/ha-config-section-core.html @@ -104,7 +104,13 @@ domain='automation' service='reload' hidden$='[[!automationLoaded(hass)]]' - >Reload automation + >Reload Automation + Reload Scripts @@ -168,6 +174,10 @@ Polymer({ return window.hassUtil.isComponentLoaded(hass, 'automation'); }, + scriptLoaded: function (hass) { + return window.hassUtil.isComponentLoaded(hass, 'script'); + }, + validateConfig: function () { this.validating = true; this.validateLog = '';