Site updated at 2017-12-17 16:27:07 UTC
This commit is contained in:
parent
4e546d5869
commit
db3021af91
919 changed files with 15842 additions and 3639 deletions
|
@ -74,9 +74,9 @@
|
|||
</h1>
|
||||
</header>
|
||||
<hr class="divider">
|
||||
<p>Notification platform for <a href="https://play.google.com/store/apps/details?id=de.cyberdream.androidtv.notifications.google&hl=en">Notifications for Android TV</a> and <a href="https://play.google.com/store/apps/details?id=de.cyberdream.firenotifications.google">Notifications for FireTV</a>.
|
||||
The notifications are in the global scope of your Android TV device. They will be displayed regardless of which application is running.
|
||||
The In-App purchases only apply to the client for Android smartphones, so there isn’t any limit when pushing notifications from Home Assistant.</p>
|
||||
<p>Notification platform for <a href="https://play.google.com/store/apps/details?id=de.cyberdream.androidtv.notifications.google">Notifications for Android TV</a> and <a href="https://play.google.com/store/apps/details?id=de.cyberdream.firenotifications.google">Notifications for FireTV</a>.</p>
|
||||
<p>The notifications are in the global scope of your Android TV device. They will be displayed regardless of which application is running.</p>
|
||||
<p>When setting this up be aware, that there are two apps: one for your smartphone to send notifications (not required for this platform) and one for your Android TV device to receive the notifications. The app available in the store of your target device is the one that is needed to display notifications sent from Home Assistant. The In-App purchases only apply to the client for Android smartphones, so there isn’t any limit when pushing notifications from Home Assistant.</p>
|
||||
<p>To enable the notification platform, add the following to your <code class="highlighter-rouge">configuration.yaml</code> file:</p>
|
||||
<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>
|
||||
|
@ -105,8 +105,8 @@ This is a fully customized JSON you can use to test how the final notification w
|
|||
</span><span class="nt">"duration"</span><span class="p">:</span><span class="mi">2</span><span class="p">,</span><span class="w">
|
||||
</span><span class="nt">"transparency"</span><span class="p">:</span><span class="s2">"0%"</span><span class="p">,</span><span class="w">
|
||||
</span><span class="nt">"color"</span><span class="p">:</span><span class="w"> </span><span class="s2">"red"</span><span class="p">,</span><span class="w">
|
||||
</span><span class="nt">"interrupt"</span><span class="p">:</span><span class="w"> </span><span class="mi">1</span><span class="w">
|
||||
</span><span class="p">}</span><span class="w">
|
||||
</span><span class="nt">"interrupt"</span><span class="p">:</span><span class="w"> </span><span class="mi">1</span><span class="p">,</span><span class="w">
|
||||
</span><span class="err">}</span><span class="w">
|
||||
</span><span class="p">}</span><span class="w">
|
||||
</span></code></pre>
|
||||
</div>
|
||||
|
@ -283,6 +283,15 @@ This is a fully customized JSON you can use to test how the final notification w
|
|||
<li>
|
||||
<a href='/components/notify.telegram/'>Telegram</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/telegram_bot.broadcast/'>Telegram broadcast</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/telegram_bot.polling/'>Telegram polling</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/telegram_bot.webhooks/'>Telegram webhooks</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/notify.telstra/'>Telstra</a>
|
||||
</li>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue