mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-22 16:56:50 +00:00
Add a blank option to version picker
This commit is contained in:
parent
8243768218
commit
7ad3bc3297
@ -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 -%}
|
||||
|
Loading…
x
Reference in New Issue
Block a user