diff --git a/panels/config/ha-panel-config.html b/panels/config/ha-panel-config.html index 24b8509fc0..cbdb1ce2b7 100644 --- a/panels/config/ha-panel-config.html +++ b/panels/config/ha-panel-config.html @@ -21,11 +21,13 @@ - + @@ -48,5 +50,9 @@ Polymer({ value: false, }, }, + + computeIsHassbianLoaded(hass) { + return window.hassUtil.isComponentLoaded(hass, 'config.hassbian'); + }, });