Add link to known issues on integration page (#21488)

Co-authored-by: Joakim Sørensen <joasoe@gmail.com>
This commit is contained in:
Franck Nijhof 2022-02-04 21:37:48 +01:00 committed by GitHub
parent 02f08be685
commit 35e0eef6ba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -35,12 +35,16 @@
{% endif %} {% endif %}
scores {{page.ha_quality_scale}} on our <a href='/docs/quality_scale/'>quality scale</a> scores {{page.ha_quality_scale}} on our <a href='/docs/quality_scale/'>quality scale</a>
{%- endif -%}. {%- endif -%}.
{% if page.ha_domain %}
You can find the source for this integration on <a href='https://github.com/home-assistant/core/tree/dev/homeassistant/components/{{ page.ha_domain }}'>GitHub</a>.
{%- endif -%}
</div> </div>
{% if page.ha_domain %}
<div class='section'>
<a href="https://github.com/home-assistant/core/tree/dev/homeassistant/components/{{ page.ha_domain }}" target="_blank"><i class="icon-github"></i> View source on GitHub</a><br />
<a href="https://github.com/home-assistant/core/issues?q=is%3Aissue+is%3Aopen+label%3A%22integration%3A+{{ page.ha_domain }}%22" target="_blank"><i class="icon-bug"></i> View known issues</a>
</div>
{%- endif -%}
{%- if page.ha_category.first -%} {%- if page.ha_category.first -%}
<div class='section'> <div class='section'>
<h1 class="title delta">Categories</h1> <h1 class="title delta">Categories</h1>