mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 09:17:06 +00:00
parent
7a654a52e6
commit
b066485c4f
BIN
source/images/frontpage/assist_wake_word.png
Normal file
BIN
source/images/frontpage/assist_wake_word.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 99 KiB |
@ -6,6 +6,7 @@ is_homepage: true
|
|||||||
regenerate: true
|
regenerate: true
|
||||||
feedback: false
|
feedback: false
|
||||||
---
|
---
|
||||||
|
|
||||||
{% assign recent_release_post = site.categories['Core'].first %}
|
{% assign recent_release_post = site.categories['Core'].first %}
|
||||||
|
|
||||||
<div class="frontpage">
|
<div class="frontpage">
|
||||||
@ -22,7 +23,9 @@ feedback: false
|
|||||||
>
|
>
|
||||||
|
|
||||||
<div class="links">
|
<div class="links">
|
||||||
<a href="{{ recent_release_post.url }}{{ site.patch_version_notes }}">Release notes</a>
|
<a href="{{ recent_release_post.url }}{{ site.patch_version_notes }}"
|
||||||
|
>Release notes</a
|
||||||
|
>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@ -30,7 +33,7 @@ feedback: false
|
|||||||
<h1>Recent Blog Posts</h1>
|
<h1>Recent Blog Posts</h1>
|
||||||
|
|
||||||
{% for post in site.posts limit: 4 %}
|
{% for post in site.posts limit: 4 %}
|
||||||
<li class="post" style="display: grid; font-size: 16px;">
|
<li class="post" style="display: grid; font-size: 16px">
|
||||||
<a href="{{ post.url }}">{{ post.title }}</a>
|
<a href="{{ post.url }}">{{ post.title }}</a>
|
||||||
<small class="blog-date">{{ post.date_formatted }}</small>
|
<small class="blog-date">{{ post.date_formatted }}</small>
|
||||||
</li>
|
</li>
|
||||||
@ -61,7 +64,11 @@ feedback: false
|
|||||||
Use Alexa to control Home Assistant.
|
Use Alexa to control Home Assistant.
|
||||||
|
|
||||||
<div class="links">
|
<div class="links">
|
||||||
<a href="/cloud/" aria-label="Learn more about use Alexa to control Home Assistant">LEARN MORE</a>
|
<a
|
||||||
|
href="/cloud/"
|
||||||
|
aria-label="Learn more about use Alexa to control Home Assistant"
|
||||||
|
>LEARN MORE</a
|
||||||
|
>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="material-card text">
|
<div class="material-card text">
|
||||||
@ -69,7 +76,11 @@ feedback: false
|
|||||||
Use Google Assistant to control Home Assistant.
|
Use Google Assistant to control Home Assistant.
|
||||||
|
|
||||||
<div class="links">
|
<div class="links">
|
||||||
<a href="/cloud/" aria-label="Learn more about use Google Assistant to control Home Assistant">LEARN MORE</a>
|
<a
|
||||||
|
href="/cloud/"
|
||||||
|
aria-label="Learn more about use Google Assistant to control Home Assistant"
|
||||||
|
>LEARN MORE</a
|
||||||
|
>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@ -85,11 +96,40 @@ feedback: false
|
|||||||
Home Assistant Cast makes every TV a display.
|
Home Assistant Cast makes every TV a display.
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<svg viewBox="0 0 24 24"><path d="M8.59,16.58L13.17,12L8.59,7.41L10,6L16,12L10,18L8.59,16.58Z" /></svg>
|
<svg viewBox="0 0 24 24">
|
||||||
|
<path
|
||||||
|
d="M8.59,16.58L13.17,12L8.59,7.41L10,6L16,12L10,18L8.59,16.58Z"
|
||||||
|
/>
|
||||||
|
</svg>
|
||||||
</div>
|
</div>
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
<div class="grid__item two-thirds lap-two-thirds palm-one-whole">
|
<div class="grid__item two-thirds lap-two-thirds palm-one-whole">
|
||||||
|
<a
|
||||||
|
class="material-card picture-promo"
|
||||||
|
href="/blog/2023/10/12/year-of-the-voice-chapter-4-wakewords/"
|
||||||
|
style="
|
||||||
|
background-image: url(/images/frontpage/assist_wake_word.png);
|
||||||
|
background-size: cover;
|
||||||
|
padding-top: 35%;
|
||||||
|
"
|
||||||
|
>
|
||||||
|
<div class="caption">
|
||||||
|
<div class="title">
|
||||||
|
Control your home with Assist
|
||||||
|
<div class="subtitle">
|
||||||
|
Our private, insanely fast, voice assistant running on affordable
|
||||||
|
hardware. Now supporting wake words.
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<svg viewBox="0 0 24 24">
|
||||||
|
<path
|
||||||
|
d="M8.59,16.58L13.17,12L8.59,7.41L10,6L16,12L10,18L8.59,16.58Z"
|
||||||
|
/>
|
||||||
|
</svg>
|
||||||
|
</div>
|
||||||
|
</a>
|
||||||
|
|
||||||
<!-- 10 YEAR HA -->
|
<!-- 10 YEAR HA -->
|
||||||
<a
|
<a
|
||||||
href="https://www.youtube.com/watch?v=EmLV6lJLzSU"
|
href="https://www.youtube.com/watch?v=EmLV6lJLzSU"
|
||||||
@ -100,9 +140,9 @@ feedback: false
|
|||||||
padding-top: 55%;
|
padding-top: 55%;
|
||||||
"
|
"
|
||||||
></a>
|
></a>
|
||||||
{% assign pages_by_date = site.pages | sort: "date" | reverse %}
|
{% assign pages_by_date = site.pages | sort: "date" | reverse %} {% for
|
||||||
{% for page in pages_by_date %}
|
page in pages_by_date %} {% if page.layout == "landingpage" and
|
||||||
{% if page.layout == "landingpage" and page.frontpage != false %}
|
page.frontpage != false %}
|
||||||
<a
|
<a
|
||||||
class="material-card picture-promo"
|
class="material-card picture-promo"
|
||||||
href="{{page.url}}"
|
href="{{page.url}}"
|
||||||
@ -115,15 +155,16 @@ feedback: false
|
|||||||
<div class="caption">
|
<div class="caption">
|
||||||
<div class="title">
|
<div class="title">
|
||||||
{{page.title}}
|
{{page.title}}
|
||||||
<div class="subtitle">
|
<div class="subtitle">{{page.description}}</div>
|
||||||
{{page.description}}
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
<svg viewBox="0 0 24 24">
|
||||||
<svg viewBox="0 0 24 24"><path d="M8.59,16.58L13.17,12L8.59,7.41L10,6L16,12L10,18L8.59,16.58Z" /></svg>
|
<path
|
||||||
|
d="M8.59,16.58L13.17,12L8.59,7.41L10,6L16,12L10,18L8.59,16.58Z"
|
||||||
|
/>
|
||||||
|
</svg>
|
||||||
</div>
|
</div>
|
||||||
</a>
|
</a>
|
||||||
{% endif %}
|
{% endif %} {% endfor %}
|
||||||
{% endfor %}
|
|
||||||
<!-- Tutorial: setup private voice assistant over phone -->
|
<!-- Tutorial: setup private voice assistant over phone -->
|
||||||
<a
|
<a
|
||||||
href="/voice_control/worlds-most-private-voice-assistant/"
|
href="/voice_control/worlds-most-private-voice-assistant/"
|
||||||
@ -149,7 +190,11 @@ feedback: false
|
|||||||
Use NFC to bring music to your life or automate the mundane.
|
Use NFC to bring music to your life or automate the mundane.
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<svg viewBox="0 0 24 24"><path d="M8.59,16.58L13.17,12L8.59,7.41L10,6L16,12L10,18L8.59,16.58Z" /></svg>
|
<svg viewBox="0 0 24 24">
|
||||||
|
<path
|
||||||
|
d="M8.59,16.58L13.17,12L8.59,7.41L10,6L16,12L10,18L8.59,16.58Z"
|
||||||
|
/>
|
||||||
|
</svg>
|
||||||
</div>
|
</div>
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
@ -165,7 +210,11 @@ feedback: false
|
|||||||
Look sharp in blue, black or gray. Wearing a HA t-shirt is okay.
|
Look sharp in blue, black or gray. Wearing a HA t-shirt is okay.
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<svg viewBox="0 0 24 24"><path d="M8.59,16.58L13.17,12L8.59,7.41L10,6L16,12L10,18L8.59,16.58Z" /></svg>
|
<svg viewBox="0 0 24 24">
|
||||||
|
<path
|
||||||
|
d="M8.59,16.58L13.17,12L8.59,7.41L10,6L16,12L10,18L8.59,16.58Z"
|
||||||
|
/>
|
||||||
|
</svg>
|
||||||
</div>
|
</div>
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
@ -186,52 +235,62 @@ feedback: false
|
|||||||
<div class="material-card">
|
<div class="material-card">
|
||||||
<h1>Home Assistant in the press</h1>
|
<h1>Home Assistant in the press</h1>
|
||||||
|
|
||||||
<a href="https://www.theverge.com/2021/9/16/22678088/home-assistant-amber-smart-home-hub-specs-release-date-price"
|
<a
|
||||||
target="_blank" rel="noopener"
|
href="https://www.theverge.com/2021/9/16/22678088/home-assistant-amber-smart-home-hub-specs-release-date-price"
|
||||||
><img
|
target="_blank"
|
||||||
alt="The Verge logo"
|
rel="noopener"
|
||||||
src="/images/press/theverge.svg"
|
><img alt="The Verge logo" src="/images/press/theverge.svg"
|
||||||
/></a>
|
/></a>
|
||||||
|
|
||||||
<a href="https://arstechnica.com/information-technology/2021/03/how-to-achieve-smart-home-nirvana-or-home-automation-without-subscription/"
|
<a
|
||||||
target="_blank" rel="noopener"
|
href="https://arstechnica.com/information-technology/2021/03/how-to-achieve-smart-home-nirvana-or-home-automation-without-subscription/"
|
||||||
|
target="_blank"
|
||||||
|
rel="noopener"
|
||||||
><img
|
><img
|
||||||
alt="ArsTechnica.com logo"
|
alt="ArsTechnica.com logo"
|
||||||
src="/images/press/arstechnica.svg"
|
src="/images/press/arstechnica.svg"
|
||||||
/></a>
|
/></a>
|
||||||
|
|
||||||
<a href="https://tweakers.net/reviews/8704/paulus-schoutsen-home-assistant-concurreert-met-alles-wat-via-de-cloud-gaat.html"
|
<a
|
||||||
target="_blank" rel="noopener"
|
href="https://tweakers.net/reviews/8704/paulus-schoutsen-home-assistant-concurreert-met-alles-wat-via-de-cloud-gaat.html"
|
||||||
><img
|
target="_blank"
|
||||||
alt="Tweakers.net logo"
|
rel="noopener"
|
||||||
src="/images/press/tweakers.png"
|
><img alt="Tweakers.net logo" src="/images/press/tweakers.png"
|
||||||
/></a>
|
/></a>
|
||||||
|
|
||||||
<a href="https://www.youtube.com/watch?v=x7pSkVarixU"
|
<a
|
||||||
target="_blank" rel="noopener"
|
href="https://www.youtube.com/watch?v=x7pSkVarixU"
|
||||||
|
target="_blank"
|
||||||
|
rel="noopener"
|
||||||
><img
|
><img
|
||||||
alt="Linus Tech Tips logo"
|
alt="Linus Tech Tips logo"
|
||||||
class='square'
|
class="square"
|
||||||
src="/images/press/ltt.svg"
|
src="/images/press/ltt.svg"
|
||||||
/></a>
|
/></a>
|
||||||
|
|
||||||
<a href="https://www.troyhunt.com/iot-unravelled-part-1-its-a-mess-but-then-theres-home-assistant/"
|
<a
|
||||||
target="_blank" rel="noopener"
|
href="https://www.troyhunt.com/iot-unravelled-part-1-its-a-mess-but-then-theres-home-assistant/"
|
||||||
|
target="_blank"
|
||||||
|
rel="noopener"
|
||||||
><img
|
><img
|
||||||
class='square round'
|
class="square round"
|
||||||
alt="Troy Hunt logo"
|
alt="Troy Hunt logo"
|
||||||
src="/images/press/troyhunt.jpg"
|
src="/images/press/troyhunt.jpg"
|
||||||
/></a>
|
/></a>
|
||||||
|
|
||||||
<a href="https://www.tomshardware.com/news/raspberry-pi-home-assistant-amber"
|
<a
|
||||||
target="_blank" rel="noopener"
|
href="https://www.tomshardware.com/news/raspberry-pi-home-assistant-amber"
|
||||||
|
target="_blank"
|
||||||
|
rel="noopener"
|
||||||
><img
|
><img
|
||||||
alt="Tom's Hardware logo"
|
alt="Tom's Hardware logo"
|
||||||
src="/images/press/tomshardware.svg"
|
src="/images/press/tomshardware.svg"
|
||||||
/></a>
|
/></a>
|
||||||
|
|
||||||
<a href="https://www.producthunt.com/posts/home-assistant"
|
<a
|
||||||
target="_blank" rel="noopener"
|
href="https://www.producthunt.com/posts/home-assistant"
|
||||||
|
target="_blank"
|
||||||
|
rel="noopener"
|
||||||
><img
|
><img
|
||||||
alt="ProductHunt.com logo"
|
alt="ProductHunt.com logo"
|
||||||
src="/images/press/producthunt.com.png"
|
src="/images/press/producthunt.com.png"
|
||||||
@ -239,25 +298,33 @@ feedback: false
|
|||||||
|
|
||||||
<a
|
<a
|
||||||
href="https://www.linux.com/news/home-assistant-python-approach-home-automation-video"
|
href="https://www.linux.com/news/home-assistant-python-approach-home-automation-video"
|
||||||
target="_blank" rel="noopener"
|
target="_blank"
|
||||||
|
rel="noopener"
|
||||||
><img alt="Linux.com logo" src="/images/press/linux.com.png"
|
><img alt="Linux.com logo" src="/images/press/linux.com.png"
|
||||||
/></a>
|
/></a>
|
||||||
|
|
||||||
<a href="https://opensource.com/article/17/7/home-automation-primer"
|
<a
|
||||||
target="_blank" rel="noopener"
|
href="https://opensource.com/article/17/7/home-automation-primer"
|
||||||
|
target="_blank"
|
||||||
|
rel="noopener"
|
||||||
><img
|
><img
|
||||||
alt="OpenSource.com logo"
|
alt="OpenSource.com logo"
|
||||||
src="/images/press/opensource.com.svg"
|
src="/images/press/opensource.com.svg"
|
||||||
/></a>
|
/></a>
|
||||||
|
|
||||||
<a href="http://www.linux-magazine.com/Issues/2017/203/Home-Assistant"
|
<a
|
||||||
target="_blank" rel="noopener"
|
href="http://www.linux-magazine.com/Issues/2017/203/Home-Assistant"
|
||||||
><img alt="Linux Magazine logo" src="/images/press/LinuxMagazine.png"
|
target="_blank"
|
||||||
|
rel="noopener"
|
||||||
|
><img
|
||||||
|
alt="Linux Magazine logo"
|
||||||
|
src="/images/press/LinuxMagazine.png"
|
||||||
/></a>
|
/></a>
|
||||||
|
|
||||||
<a
|
<a
|
||||||
href="https://www.heise.de/ct/ausgabe/2017-26-Hausautomations-Schaltzentrale-Home-Assistant-3909532.html"
|
href="https://www.heise.de/ct/ausgabe/2017-26-Hausautomations-Schaltzentrale-Home-Assistant-3909532.html"
|
||||||
target="_blank" rel="noopener"
|
target="_blank"
|
||||||
|
rel="noopener"
|
||||||
><img alt="Ct logo" src="/images/press/ct.png"
|
><img alt="Ct logo" src="/images/press/ct.png"
|
||||||
/></a>
|
/></a>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user