diff --git a/sass/custom/_paulus.scss b/sass/custom/_paulus.scss index 16024b33bfe..2a9e1fb4ebc 100644 --- a/sass/custom/_paulus.scss +++ b/sass/custom/_paulus.scss @@ -394,15 +394,15 @@ p.note { .aside-module { .section { - margin-bottom: 16px; + margin-bottom: 10px; } .brand-logo-container { text-align: center; - height: 97px; + height: 87px; img { - max-height: 97px; + max-height: 67px; } } } diff --git a/source/_includes/asides/component_navigation.html b/source/_includes/asides/component_navigation.html index ac543147b60..56ba92ee777 100644 --- a/source/_includes/asides/component_navigation.html +++ b/source/_includes/asides/component_navigation.html @@ -1,4 +1,5 @@ {% assign components = site.components | sort: 'title' %} +{% assign github_main_repo = 'https://github.com/home-assistant/home-assistant/blob/master/homeassistant' %}
{% include edit_github.html %} @@ -23,13 +24,20 @@ {% if page.ha_iot_class %}
- IoT class: {{ page.ha_iot_class }} + IoT class: {{ page.ha_iot_class }}
{% endif %} {% if page.ha_release %}
- Introduced in release: {{ page.ha_release }} + Introduced in release: {{ page.ha_release }} +
+ {% endif %} + + {% if is_platform %} +
+ Source: + {{parent_name}}/{{imp_name}}.py
{% endif %}