mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-31 21:18:03 +00:00
Update Works with Checks
This commit is contained in:
parent
0077c83263
commit
d93a23c74d
@ -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">
|
||||||
|
@ -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
|
||||||
---
|
---
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user