Skip to content

Commit 01c5ac1

Browse files
committed
Site updated at 2018-01-21 17:19:20 UTC
1 parent f162ffd commit 01c5ac1

File tree

44 files changed

+123
-122
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+123
-122
lines changed

addons/cec_scan/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ <h1 class="title indent">
7575
</h1>
7676
</header>
7777
<hr class="divider">
78-
<p>Help you to discover the HDMI CEC address. Start the add-on and look into log to see all connected device on HDMI.</p>
78+
<p>Help you to discover the HDMI CEC address. Start the add-on and look into the log to see all connected device on HDMI.</p>
7979
</article>
8080
</div>
8181
<aside id="sidebar" class="grid__item one-third lap-one-whole palm-one-whole">

addons/check_config/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ <h1 class="title indent">
7575
</h1>
7676
</header>
7777
<hr class="divider">
78-
<p>You can use this addon to check whether your configuration files are valid against the new version of Home Assistant before you actually update your Home Assistant installation. This will help you avoid errors due to breaking changes, resulting in an smooth update.</p>
78+
<p>You can use this addon to check whether your configuration files are valid against the new version of Home Assistant before you actually update your Home Assistant installation. This addon will help you avoid errors due to breaking changes, resulting in a smooth update.</p>
7979
<div class="language-json highlighter-rouge"><pre class="highlight"><code><span class="p">{</span><span class="w">
8080
</span><span class="nt">"version"</span><span class="p">:</span><span class="w"> </span><span class="s2">"latest"</span><span class="w">
8181
</span><span class="p">}</span><span class="w">

addons/configurator/index.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ <h1 class="title indent">
7575
</h1>
7676
</header>
7777
<hr class="divider">
78-
<p>As long as a fully featured configuration GUI for Home Assistant is still under development, you can use this add-on to add a browser based file-editor to your Hass.IO installation. By default it will listen on port <code class="highlighter-rouge">3218</code> of the host Hass.IO is running on.</p>
78+
<p>As long as a fully featured configuration GUI for Home Assistant is still under development, you can use this add-on to add a browser-based file-editor to your Hass.IO installation. By default it will listen on port <code class="highlighter-rouge">3218</code> of the host Hass.IO is running on.</p>
7979
<p>More information and a standalone version for regular Home Assistant installations can be found in the <a href="https://github.com/danielperna84/hass-configurator">GitHub repository</a>.</p>
8080
<p class="img">
8181
<img src="/images/hassio/screenshots/addon-hass-configurator.png" />
@@ -86,8 +86,8 @@ <h3><a class="title-link" name="feature-list" href="#feature-list"></a> Feature
8686
<li>Web-Based editor to modify your files with syntax highlighting.</li>
8787
<li>Upload and download files.</li>
8888
<li>Stage and commit changes in Git repositories, create and switch between branches, push to remotes.</li>
89-
<li>Lists of available triggers, events, entities, conditions and services. Selected element gets inserted into the editor at the last cursor position.</li>
90-
<li>Restart Home Assistant directly with the click of a button. Reloading groups, automations etc. can be done as well. An API-password is required.</li>
89+
<li>Lists of available triggers, events, entities, conditions, and services. The selected element gets inserted into the editor at the last cursor position.</li>
90+
<li>Restart Home Assistant directly with the click of a button. Reloading groups, automations, etc. can be done as well. An API-password is required.</li>
9191
<li>SSL support.</li>
9292
<li>Optional authentication and IP filtering for added security.</li>
9393
<li>Direct links to Home Assistant documentation and icons.</li>
@@ -113,14 +113,14 @@ <h3><a class="title-link" name="add-on-configuration" href="#add-on-configuratio
113113
<li><strong>username</strong> (<em>Optional</em>): Set a username to access your configuration is protected.</li>
114114
<li><strong>password</strong> (<em>Required</em>): Set a password for access.</li>
115115
<li><strong>ssl</strong> (<em>Optional</em>): Enable or Disable SSL for the editor.</li>
116-
<li><strong>allowed_networks</strong> (<em>Optional</em>): Limit access to the configurator by adding allowed IP addresses / networks to the list.</li>
116+
<li><strong>allowed_networks</strong> (<em>Optional</em>): Limit access to the configurator by adding allowed IP addresses/networks to the list.</li>
117117
<li><strong>banned_ips</strong> (<em>Optional</em>): List of statically banned IP addresses.</li>
118118
<li><strong>banlimit</strong> (<em>Optional</em>): Ban access from IPs after <code class="highlighter-rouge">banlimit</code> failed login attempts. The default value <code class="highlighter-rouge">0</code> disables this feature. Restart the add-on to clear the list of banned IP addresses.</li>
119119
<li><strong>ignore_pattern</strong> (<em>Optional</em>): Files and folders to ignore in the UI.</li>
120-
<li><strong>dirsfirst</strong> (<em>Optional</em>): List directories before files in the filebrowser.</li>
120+
<li><strong>dirsfirst</strong> (<em>Optional</em>): List directories before files in the file browser.</li>
121121
</ul>
122122
<h3><a class="title-link" name="embedding-into-home-assistant" href="#embedding-into-home-assistant"></a> Embedding into Home-Assistant</h3>
123-
<p>Using the Home Assistant component <a href="https://home-assistant.io/components/panel_iframe/">panel_iframe</a> it is possible to embed the configurator directly into Home Assistant, allowing you to modify your configuration within the Home Assistant frontend.</p>
123+
<p>Using the Home Assistant component <a href="https://home-assistant.io/components/panel_iframe/">panel_iframe</a> it is possible to embed the configurator directly into Home Assistant, allowing you to modify your configuration from within the Home Assistant frontend.</p>
124124
<p>An example configuration would look like this:</p>
125125
<div class="language-yaml highlighter-rouge"><pre class="highlight"><code><span class="s">panel_iframe</span><span class="pi">:</span>
126126
<span class="s">configurator</span><span class="pi">:</span>
@@ -130,7 +130,7 @@ <h3><a class="title-link" name="embedding-into-home-assistant" href="#embedding-
130130
</code></pre>
131131
</div>
132132
<p class="note warning">
133-
Be careful when setting up port forwarding to the configurator while embedding into Home Assistant. If you don’t restrict access by requiring authentication and / or blocking based on client IP addresses, your configuration will be exposed to the internet!
133+
Be careful when setting up port forwarding to the configurator while embedding into Home Assistant. If you don’t restrict access by requiring authentication and/or blocking based on client IP addresses, your configuration will be exposed to the internet!
134134
</p>
135135
</article>
136136
</div>

addons/dnsmasq/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -93,10 +93,10 @@ <h1 class="title indent">
9393
</div>
9494
<p>Configuration variables:</p>
9595
<ul>
96-
<li><strong>defaults</strong> (<em>Required</em>): A list of dns server to forward default requests.</li>
96+
<li><strong>defaults</strong> (<em>Required</em>): A list of DNS servers to forward default requests to.</li>
9797
<li><strong>forwards</strong> (<em>Optional</em>): A list of domains that will forward to a specific server.</li>
98-
<li><strong>hosts</strong> (<em>Optional</em>): A list of hosts to resolve it static.</li>
99-
<li><strong>interface</strong> (<em>Optional</em>): If a interface is set, it listen only on this interface. Need to set for resinos. Normally is <code class="highlighter-rouge">eth0</code> for ethernet wired connection and <code class="highlighter-rouge">wlan0</code> for wireless connection.</li>
98+
<li><strong>hosts</strong> (<em>Optional</em>): A list of hosts to resolve statically.</li>
99+
<li><strong>interface</strong> (<em>Optional</em>): If an interface is set, it listens only on this interface. Needs to be set for ResinOS. Normally is <code class="highlighter-rouge">eth0</code> for ethernet wired connection and <code class="highlighter-rouge">wlan0</code> for wireless connection.</li>
100100
</ul>
101101
</article>
102102
</div>

addons/google_assistant/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ <h1 class="title indent">
7676
</header>
7777
<hr class="divider">
7878
<p class="note">
79-
If you are wanting to integrate your Google Home, or mobile phone running Google Assistant, with Home Assistant then you want the <a href="https://home-assistant.io/components/google_assistant/">Google Assistant component</a>.
79+
If you want to integrate your Google Home, or mobile phone running Google Assistant, with Home Assistant, then you want the <a href="https://home-assistant.io/components/google_assistant/">Google Assistant component</a>.
8080
</p>
8181
<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 via the <a href="/components/dialogflow/">DialogFlow</a> integration with Home-Assistant. You can also use <a href="https://actions.google.com/">Google Actions</a> to extend its functionality.</p>
8282
<p>To enable access to the Google Assistant API, do the following:</p>
@@ -109,8 +109,8 @@ <h1 class="title indent">
109109
<p>You need to use this information to point the add-on at the right speakers and microphone. The information describes different cards and devices. On a Raspberry Pi 3, card 0 - device 0 is the built-in headset port, card 0 - device 1 is the HDMI port. In the example above, the USB microphone showed up as card 1 - device 0.</p>
110110
<p>Find the microphone and speakers that you want to use and note down their device and card number. We will need that to configure the add-on options <code class="highlighter-rouge">mic</code> (microphone to use) and <code class="highlighter-rouge">speaker</code> (speaker to use). The format for these options is <code class="highlighter-rouge">&lt;card #&gt;,&lt;device #&gt;</code>. Change the configuration options and click save.</p>
111111
<p>The next step is to authenticate your Google account with Google Assistant. Start the add-on and click on the “OPEN WEB UI” button to start authentication.</p>
112-
<h3>Add-On configuration</h3>
113-
<p>Configuration example that uses the USB microphone and use the built-in headset audio output on the Raspberry Pi. Note that card and device numbers can differ on your device.</p>
112+
<h3>Add-on configuration</h3>
113+
<p>Configuration example that uses the USB microphone and the built-in headset audio output on the Raspberry Pi. Note that card and device numbers can differ on your device.</p>
114114
<div class="language-json highlighter-rouge"><pre class="highlight"><code><span class="p">{</span><span class="w">
115115
</span><span class="nt">"mic"</span><span class="p">:</span><span class="w"> </span><span class="s2">"1,0"</span><span class="p">,</span><span class="w">
116116
</span><span class="nt">"speaker"</span><span class="p">:</span><span class="w"> </span><span class="s2">"0,0"</span><span class="p">,</span><span class="w">

addons/homematic/index.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,8 @@ <h1 class="title indent">
7575
</h1>
7676
</header>
7777
<hr class="divider">
78-
<p>Set up a <a href="https://github.com/eq-3/occu">HomeMatic</a> hardware layer. At the moment we don’t support hmIP but that is in progress. For learning and handling devices use our internal homematic panel and services (in progress) or use <a href="https://github.com/hobbyquaker/homematic-manager">Homematic-Manager</a> &gt; 2.0.</p>
79-
<p>The logic layer will be Home-Assistant. There is no ReGa or other logic layer installed. You can’t import exists configuration, you need new learn it into Home-Assistant.</p>
78+
<p>Set up a <a href="https://github.com/eq-3/occu">HomeMatic</a> hardware layer. At the moment we don’t support hmIP, but that is in progress. For learning and handling devices use our internal HomeMatic panel and services (in progress) or use <a href="https://github.com/hobbyquaker/homematic-manager">Homematic-Manager</a> &gt; 2.0.</p>
79+
<p>The logic layer will be Home-Assistant. There is no ReGa or other logic layer installed. You can’t import an existing configuration, you’ll need re-learn it into Home-Assistant.</p>
8080
<p>Follow devices will be supported and tested:</p>
8181
<ul>
8282
<li><a href="https://www.elv.ch/homematic-funkmodul-fuer-raspberry-pi-bausatz.html">HM-MOD-RPI-PCB</a></li>
@@ -107,14 +107,14 @@ <h1 class="title indent">
107107
</ul>
108108
<p>For RF devices</p>
109109
<ul>
110-
<li><strong>type</strong> (<em>Require</em>): Device type for RFD service. Look into handbook of your device.</li>
111-
<li><strong>device</strong> (<em>Require</em>): Device on host.</li>
110+
<li><strong>type</strong> (<em>Require</em>): Device type for RFD service. Look into the manual of your device.</li>
111+
<li><strong>device</strong> (<em>Require</em>): Device on the host.</li>
112112
</ul>
113113
<p>For RF devices</p>
114114
<ul>
115-
<li><strong>serial</strong> (<em>Require</em>): Serial number of device.</li>
115+
<li><strong>serial</strong> (<em>Require</em>): Serial number of the device.</li>
116116
<li><strong>key</strong> (<em>Require</em>): Encrypted key.</li>
117-
<li><strong>ip</strong> (<em>Require</em>): IP address of lan gateway.</li>
117+
<li><strong>ip</strong> (<em>Require</em>): IP address of LAN gateway.</li>
118118
</ul>
119119
<h2><a class="title-link" name="home-assistant-configuration" href="#home-assistant-configuration"></a> Home Assistant configuration</h2>
120120
<p>Use the following configuration in Home Assistant to use it:</p>
@@ -126,7 +126,7 @@ <h2><a class="title-link" name="home-assistant-configuration" href="#home-assist
126126
</code></pre>
127127
</div>
128128
<h2><a class="title-link" name="raspberry-pi3" href="#raspberry-pi3"></a> Raspberry Pi3</h2>
129-
<p>With HM-MOD-PRI-PCB you need add follow into your <code class="highlighter-rouge">config.txt</code> on boot partition:</p>
129+
<p>With HM-MOD-PRI-PCB you need to add follow into your <code class="highlighter-rouge">config.txt</code> on boot partition:</p>
130130
<div class="highlighter-rouge"><pre class="highlight"><code>dtoverlay=pi3-miniuart-bt
131131
</code></pre>
132132
</div>

addons/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ <h3><a class='title-link' name='featured-add-ons' href='#featured-add-ons'></a>
103103
</li>
104104
<li>
105105
<a href='/addons/samba/'>Samba</a><br>
106-
Manage your Home Assistant and custom addons over Samba.
106+
Manage your Home Assistant and custom add-ons over Samba.
107107
</li>
108108
</ul>
109109
<h3><a class='title-link' name='other-add-ons' href='#other-add-ons'></a> Other add-ons </h3>

addons/lets_encrypt/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ <h1 class="title indent">
7878
<p class="note">
7979
You should not use this if you are also using the <a href="/addons/duckdns/">DuckDNS add-on</a>. The DuckDNS add-on has integrated Let’s Encrypt support.
8080
</p>
81-
<p>Setup and manage a <a href="https://letsencrypt.org/">Let’s Encrypt</a> certificate. This will create a certificate on the first run and will auto-renew if the certificate is within 30 days of expiration.</p>
81+
<p>Setup and manage a <a href="https://letsencrypt.org/">Let’s Encrypt</a> certificate. This addon will create a certificate on the first run and will auto-renew if the certificate is within 30 days of expiration.</p>
8282
<div class="language-json highlighter-rouge"><pre class="highlight"><code><span class="p">{</span><span class="w">
8383
</span><span class="nt">"email"</span><span class="p">:</span><span class="w"> </span><span class="s2">"example@example.com"</span><span class="p">,</span><span class="w">
8484
</span><span class="nt">"domains"</span><span class="p">:</span><span class="w"> </span><span class="p">[</span><span class="s2">"example.com"</span><span class="p">,</span><span class="w"> </span><span class="s2">"mqtt.example.com"</span><span class="p">,</span><span class="w"> </span><span class="s2">"hass.example.com"</span><span class="p">]</span><span class="w">
@@ -98,7 +98,7 @@ <h2><a class="title-link" name="home-assistant-configuration" href="#home-assist
9898
<span class="s">ssl_key</span><span class="pi">:</span> <span class="s">/ssl/privkey.pem</span>
9999
</code></pre>
100100
</div>
101-
<p>If you use another port such as <code class="highlighter-rouge">8123</code> or a SSL proxy, change the port number.</p>
101+
<p>If you use another port such as <code class="highlighter-rouge">8123</code> or an SSL proxy, change the port number.</p>
102102
</article>
103103
</div>
104104
<aside id="sidebar" class="grid__item one-third lap-one-whole palm-one-whole">

addons/mariadb/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ <h1 class="title indent">
7575
</h1>
7676
</header>
7777
<hr class="divider">
78-
<p>Set up a <a href="https://mariadb.org/">mariadb</a> SQL server. It supports multiple databases, users and permission settings. If you want to only connect from inside home assistant use <code class="highlighter-rouge">core-mariadb</code> as the host address.</p>
78+
<p>Set up a <a href="https://mariadb.org/">mariadb</a> SQL server. It supports multiple databases, users, and permission settings. If you want to only connect from inside home assistant use <code class="highlighter-rouge">core-mariadb</code> as the host address.</p>
7979
<div class="language-json highlighter-rouge"><pre class="highlight"><code><span class="p">{</span><span class="w">
8080
</span><span class="nt">"databases"</span><span class="p">:</span><span class="w"> </span><span class="p">[</span><span class="s2">"homeassistant"</span><span class="p">],</span><span class="w">
8181
</span><span class="nt">"logins"</span><span class="p">:</span><span class="w"> </span><span class="p">[</span><span class="w">

addons/mosquitto/index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -97,10 +97,10 @@ <h1 class="title indent">
9797
</p>
9898
<p>Configuration variables:</p>
9999
<ul>
100-
<li><strong>plain</strong> (<em>Optional</em>): Listen to broker on port 1883 without SSL/TLS. Defaults to <code class="highlighter-rouge">true</code>.</li>
101-
<li><strong>ssl</strong> (<em>Optional</em>): Listen to broker on port 8883 with SSL/TLS. This requires certificates. Defaults to <code class="highlighter-rouge">false</code>.</li>
102-
<li><strong>anonymous</strong> (<em>Optional</em>): Allow anonymous connection. If <em>logins</em> is set, anonymous user can only read data. Defaults to <code class="highlighter-rouge">true</code>.</li>
103-
<li><strong>logins</strong> (<em>Optional</em>): A list of user that will be created with <em>username</em> and <em>password</em>.</li>
100+
<li><strong>plain</strong> (<em>Optional</em>): Listen on port 1883 without SSL/TLS. Defaults to <code class="highlighter-rouge">true</code>.</li>
101+
<li><strong>ssl</strong> (<em>Optional</em>): Listen on port 8883 with SSL/TLS. This requires certificates. Defaults to <code class="highlighter-rouge">false</code>.</li>
102+
<li><strong>anonymous</strong> (<em>Optional</em>): Allow anonymous connections. If <em>logins</em> is set, the anonymous user can only read data. Defaults to <code class="highlighter-rouge">true</code>.</li>
103+
<li><strong>logins</strong> (<em>Optional</em>): A list of users that will be created with <em>username</em> and <em>password</em>.</li>
104104
<li><strong>customize</strong> (<em>Optional</em>): If you enable it, it reads additional configuration files (<code class="highlighter-rouge">*.conf</code>) from <code class="highlighter-rouge">/share/mosquitto</code>.</li>
105105
</ul>
106106
<h3><a class="title-link" name="home-assistant-configuration" href="#home-assistant-configuration"></a> Home Assistant configuration</h3>

0 commit comments

Comments
 (0)