Add a blank option to version picker

This commit is contained in:
Robbie Trencheny 2019-03-14 00:48:01 -07:00 committed by GitHub
parent 8243768218
commit 7ad3bc3297
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -39,6 +39,7 @@ Support for these components is provided by the Home Assistant community.
<a href='#all' class="btn">All ({{tot}})</a>
<a href='#featured' class="btn featured">Featured</a>
<div class="version_select">Added in: <select name="versions">
<option value="#"></option>
{%- for group in components_by_version -%}
<optgroup label="{{ group.label }} ({{group.new_components_count}})">
{%- for version in group.versions -%}