Skip to content

Commit 21dc019

Browse files
committed
Site updated at 2017-07-20 13:05:57 UTC
1 parent 16d34f0 commit 21dc019

File tree

26 files changed

+54
-48
lines changed

26 files changed

+54
-48
lines changed

addons/google_assistant/index.html

Lines changed: 15 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -75,13 +75,13 @@ <h1 class="title indent">
7575
</h1>
7676
</header>
7777
<hr class="divider">
78-
<p><a href="https://assistant.google.com/">Google Assistant</a> is an AI-powered voice assistant that runs on the Raspberry Pi and x86 platforms. It runs on-device and is Private by Design.</p>
78+
<p><a href="https://assistant.google.com/">Google Assistant</a> is an AI-powered voice assistant that runs on the Raspberry Pi and x86 platforms. and interact with [API.ai] with Home-Assistant.</p>
7979
<p>To enable access to the Google Assistant API, do the following:
80-
1) In the Cloud Platform Console, go to the Projects page. Select an existing project or create a new <a href="https://console.cloud.google.com/project">project</a>
81-
2) Enable the Google Assistant <a href="https://console.developers.google.com/apis/api/embeddedassistant.googleapis.com/overview">API</a> on the project you selected
82-
3) Create a <a href="https://console.developers.google.com/apis/credentials/serviceaccountkey">service account</a> and download the json credentials.</p>
83-
<p>Now install and activate the <a href="/addons/samba/">Samba</a> add-on so you can upload your training data. Connect to the “share” Samba share and copy your training data over. Name the file <code class="highlighter-rouge">assistant.zip</code>.</p>
84-
<p>Now it’s time to start Snips for the first time. When the Snips add-on starts, it will output your audio devices:</p><pre><code class="language-plain">**** List of PLAYBACK Hardware Devices ****
80+
1) In the Cloud Platform Console, go to the Projects page. Select an existing project or create a new [project]
81+
2) Enable the Google Assistant [API] on the project you selected
82+
3) Create a [service account][serviceaccount] and download the json credentials.</p>
83+
<p>Now install and activate the [Samba] add-on so you can upload your credential file. Connect to the “share” Samba share and copy your training data over. Name the file <code class="highlighter-rouge">service_account.json</code>.</p>
84+
<p>Now it’s time to start Snips for the first time. When the Google Assistant add-on starts, it will output your audio devices:</p><pre><code class="language-plain">**** List of PLAYBACK Hardware Devices ****
8585
card 0: ALSA [bcm2835 ALSA], device 0: bcm2835 ALSA [bcm2835 ALSA]
8686
Subdevices: 8/8
8787
Subdevice #0: subdevice #0
@@ -108,14 +108,20 @@ <h3>Add-On configuration</h3>
108108
</div>
109109
<p>Configuration variables:</p>
110110
<ul>
111-
<li><strong>mqtt_bridge</strong> (<em>Optional</em>): Snips uses MQTT to communicate and defaults to their own broker. Use this config option to bridge their broker to your own.</li>
112-
<li><strong>mic</strong>: This is the hardware address of your microphone. Look at the Snips</li>
111+
<li><strong>mic</strong>: This is the hardware address of your microphone. Look at the add-on output</li>
112+
<li><strong>speaker</strong>: This is the hardware address of your speakers. Look at the add-on output</li>
113113
</ul>
114114
<h3><a class="title-link" name="home-assistant-configuration" href="#home-assistant-configuration"></a> Home Assistant configuration</h3>
115-
<p>Use the Home Assistant <a href="/components/snips/">Snips.ai component</a> to integrate the add-on into Home Assistant.</p>
115+
<p>Use the Home Assistant [Snips.ai component][comp] to integrate the add-on into Home Assistant.</p>
116116
<div class="language-yaml highlighter-rouge"><pre class="highlight"><code><span class="s">snips</span><span class="pi">:</span>
117117
</code></pre>
118118
</div>
119+
<p>[API.ai] https://api.ai/
120+
[Samba]: /addons/samba/
121+
[comp]: /components/snips/
122+
[project]: https://console.cloud.google.com/project
123+
[API]: https://console.developers.google.com/apis/api/embeddedassistant.googleapis.com/overview
124+
[serviceaccount]: https://console.developers.google.com/apis/credentials/serviceaccountkey</p>
119125
</article>
120126
</div>
121127
<aside id="sidebar" class="grid__item one-third lap-one-whole palm-one-whole">

atom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<title><![CDATA[Home Assistant]]></title>
55
<link href="https://home-assistant.io/atom.xml" rel="self"/>
66
<link href="https://home-assistant.io/"/>
7-
<updated>2017-07-20T12:48:21+00:00</updated>
7+
<updated>2017-07-20T12:59:38+00:00</updated>
88
<id>https://home-assistant.io/</id>
99
<author>
1010
<name><![CDATA[Home Assistant]]></name>

blog/categories/announcements/atom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<title><![CDATA[Category: Announcements | Home Assistant]]></title>
55
<link href="https://home-assistant.io/blog/categories/announcements/atom.xml" rel="self"/>
66
<link href="https://home-assistant.io/"/>
7-
<updated>2017-07-20T12:48:21+00:00</updated>
7+
<updated>2017-07-20T12:59:38+00:00</updated>
88
<id>https://home-assistant.io/</id>
99
<author>
1010
<name><![CDATA[Home Assistant]]></name>

blog/categories/community/atom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<title><![CDATA[Category: Community | Home Assistant]]></title>
55
<link href="https://home-assistant.io/blog/categories/community/atom.xml" rel="self"/>
66
<link href="https://home-assistant.io/"/>
7-
<updated>2017-07-20T12:48:21+00:00</updated>
7+
<updated>2017-07-20T12:59:38+00:00</updated>
88
<id>https://home-assistant.io/</id>
99
<author>
1010
<name><![CDATA[Home Assistant]]></name>

blog/categories/device-tracking/atom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<title><![CDATA[Category: Device-Tracking | Home Assistant]]></title>
55
<link href="https://home-assistant.io/blog/categories/device-tracking/atom.xml" rel="self"/>
66
<link href="https://home-assistant.io/"/>
7-
<updated>2017-07-20T12:48:21+00:00</updated>
7+
<updated>2017-07-20T12:59:38+00:00</updated>
88
<id>https://home-assistant.io/</id>
99
<author>
1010
<name><![CDATA[Home Assistant]]></name>

blog/categories/esp8266/atom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<title><![CDATA[Category: ESP8266 | Home Assistant]]></title>
55
<link href="https://home-assistant.io/blog/categories/esp8266/atom.xml" rel="self"/>
66
<link href="https://home-assistant.io/"/>
7-
<updated>2017-07-20T12:48:21+00:00</updated>
7+
<updated>2017-07-20T12:59:38+00:00</updated>
88
<id>https://home-assistant.io/</id>
99
<author>
1010
<name><![CDATA[Home Assistant]]></name>

blog/categories/how-to/atom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<title><![CDATA[Category: How-To | Home Assistant]]></title>
55
<link href="https://home-assistant.io/blog/categories/how-to/atom.xml" rel="self"/>
66
<link href="https://home-assistant.io/"/>
7-
<updated>2017-07-20T12:48:21+00:00</updated>
7+
<updated>2017-07-20T12:59:38+00:00</updated>
88
<id>https://home-assistant.io/</id>
99
<author>
1010
<name><![CDATA[Home Assistant]]></name>

blog/categories/ibeacons/atom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<title><![CDATA[Category: iBeacons | Home Assistant]]></title>
55
<link href="https://home-assistant.io/blog/categories/ibeacons/atom.xml" rel="self"/>
66
<link href="https://home-assistant.io/"/>
7-
<updated>2017-07-20T12:48:21+00:00</updated>
7+
<updated>2017-07-20T12:59:38+00:00</updated>
88
<id>https://home-assistant.io/</id>
99
<author>
1010
<name><![CDATA[Home Assistant]]></name>

blog/categories/internet-of-things/atom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<title><![CDATA[Category: Internet-of-Things | Home Assistant]]></title>
55
<link href="https://home-assistant.io/blog/categories/internet-of-things/atom.xml" rel="self"/>
66
<link href="https://home-assistant.io/"/>
7-
<updated>2017-07-20T12:48:21+00:00</updated>
7+
<updated>2017-07-20T12:59:38+00:00</updated>
88
<id>https://home-assistant.io/</id>
99
<author>
1010
<name><![CDATA[Home Assistant]]></name>

blog/categories/iot-data/atom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<title><![CDATA[Category: IoT-Data | Home Assistant]]></title>
55
<link href="https://home-assistant.io/blog/categories/iot-data/atom.xml" rel="self"/>
66
<link href="https://home-assistant.io/"/>
7-
<updated>2017-07-20T12:48:21+00:00</updated>
7+
<updated>2017-07-20T12:59:38+00:00</updated>
88
<id>https://home-assistant.io/</id>
99
<author>
1010
<name><![CDATA[Home Assistant]]></name>

blog/categories/media/atom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<title><![CDATA[Category: Media | Home Assistant]]></title>
55
<link href="https://home-assistant.io/blog/categories/media/atom.xml" rel="self"/>
66
<link href="https://home-assistant.io/"/>
7-
<updated>2017-07-20T12:48:21+00:00</updated>
7+
<updated>2017-07-20T12:59:38+00:00</updated>
88
<id>https://home-assistant.io/</id>
99
<author>
1010
<name><![CDATA[Home Assistant]]></name>

blog/categories/merchandise/atom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<title><![CDATA[Category: Merchandise | Home Assistant]]></title>
55
<link href="https://home-assistant.io/blog/categories/merchandise/atom.xml" rel="self"/>
66
<link href="https://home-assistant.io/"/>
7-
<updated>2017-07-20T12:48:21+00:00</updated>
7+
<updated>2017-07-20T12:59:38+00:00</updated>
88
<id>https://home-assistant.io/</id>
99
<author>
1010
<name><![CDATA[Home Assistant]]></name>

blog/categories/micropython/atom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<title><![CDATA[Category: Micropython | Home Assistant]]></title>
55
<link href="https://home-assistant.io/blog/categories/micropython/atom.xml" rel="self"/>
66
<link href="https://home-assistant.io/"/>
7-
<updated>2017-07-20T12:48:21+00:00</updated>
7+
<updated>2017-07-20T12:59:38+00:00</updated>
88
<id>https://home-assistant.io/</id>
99
<author>
1010
<name><![CDATA[Home Assistant]]></name>

blog/categories/mqtt/atom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<title><![CDATA[Category: MQTT | Home Assistant]]></title>
55
<link href="https://home-assistant.io/blog/categories/mqtt/atom.xml" rel="self"/>
66
<link href="https://home-assistant.io/"/>
7-
<updated>2017-07-20T12:48:21+00:00</updated>
7+
<updated>2017-07-20T12:59:38+00:00</updated>
88
<id>https://home-assistant.io/</id>
99
<author>
1010
<name><![CDATA[Home Assistant]]></name>

blog/categories/organisation/atom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<title><![CDATA[Category: Organisation | Home Assistant]]></title>
55
<link href="https://home-assistant.io/blog/categories/organisation/atom.xml" rel="self"/>
66
<link href="https://home-assistant.io/"/>
7-
<updated>2017-07-20T12:48:21+00:00</updated>
7+
<updated>2017-07-20T12:59:38+00:00</updated>
88
<id>https://home-assistant.io/</id>
99
<author>
1010
<name><![CDATA[Home Assistant]]></name>

blog/categories/owntracks/atom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<title><![CDATA[Category: OwnTracks | Home Assistant]]></title>
55
<link href="https://home-assistant.io/blog/categories/owntracks/atom.xml" rel="self"/>
66
<link href="https://home-assistant.io/"/>
7-
<updated>2017-07-20T12:48:21+00:00</updated>
7+
<updated>2017-07-20T12:59:38+00:00</updated>
88
<id>https://home-assistant.io/</id>
99
<author>
1010
<name><![CDATA[Home Assistant]]></name>

blog/categories/presence-detection/atom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<title><![CDATA[Category: Presence-Detection | Home Assistant]]></title>
55
<link href="https://home-assistant.io/blog/categories/presence-detection/atom.xml" rel="self"/>
66
<link href="https://home-assistant.io/"/>
7-
<updated>2017-07-20T12:48:21+00:00</updated>
7+
<updated>2017-07-20T12:59:38+00:00</updated>
88
<id>https://home-assistant.io/</id>
99
<author>
1010
<name><![CDATA[Home Assistant]]></name>

blog/categories/public-service-announcement/atom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<title><![CDATA[Category: Public-Service-Announcement | Home Assistant]]></title>
55
<link href="https://home-assistant.io/blog/categories/public-service-announcement/atom.xml" rel="self"/>
66
<link href="https://home-assistant.io/"/>
7-
<updated>2017-07-20T12:48:21+00:00</updated>
7+
<updated>2017-07-20T12:59:38+00:00</updated>
88
<id>https://home-assistant.io/</id>
99
<author>
1010
<name><![CDATA[Home Assistant]]></name>

blog/categories/release-notes/atom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<title><![CDATA[Category: Release-Notes | Home Assistant]]></title>
55
<link href="https://home-assistant.io/blog/categories/release-notes/atom.xml" rel="self"/>
66
<link href="https://home-assistant.io/"/>
7-
<updated>2017-07-20T12:48:21+00:00</updated>
7+
<updated>2017-07-20T12:59:38+00:00</updated>
88
<id>https://home-assistant.io/</id>
99
<author>
1010
<name><![CDATA[Home Assistant]]></name>

blog/categories/survey/atom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<title><![CDATA[Category: Survey | Home Assistant]]></title>
55
<link href="https://home-assistant.io/blog/categories/survey/atom.xml" rel="self"/>
66
<link href="https://home-assistant.io/"/>
7-
<updated>2017-07-20T12:48:21+00:00</updated>
7+
<updated>2017-07-20T12:59:38+00:00</updated>
88
<id>https://home-assistant.io/</id>
99
<author>
1010
<name><![CDATA[Home Assistant]]></name>

blog/categories/talks/atom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<title><![CDATA[Category: Talks | Home Assistant]]></title>
55
<link href="https://home-assistant.io/blog/categories/talks/atom.xml" rel="self"/>
66
<link href="https://home-assistant.io/"/>
7-
<updated>2017-07-20T12:48:21+00:00</updated>
7+
<updated>2017-07-20T12:59:38+00:00</updated>
88
<id>https://home-assistant.io/</id>
99
<author>
1010
<name><![CDATA[Home Assistant]]></name>

blog/categories/technology/atom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<title><![CDATA[Category: Technology | Home Assistant]]></title>
55
<link href="https://home-assistant.io/blog/categories/technology/atom.xml" rel="self"/>
66
<link href="https://home-assistant.io/"/>
7-
<updated>2017-07-20T12:48:21+00:00</updated>
7+
<updated>2017-07-20T12:59:38+00:00</updated>
88
<id>https://home-assistant.io/</id>
99
<author>
1010
<name><![CDATA[Home Assistant]]></name>

blog/categories/user-stories/atom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<title><![CDATA[Category: User-Stories | Home Assistant]]></title>
55
<link href="https://home-assistant.io/blog/categories/user-stories/atom.xml" rel="self"/>
66
<link href="https://home-assistant.io/"/>
7-
<updated>2017-07-20T12:48:21+00:00</updated>
7+
<updated>2017-07-20T12:59:38+00:00</updated>
88
<id>https://home-assistant.io/</id>
99
<author>
1010
<name><![CDATA[Home Assistant]]></name>

blog/categories/video/atom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<title><![CDATA[Category: Video | Home Assistant]]></title>
55
<link href="https://home-assistant.io/blog/categories/video/atom.xml" rel="self"/>
66
<link href="https://home-assistant.io/"/>
7-
<updated>2017-07-20T12:48:21+00:00</updated>
7+
<updated>2017-07-20T12:59:38+00:00</updated>
88
<id>https://home-assistant.io/</id>
99
<author>
1010
<name><![CDATA[Home Assistant]]></name>

blog/categories/website/atom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<title><![CDATA[Category: Website | Home Assistant]]></title>
55
<link href="https://home-assistant.io/blog/categories/website/atom.xml" rel="self"/>
66
<link href="https://home-assistant.io/"/>
7-
<updated>2017-07-20T12:48:21+00:00</updated>
7+
<updated>2017-07-20T12:59:38+00:00</updated>
88
<id>https://home-assistant.io/</id>
99
<author>
1010
<name><![CDATA[Home Assistant]]></name>

sitemap.xml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -3734,62 +3734,62 @@
37343734
</url>
37353735
<url>
37363736
<loc>https://home-assistant.io/demo/frontend.html</loc>
3737-
<lastmod>2017-07-20T12:46:49+00:00</lastmod>
3737+
<lastmod>2017-07-20T12:58:53+00:00</lastmod>
37383738
</url>
37393739
<url>
37403740
<loc>https://home-assistant.io/demo/index.html</loc>
3741-
<lastmod>2017-07-20T12:46:49+00:00</lastmod>
3741+
<lastmod>2017-07-20T12:58:53+00:00</lastmod>
37423742
</url>
37433743
<url>
37443744
<loc>https://home-assistant.io/demo/panels/ha-panel-dev-event.html</loc>
3745-
<lastmod>2017-07-20T12:46:49+00:00</lastmod>
3745+
<lastmod>2017-07-20T12:58:53+00:00</lastmod>
37463746
</url>
37473747
<url>
37483748
<loc>https://home-assistant.io/demo/panels/ha-panel-dev-info.html</loc>
3749-
<lastmod>2017-07-20T12:46:49+00:00</lastmod>
3749+
<lastmod>2017-07-20T12:58:53+00:00</lastmod>
37503750
</url>
37513751
<url>
37523752
<loc>https://home-assistant.io/demo/panels/ha-panel-dev-service.html</loc>
3753-
<lastmod>2017-07-20T12:46:49+00:00</lastmod>
3753+
<lastmod>2017-07-20T12:58:53+00:00</lastmod>
37543754
</url>
37553755
<url>
37563756
<loc>https://home-assistant.io/demo/panels/ha-panel-dev-state.html</loc>
3757-
<lastmod>2017-07-20T12:46:49+00:00</lastmod>
3757+
<lastmod>2017-07-20T12:58:53+00:00</lastmod>
37583758
</url>
37593759
<url>
37603760
<loc>https://home-assistant.io/demo/panels/ha-panel-dev-template.html</loc>
3761-
<lastmod>2017-07-20T12:46:49+00:00</lastmod>
3761+
<lastmod>2017-07-20T12:58:53+00:00</lastmod>
37623762
</url>
37633763
<url>
37643764
<loc>https://home-assistant.io/demo/panels/ha-panel-history.html</loc>
3765-
<lastmod>2017-07-20T12:46:49+00:00</lastmod>
3765+
<lastmod>2017-07-20T12:58:53+00:00</lastmod>
37663766
</url>
37673767
<url>
37683768
<loc>https://home-assistant.io/demo/panels/ha-panel-iframe.html</loc>
3769-
<lastmod>2017-07-20T12:46:49+00:00</lastmod>
3769+
<lastmod>2017-07-20T12:58:53+00:00</lastmod>
37703770
</url>
37713771
<url>
37723772
<loc>https://home-assistant.io/demo/panels/ha-panel-logbook.html</loc>
3773-
<lastmod>2017-07-20T12:46:49+00:00</lastmod>
3773+
<lastmod>2017-07-20T12:58:53+00:00</lastmod>
37743774
</url>
37753775
<url>
37763776
<loc>https://home-assistant.io/demo/panels/ha-panel-map.html</loc>
3777-
<lastmod>2017-07-20T12:46:49+00:00</lastmod>
3777+
<lastmod>2017-07-20T12:58:53+00:00</lastmod>
37783778
</url>
37793779
<url>
37803780
<loc>https://home-assistant.io/googlef4f3693c209fe788.html</loc>
3781-
<lastmod>2017-07-20T12:46:49+00:00</lastmod>
3781+
<lastmod>2017-07-20T12:58:53+00:00</lastmod>
37823782
</url>
37833783
<url>
37843784
<loc>https://home-assistant.io/static/fonts/roboto/DESCRIPTION.en_us.html</loc>
3785-
<lastmod>2017-07-20T12:46:50+00:00</lastmod>
3785+
<lastmod>2017-07-20T12:58:53+00:00</lastmod>
37863786
</url>
37873787
<url>
37883788
<loc>https://home-assistant.io/static/fonts/robotomono/DESCRIPTION.en_us.html</loc>
3789-
<lastmod>2017-07-20T12:46:50+00:00</lastmod>
3789+
<lastmod>2017-07-20T12:58:53+00:00</lastmod>
37903790
</url>
37913791
<url>
37923792
<loc>https://home-assistant.io/static/mdi-demo.html</loc>
3793-
<lastmod>2017-07-20T12:46:50+00:00</lastmod>
3793+
<lastmod>2017-07-20T12:58:53+00:00</lastmod>
37943794
</url>
37953795
</urlset>

0 commit comments

Comments
 (0)