diff --git a/panels/config/core/ha-config-core.html b/panels/config/core/ha-config-core.html index ddb7b13a8d..a421a4755b 100644 --- a/panels/config/core/ha-config-core.html +++ b/panels/config/core/ha-config-core.html @@ -8,7 +8,6 @@ - @@ -72,13 +71,6 @@ > - @@ -106,10 +98,6 @@ class HaConfigCore extends window.hassMixins.LocalizeMixin(Polymer.Element) { return isWide ? 'content' : 'content narrow'; } - computeIsHassbianLoaded(hass) { - return window.hassUtil.isComponentLoaded(hass, 'config.hassbian'); - } - computeIsZwaveLoaded(hass) { return window.hassUtil.isComponentLoaded(hass, 'config.zwave'); } diff --git a/panels/config/core/ha-config-section-hassbian.html b/panels/config/core/ha-config-section-hassbian.html deleted file mode 100644 index e90c8e750a..0000000000 --- a/panels/config/core/ha-config-section-hassbian.html +++ /dev/null @@ -1,180 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - diff --git a/src/translations/en.json b/src/translations/en.json index f7797ad539..f5a0191c15 100644 --- a/src/translations/en.json +++ b/src/translations/en.json @@ -431,12 +431,6 @@ "header": "Set a theme", "introduction": "Choose 'Backend-selected' to use whatever theme the backend chooses or pick a theme for this device", "theme": "Theme" - }, - "hassbian": { - "header": "Bring Hassbian to the next level", - "introduction": "Discover exciting add-ons to enhance your Home Assistant installation. Add an MQTT server or control a connected TV via HDMI-CEC.", - "learn_more": "Learn more", - "install": "Install" } } },