Update Works with Checks

This commit is contained in:
Zack Barett 2022-07-25 23:25:59 +00:00
parent 0077c83263
commit d93a23c74d
2 changed files with 3 additions and 3 deletions

View File

@ -37,8 +37,8 @@
{%- endif -%}. {%- endif -%}.
</div> </div>
{% if page.works_with %} {% if page.ha_works_with and page.ha_codeowners and page.ha_quality_scale and page.ha_quality_scale contains 'platinum' or page.ha_quality_scale contains 'gold' %}
{%- for type in page.works_with -%} {%- for type in page.ha_works_with -%}
<div class="section"> <div class="section">
<a href="/blog/2022/07/12/partner-program"> <a href="/blog/2022/07/12/partner-program">
<img src="../../images/works_with/works-with-{{ type }}.png" alt="Works via {{ type }} with Home assistant"> <img src="../../images/works_with/works-with-{{ type }}.png" alt="Works via {{ type }} with Home assistant">

View File

@ -29,7 +29,7 @@ ha_platforms:
- switch - switch
ha_integration_type: integration ha_integration_type: integration
ha_dhcp: true ha_dhcp: true
works_with: ha_works_with:
- local - local
--- ---