Add blog post and initial classifications

This commit is contained in:
Paulus Schoutsen 2016-02-11 23:32:38 -08:00
parent 46bd0a3687
commit 0f4ec27311
7 changed files with 178 additions and 5 deletions

View file

@ -21,7 +21,13 @@
{% assign imp_name = file_parts | first %}
{% endif %}
{% if is_platform and parent_name != 'sensor' %}
{% if page.ha_iot_class %}
<div class='section'>
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 }}
</div>
{% endif %}
{% if is_platform and parent_name != 'sensor' and parent_name != 'binary_sensor' %}
<div class='section'>
This is a platform for
<a href='{{parent_component.url}}'>the {{parent_component.title}} component</a>.