File tree 2 files changed +13
-5
lines changed
2 files changed +13
-5
lines changed Original file line number Diff line number Diff line change @@ -394,15 +394,15 @@ p.note {
394
394
395
395
.aside-module {
396
396
.section {
397
- margin-bottom : 16 px ;
397
+ margin-bottom : 10 px ;
398
398
}
399
399
400
400
.brand-logo-container {
401
401
text-align : center ;
402
- height : 97 px ;
402
+ height : 87 px ;
403
403
404
404
img {
405
- max-height : 97 px ;
405
+ max-height : 67 px ;
406
406
}
407
407
}
408
408
}
Original file line number Diff line number Diff line change 1
1
{% assign components = site.components | sort: 'title' %}
2
+ {% assign github_main_repo = 'https://github.com/home-assistant/home-assistant/blob/master/homeassistant' %}
2
3
< section class ="aside-module grid__item one-whole lap-one-half ">
3
4
{% include edit_github.html %}
4
5
23
24
24
25
{% if page.ha_iot_class %}
25
26
< div class ='section '>
26
- IoT class< sup > < a href ='/blog/2016/02/12/classifying-the-internet-of-things/#classifiers '> < i class ="icon-info-sign "> </ i > </ a > </ sup > : {{ page.ha_iot_class }}
27
+ IoT class< sup > < a href ='/blog/2016/02/12/classifying-the-internet-of-things/#classifiers '> < i class ="icon-info-sign "> </ i > </ a > </ sup > : {{ page.ha_iot_class }}
27
28
</ div >
28
29
{% endif %}
29
30
30
31
{% if page.ha_release %}
31
32
< div class ='section '>
32
- Introduced in release: {{ page.ha_release }}
33
+ Introduced in release: {{ page.ha_release }}
34
+ </ div >
35
+ {% endif %}
36
+
37
+ {% if is_platform %}
38
+ < div class ='section '>
39
+ Source:
40
+ < a href ='{{github_main_repo}}{{parent_url}}{{imp_name}}.py '> {{parent_name}}/{{imp_name}}.py</ a >
33
41
</ div >
34
42
{% endif %}
35
43
You can’t perform that action at this time.
0 commit comments