Site updated at 2016-09-01 05:14:57 UTC
This commit is contained in:
parent
6913c5d001
commit
66e6132631
24 changed files with 42 additions and 40 deletions
|
@ -89,7 +89,7 @@
|
|||
<hr class="divider">
|
||||
|
||||
|
||||
<p>The <code class="highlighter-rouge">downloader</code> component provides a service to download files. It will raise an error and not continue to set itself up when the download directory does not exist.</p>
|
||||
<p>The <code class="highlighter-rouge">downloader</code> component provides a service to download files. It will raise an error and not continue to set itself up when the download directory does not exist. The directory needs to be writable for the user that is running Home Assistant.</p>
|
||||
|
||||
<p>To enable it, add the following lines to your <code class="highlighter-rouge">configuration.yaml</code> file:</p>
|
||||
|
||||
|
|
|
@ -89,7 +89,9 @@
|
|||
<hr class="divider">
|
||||
|
||||
|
||||
<p>The nma platform uses <a href="http://www.notifymyandroid.com/">Notify My Android (NMA)</a> to delivery notifications from Home Assistant to your Android device.</p>
|
||||
<p>The <code class="highlighter-rouge">nma</code> platform uses <a href="http://www.notifymyandroid.com/">Notify My Android (NMA)</a> to delivery notifications from Home Assistant to your Android device.</p>
|
||||
|
||||
<p>Go to the <a href="https://www.notifymyandroid.com">NMA website</a> and create a new API key. If you are using the trial offer then keep in mind that your limit is five (5) message per day.</p>
|
||||
|
||||
<p>To add NMA to your installation, add the following to your <code class="highlighter-rouge">configuration.yaml</code> file:</p>
|
||||
|
||||
|
@ -105,10 +107,10 @@
|
|||
|
||||
<ul>
|
||||
<li><strong>name</strong> (<em>Optional</em>): Setting the optional parameter <code class="highlighter-rouge">name</code> allows multiple notifiers to be created. The default value is <code class="highlighter-rouge">notify</code>. The notifier will bind to the service <code class="highlighter-rouge">notify.NOTIFIER_NAME</code>.</li>
|
||||
<li><strong>api_key</strong> (<em>Required</em>): Enter the API key for NMA. Go to https://www.notifymyandroid.com and create a new API key.</li>
|
||||
<li><strong>api_key</strong> (<em>Required</em>): Enter the API key for NMA.</li>
|
||||
</ul>
|
||||
|
||||
<p>Details for the API : https://www.notifymyandroid.com/api.jsp</p>
|
||||
<p>Details for the (API)[https://www.notifymyandroid.com/api.jsp].</p>
|
||||
|
||||
<p>To use notifications, please see the <a href="/getting-started/automation/">getting started with automation page</a>.</p>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue