mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-17 14:26:51 +00:00
Add Works with Badge to sidebar + set ESPHome as works with Local (#23486)
This commit is contained in:
parent
5889ae25be
commit
587b83915d
@ -37,6 +37,16 @@
|
|||||||
{%- endif -%}.
|
{%- endif -%}.
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
{% if page.works_with %}
|
||||||
|
{%- for type in page.works_with -%}
|
||||||
|
<div class="section">
|
||||||
|
<a href="/blog/2022/07/12/partner-program">
|
||||||
|
<img src="../../images/works_with/works-with-{{ type }}.png" alt="Works via {{ type }} with Home assistant">
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
{%- endfor -%}
|
||||||
|
{%- endif -%}
|
||||||
|
|
||||||
{% if page.ha_domain %}
|
{% if page.ha_domain %}
|
||||||
<div class='section'>
|
<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/tree/dev/homeassistant/components/{{ page.ha_domain }}" target="_blank"><i class="icon-github"></i> View source on GitHub</a><br />
|
||||||
|
@ -29,6 +29,8 @@ ha_platforms:
|
|||||||
- switch
|
- switch
|
||||||
ha_integration_type: integration
|
ha_integration_type: integration
|
||||||
ha_dhcp: true
|
ha_dhcp: true
|
||||||
|
works_with:
|
||||||
|
- local
|
||||||
---
|
---
|
||||||
|
|
||||||
This integration allows [ESPHome](https://esphome.io) devices to connect directly to Home Assistant with the [native ESPHome API](https://esphome.io/components/api.html).
|
This integration allows [ESPHome](https://esphome.io) devices to connect directly to Home Assistant with the [native ESPHome API](https://esphome.io/components/api.html).
|
||||||
|
BIN
source/images/works_with/works-with-bluetooth.png
Normal file
BIN
source/images/works_with/works-with-bluetooth.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 26 KiB |
BIN
source/images/works_with/works-with-cloud.png
Normal file
BIN
source/images/works_with/works-with-cloud.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 26 KiB |
BIN
source/images/works_with/works-with-local.png
Normal file
BIN
source/images/works_with/works-with-local.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 25 KiB |
BIN
source/images/works_with/works-with-matter.png
Normal file
BIN
source/images/works_with/works-with-matter.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 26 KiB |
BIN
source/images/works_with/works-with-zigbee.png
Normal file
BIN
source/images/works_with/works-with-zigbee.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 26 KiB |
BIN
source/images/works_with/works-with-zwave.png
Normal file
BIN
source/images/works_with/works-with-zwave.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 26 KiB |
Loading…
x
Reference in New Issue
Block a user