diff --git a/source/_includes/asides/component_navigation.html b/source/_includes/asides/component_navigation.html index 8994813de03..6109c94a186 100644 --- a/source/_includes/asides/component_navigation.html +++ b/source/_includes/asides/component_navigation.html @@ -3,11 +3,7 @@ {% assign percentage = 100.0 | times: active_installations | divided_by: site.data.analytics_data.reports_integrations | round: 1 %}
- {%- if page.logo -%} - - {%- else -%} - {%- endif -%} {%- if page.ha_config_flow and domain -%} {% my config_flow_start badge domain=domain %} diff --git a/source/_integrations/gogogate2.markdown b/source/_integrations/gogogate2.markdown index 6a78f841efe..deb5778a315 100644 --- a/source/_integrations/gogogate2.markdown +++ b/source/_integrations/gogogate2.markdown @@ -1,7 +1,6 @@ --- title: Gogogate2 and ismartgate description: Instructions on how to integrate Gogogate2 and iSmartGate enabled garage door covers into Home Assistant. -logo: gogogate2.png ha_category: - Cover ha_release: 0.67 diff --git a/source/_integrations/lifx_cloud.markdown b/source/_integrations/lifx_cloud.markdown index e7837e27444..6c137206b75 100644 --- a/source/_integrations/lifx_cloud.markdown +++ b/source/_integrations/lifx_cloud.markdown @@ -1,7 +1,6 @@ --- title: LIFX Cloud description: Instructions on using native LIFX scenes with Home Assistant. -logo: lifx.png ha_category: - Scene ha_iot_class: Cloud Push diff --git a/source/_integrations/nzbget.markdown b/source/_integrations/nzbget.markdown index f892ad62a8e..d2625a08014 100644 --- a/source/_integrations/nzbget.markdown +++ b/source/_integrations/nzbget.markdown @@ -3,7 +3,6 @@ title: NZBGet description: Instructions on how to integrate NZBGet within Home Assistant. ha_category: - Downloading -logo: nzbget.png ha_iot_class: Local Polling ha_release: 0.17 ha_config_flow: true @@ -76,6 +75,6 @@ Available services: ### Service `nzbget/set_speed` -| Service data attribute | Optional | Description | -|------------------------|----------|-------------------------------------------------------------------------------------------------| -| `speed` | yes | Sets the download speed limit, specified in Kb/s. 0 disables the speed limit. Defaults to 1000. | +| Service data attribute | Optional | Description | +| ---------------------- | -------- | ----------------------------------------------------------------------------------------------- | +| `speed` | yes | Sets the download speed limit, specified in Kb/s. 0 disables the speed limit. Defaults to 1000. | diff --git a/source/integrations/index.html b/source/integrations/index.html index 431a8d40952..f4269102722 100644 --- a/source/integrations/index.html +++ b/source/integrations/index.html @@ -160,11 +160,7 @@ allComponents.pop(); // remove placeholder element at the end var data = { components: [], image: function () { - if (this.logo === '') { - return ``; - } else { - return ''; - } + return ``; } };