Add the HA release which introduced the platform/component
This commit is contained in:
parent
f58190bc05
commit
01e3179e1d
1 changed files with 6 additions and 0 deletions
|
@ -27,6 +27,12 @@
|
|||
</div>
|
||||
{% endif %}
|
||||
|
||||
{% if page.ha_release %}
|
||||
<div class='section'>
|
||||
Introduced in release: {{ page.ha_release }}
|
||||
</div>
|
||||
{% endif %}
|
||||
|
||||
{% if is_platform and parent_name != 'sensor' and parent_name != 'binary_sensor' %}
|
||||
<div class='section'>
|
||||
This is a platform for
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue