Site updated at 2017-02-11 22:50:44 UTC

This commit is contained in:
Travis CI 2017-02-11 22:50:44 +00:00
parent 83c3bf8dbf
commit 4bedc7a4cc
627 changed files with 11192 additions and 2416 deletions

View file

@ -120,7 +120,7 @@ Currently, the app is only available via a closed beta. It will be on the App St
<p>The <code class="highlighter-rouge">ios</code> component is the companion component for the Home Assistant iOS app. While not required, adding the <code class="highlighter-rouge">ios</code> component to your setup will greatly enhance the iOS app with new notification, location and sensor functions not possible with a standalone app.</p>
<p>Loading the <code class="highlighter-rouge">ios</code> component will also load the <a href="/components/device_tracker"><code class="highlighter-rouge">device_tracker</code></a> and <a href="/components/zeroconf"><code class="highlighter-rouge">zeroconf</code></a> components. It also provides functionality required for the iOS notify platform but will not automatically load the <code class="highlighter-rouge">notify</code> component or platform as of 0.31.1. You must manually load it. See the <a href="/ecosystem/ios/notifications/">iOS notify platform</a> for more information.</p>
<p>Loading the <code class="highlighter-rouge">ios</code> component will also load the <a href="/components/device_tracker"><code class="highlighter-rouge">device_tracker</code></a>, <a href="/components/zeroconf"><code class="highlighter-rouge">zeroconf</code></a> and <a href="/components/notify"><code class="highlighter-rouge">notify</code></a> platforms.</p>
<h2><a class="title-link" name="setup" href="#setup"></a> Setup</h2>

View file

@ -94,19 +94,7 @@
<p>The <code class="highlighter-rouge">ios</code> notify platform enables sending push notifications to the Home Assistant iOS app.</p>
<h2><a class="title-link" name="setup" href="#setup"></a> Setup</h2>
<div class="language-yaml highlighter-rouge"><pre class="highlight"><code><span class="c1"># Example configuration.yaml entry</span>
<span class="s">notify</span><span class="pi">:</span>
<span class="pi">-</span> <span class="s">platform</span><span class="pi">:</span> <span class="s">ios</span>
</code></pre>
</div>
<p>Configuration variables:</p>
<ul>
<li><strong>name</strong> (<em>Optional</em>): The name of the service.</li>
</ul>
<p>The ios component will automatically load the notify serivce. No extra configuration is needed or supported.</p>
</article>