mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-18 14:56:53 +00:00
🔨 Integrations are the new components (#9651)
Signed-off-by: Franck Nijhof <frenck@addons.community>
This commit is contained in:
parent
2b7e68d31b
commit
4a9e3258f5
@ -43,7 +43,7 @@
|
|||||||
|
|
||||||
{%- if page.ha_config_flow -%}
|
{%- if page.ha_config_flow -%}
|
||||||
<div class='section'>
|
<div class='section'>
|
||||||
This component is configurable via UI
|
This integration is configurable via UI
|
||||||
</div>
|
</div>
|
||||||
{%- endif -%}
|
{%- endif -%}
|
||||||
|
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
</li>
|
</li>
|
||||||
{% endcomment %}
|
{% endcomment %}
|
||||||
<li><a href="/getting-started/">Getting started</a></li>
|
<li><a href="/getting-started/">Getting started</a></li>
|
||||||
<li><a href="/components/">Components</a></li>
|
<li><a href="/components/">Integrations</a></li>
|
||||||
<li><a href="/docs/">Docs</a></li>
|
<li><a href="/docs/">Docs</a></li>
|
||||||
<li><a href="/cookbook/">Examples</a></li>
|
<li><a href="/cookbook/">Examples</a></li>
|
||||||
<li><a href="/blog/">Blog</a></li>
|
<li><a href="/blog/">Blog</a></li>
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
layout: page
|
layout: page
|
||||||
title: "Components"
|
title: "Integrations"
|
||||||
description: "List of the built-in components of Home Assistant."
|
description: "List of the built-in components of Home Assistant."
|
||||||
date: 2014-12-21 13:35
|
date: 2014-12-21 13:35
|
||||||
sidebar: false
|
sidebar: false
|
||||||
@ -30,7 +30,7 @@ regenerate: false
|
|||||||
{%- assign categories = components | map: 'ha_category' | join: ',' | join: ',' | split: ',' | uniq | sort -%}
|
{%- assign categories = components | map: 'ha_category' | join: ',' | join: ',' | split: ',' | uniq | sort -%}
|
||||||
|
|
||||||
<p class='note'>
|
<p class='note'>
|
||||||
Support for these components is provided by the Home Assistant community.
|
Support for these integrations is provided by the Home Assistant community.
|
||||||
</p>
|
</p>
|
||||||
<div class="grid">
|
<div class="grid">
|
||||||
<div class="grid__item one-sixth lap-one-whole palm-one-whole">
|
<div class="grid__item one-sixth lap-one-whole palm-one-whole">
|
||||||
@ -61,7 +61,7 @@ Support for these components is provided by the Home Assistant community.
|
|||||||
<div class="grid__item five-sixths lap-one-whole palm-one-whole">
|
<div class="grid__item five-sixths lap-one-whole palm-one-whole">
|
||||||
<div class="component-search">
|
<div class="component-search">
|
||||||
<form onsubmit="event.preventDefault(); return false">
|
<form onsubmit="event.preventDefault(); return false">
|
||||||
<input type="text" name="search" id="search" class="search" placeholder="Search components..." autofocus />
|
<input type="text" name="search" id="search" class="search" placeholder="Search integrations..." autofocus />
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
<div class="hass-option-cards" id="componentContainer"> </div>
|
<div class="hass-option-cards" id="componentContainer"> </div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user