Site updated at 2017-07-19 18:07:22 UTC
This commit is contained in:
parent
238768ad11
commit
50aaf255ef
76 changed files with 98 additions and 94 deletions
|
@ -170,7 +170,7 @@ The virtual bridge has the ability to turn entities on or off, or change the bri
|
|||
<li><code class="highlighter-rouge">http://<HA IP Address>:8300/description.xml</code> - This URL should return a descriptor file in the form of an XML file.</li>
|
||||
<li><code class="highlighter-rouge">http://<HA IP Address>:8300/api/pi/lights</code> - This will return a list of devices, lights, scenes, groups, etc.. that <code class="highlighter-rouge">emulated_hue</code> is exposing to Alexa.</li>
|
||||
</ul>
|
||||
<p>For Google Home, verify that the URLs above are using port 80, rather than port 8300 (i.e. http://<HA IP="" Address="">:80/description.xml).</HA></p>
|
||||
<p>For Google Home, verify that the URLs above are using port 80, rather than port 8300 (i.e. <code class="highlighter-rouge">http://<HA IP Address>:80/description.xml</code>).</p>
|
||||
<p>An additional step is required to run Home Assistant as non-root user and use port 80 when using the AiO script. Execute the following command to allow <code class="highlighter-rouge">emulated_hue</code> to use port 80 as non-root user.</p>
|
||||
<div class="language-bash highlighter-rouge"><pre class="highlight"><code>sudo setcap <span class="s1">'cap_net_bind_service=+ep'</span> /srv/homeassistant/homeassistant_venv/bin/python3
|
||||
</code></pre>
|
||||
|
|
|
@ -234,7 +234,7 @@ var allComponents = [
|
|||
{url:"/components/notify.ciscospark/", title:"Cisco Spark", cat:"notifications", featured: false, v: "0.40", logo: "ciscospark.png"},
|
||||
{url:"/components/sensor.citybikes/", title:"CityBikes API sensor", cat:"sensor", featured: false, v: "0.49", logo: "citybikes.png"},
|
||||
{url:"/components/media_player.clementine/", title:"Clementine Music Player", cat:"media-player", featured: false, v: "0.39", logo: "clementine.png"},
|
||||
{url:"/components/notify.clicksend/", title:"ClickSend", cat:"notifications", featured: false, v: "0.48", logo: "clicksend.png"},
|
||||
{url:"/components/notify.clicksend/", title:"ClickSend SMS", cat:"notifications", featured: false, v: "0.48", logo: "clicksend.png"},
|
||||
{url:"/components/sensor.coinmarketcap/", title:"CoinMarketCap", cat:"finance", featured: false, v: "0.28", logo: "coinmarketcap.png"},
|
||||
{url:"/components/sensor.comed_hourly_pricing/", title:"ComEd Hourly Pricing", cat:"energy", featured: false, v: "0.40", logo: "comed.png"},
|
||||
{url:"/components/cover.command_line/", title:"Command Line Cover", cat:"cover", featured: false, v: "0.14", logo: "command_line.png"},
|
||||
|
@ -1101,7 +1101,7 @@ allComponents.pop(); // remove placeholder element at the end
|
|||
<li><a href='/components/notify.ciscospark/'>Cisco Spark</a></li>
|
||||
<li><a href='/components/sensor.citybikes/'>CityBikes API sensor</a></li>
|
||||
<li><a href='/components/media_player.clementine/'>Clementine Music Player</a></li>
|
||||
<li><a href='/components/notify.clicksend/'>ClickSend</a></li>
|
||||
<li><a href='/components/notify.clicksend/'>ClickSend SMS</a></li>
|
||||
<li><a href='/components/sensor.coinmarketcap/'>CoinMarketCap</a></li>
|
||||
<li><a href='/components/sensor.comed_hourly_pricing/'>ComEd Hourly Pricing</a></li>
|
||||
<li><a href='/components/cover.command_line/'>Command Line Cover</a></li>
|
||||
|
|
|
@ -129,7 +129,7 @@
|
|||
<a href='/components/notify.ciscospark/'>Cisco Spark</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/notify.clicksend/'>ClickSend</a>
|
||||
<a href='/components/notify.clicksend/'>ClickSend SMS</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/notify.command_line/'>Command line Notify</a>
|
||||
|
|
|
@ -124,7 +124,7 @@ Turning the device on/off in the user interface will <em>not</em> turn the physi
|
|||
<p><em>“This AirPlay connection requires iOS 7.1 or later, OS X 10.10 or later, or iTunes 11.2 or later.”</em></p>
|
||||
<p>then device authentication is required. Press the icon in the upper left corner and select the leftmost icon according to the image below:</p>
|
||||
<p><img src="/images/screenshots/developer-tools.png" /></p>
|
||||
<p>Select <code class="highlighter-rouge">apple_tv</code> as domain, <code class="highlighter-rouge">apple_tv_authenticate</code> as service and enter <code class="highlighter-rouge"><span class="p">{</span><span class="err">'entity_id':</span><span class="w"> </span><span class="err">'XXX'</span><span class="p">}</span></code> into “Service Data”, but replace XXX with the entity id of your device (e.g. <code class="highlighter-rouge">media_player.apple_tv</code>). Press the button and hopefully you are presented with an input dialog asking for a pin code:</p>
|
||||
<p>Select <code class="highlighter-rouge">apple_tv</code> as domain, <code class="highlighter-rouge">apple_tv_authenticate</code> as service and enter <code class="highlighter-rouge"><span class="p">{</span><span class="nt">"entity_id"</span><span class="p">:</span><span class="w"> </span><span class="s2">"XXX"</span><span class="p">}</span></code> into “Service Data”, but replace XXX with the entity id of your device (e.g. <code class="highlighter-rouge">media_player.apple_tv</code>). Press the button and hopefully you are presented with an input dialog asking for a pin code:</p>
|
||||
<p><img src="/images/components/apple_tv/authenticate.png" /></p>
|
||||
<p>If no dialog appears, go back to the states view and show it from there. A PIN code should now be visible on your TV, just enter it into the dialog and press “Confirm”. You should see if it succeeded in the state view:</p>
|
||||
<p><img src="/images/components/apple_tv/credentials.png" /></p>
|
||||
|
|
|
@ -148,7 +148,7 @@
|
|||
<a href='/components/notify.ciscospark/'>Cisco Spark</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/notify.clicksend/'>ClickSend</a>
|
||||
<a href='/components/notify.clicksend/'>ClickSend SMS</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/notify.command_line/'>Command line Notify</a>
|
||||
|
|
|
@ -161,7 +161,7 @@
|
|||
<a href='/components/notify.ciscospark/'>Cisco Spark</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/notify.clicksend/'>ClickSend</a>
|
||||
<a href='/components/notify.clicksend/'>ClickSend SMS</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/notify.command_line/'>Command line Notify</a>
|
||||
|
|
|
@ -151,7 +151,7 @@
|
|||
<a href='/components/notify.ciscospark/'>Cisco Spark</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/notify.clicksend/'>ClickSend</a>
|
||||
<a href='/components/notify.clicksend/'>ClickSend SMS</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/notify.command_line/'>Command line Notify</a>
|
||||
|
|
|
@ -141,7 +141,7 @@
|
|||
<a href='/components/notify.ciscospark/'>Cisco Spark</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/notify.clicksend/'>ClickSend</a>
|
||||
<a href='/components/notify.clicksend/'>ClickSend SMS</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/notify.command_line/'>Command line Notify</a>
|
||||
|
|
|
@ -123,7 +123,7 @@ Just look in the Doumentation under Rooms.</p>
|
|||
Cisco Spark
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/notify.clicksend/'>ClickSend</a>
|
||||
<a href='/components/notify.clicksend/'>ClickSend SMS</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/notify.command_line/'>Command line Notify</a>
|
||||
|
|
|
@ -6,13 +6,13 @@
|
|||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
||||
<title>ClickSend - Home Assistant</title>
|
||||
<title>ClickSend SMS - Home Assistant</title>
|
||||
<meta name="author" content="Home Assistant">
|
||||
<meta name="description" content="Instructions on how to add ClickSend notifications to Home Assistant.">
|
||||
<meta name="viewport" content="width=device-width">
|
||||
<link rel="canonical" href="https://home-assistant.io/components/notify.clicksend/">
|
||||
<meta property="fb:app_id" content="338291289691179">
|
||||
<meta property="og:title" content="ClickSend">
|
||||
<meta property="og:title" content="ClickSend SMS">
|
||||
<meta property="og:site_name" content="Home Assistant">
|
||||
<meta property="og:url" content="https://home-assistant.io/components/notify.clicksend/">
|
||||
<meta property="og:type" content="article">
|
||||
|
@ -20,7 +20,7 @@
|
|||
<meta property="og:image" content="https://home-assistant.io/images/default-social.png">
|
||||
<meta name="twitter:card" content="summary_large_image">
|
||||
<meta name="twitter:site" content="@home_assistant">
|
||||
<meta name="twitter:title" content="ClickSend">
|
||||
<meta name="twitter:title" content="ClickSend SMS">
|
||||
<meta name="twitter:description" content="Instructions on how to add ClickSend notifications to Home Assistant.">
|
||||
<meta name="twitter:image" content="https://home-assistant.io/images/default-social.png">
|
||||
<link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet">
|
||||
|
@ -70,7 +70,7 @@
|
|||
<article class="page">
|
||||
<header>
|
||||
<h1 class="title indent">
|
||||
ClickSend
|
||||
ClickSend SMS
|
||||
</h1>
|
||||
</header>
|
||||
<hr class="divider">
|
||||
|
@ -130,7 +130,7 @@
|
|||
<a href='/components/notify.ciscospark/'>Cisco Spark</a>
|
||||
</li>
|
||||
<li>
|
||||
ClickSend
|
||||
ClickSend SMS
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/notify.command_line/'>Command line Notify</a>
|
||||
|
|
|
@ -141,7 +141,7 @@
|
|||
<a href='/components/notify.ciscospark/'>Cisco Spark</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/notify.clicksend/'>ClickSend</a>
|
||||
<a href='/components/notify.clicksend/'>ClickSend SMS</a>
|
||||
</li>
|
||||
<li>
|
||||
Command line Notify
|
||||
|
|
|
@ -155,7 +155,7 @@
|
|||
<a href='/components/notify.ciscospark/'>Cisco Spark</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/notify.clicksend/'>ClickSend</a>
|
||||
<a href='/components/notify.clicksend/'>ClickSend SMS</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/notify.command_line/'>Command line Notify</a>
|
||||
|
|
|
@ -139,7 +139,7 @@
|
|||
<a href='/components/notify.ciscospark/'>Cisco Spark</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/notify.clicksend/'>ClickSend</a>
|
||||
<a href='/components/notify.clicksend/'>ClickSend SMS</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/notify.command_line/'>Command line Notify</a>
|
||||
|
|
|
@ -162,7 +162,7 @@ The phone number used in <strong>target</strong> should be registered with faceb
|
|||
<a href='/components/notify.ciscospark/'>Cisco Spark</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/notify.clicksend/'>ClickSend</a>
|
||||
<a href='/components/notify.clicksend/'>ClickSend SMS</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/notify.command_line/'>Command line Notify</a>
|
||||
|
|
|
@ -133,7 +133,7 @@
|
|||
<a href='/components/notify.ciscospark/'>Cisco Spark</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/notify.clicksend/'>ClickSend</a>
|
||||
<a href='/components/notify.clicksend/'>ClickSend SMS</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/notify.command_line/'>Command line Notify</a>
|
||||
|
|
|
@ -132,7 +132,7 @@ If you disable and re-enable the SMS API option, please be sure to update your t
|
|||
<a href='/components/notify.ciscospark/'>Cisco Spark</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/notify.clicksend/'>ClickSend</a>
|
||||
<a href='/components/notify.clicksend/'>ClickSend SMS</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/notify.command_line/'>Command line Notify</a>
|
||||
|
|
|
@ -127,7 +127,7 @@
|
|||
<a href='/components/notify.ciscospark/'>Cisco Spark</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/notify.clicksend/'>ClickSend</a>
|
||||
<a href='/components/notify.clicksend/'>ClickSend SMS</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/notify.command_line/'>Command line Notify</a>
|
||||
|
|
|
@ -140,7 +140,7 @@
|
|||
<a href='/components/notify.ciscospark/'>Cisco Spark</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/notify.clicksend/'>ClickSend</a>
|
||||
<a href='/components/notify.clicksend/'>ClickSend SMS</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/notify.command_line/'>Command line Notify</a>
|
||||
|
|
|
@ -328,7 +328,7 @@
|
|||
<a href='/components/notify.ciscospark/'>Cisco Spark</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/notify.clicksend/'>ClickSend</a>
|
||||
<a href='/components/notify.clicksend/'>ClickSend SMS</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/notify.command_line/'>Command line Notify</a>
|
||||
|
|
|
@ -154,7 +154,7 @@
|
|||
<a href='/components/notify.ciscospark/'>Cisco Spark</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/notify.clicksend/'>ClickSend</a>
|
||||
<a href='/components/notify.clicksend/'>ClickSend SMS</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/notify.command_line/'>Command line Notify</a>
|
||||
|
|
|
@ -118,7 +118,7 @@
|
|||
<a href='/components/notify.ciscospark/'>Cisco Spark</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/notify.clicksend/'>ClickSend</a>
|
||||
<a href='/components/notify.clicksend/'>ClickSend SMS</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/notify.command_line/'>Command line Notify</a>
|
||||
|
|
|
@ -237,7 +237,7 @@
|
|||
<a href='/components/notify.ciscospark/'>Cisco Spark</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/notify.clicksend/'>ClickSend</a>
|
||||
<a href='/components/notify.clicksend/'>ClickSend SMS</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/notify.command_line/'>Command line Notify</a>
|
||||
|
|
|
@ -131,7 +131,7 @@ Note that icons always begin with “i” while animations begin with “a”. T
|
|||
<a href='/components/notify.ciscospark/'>Cisco Spark</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/notify.clicksend/'>ClickSend</a>
|
||||
<a href='/components/notify.clicksend/'>ClickSend SMS</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/notify.command_line/'>Command line Notify</a>
|
||||
|
|
|
@ -158,7 +158,7 @@
|
|||
<a href='/components/notify.ciscospark/'>Cisco Spark</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/notify.clicksend/'>ClickSend</a>
|
||||
<a href='/components/notify.clicksend/'>ClickSend SMS</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/notify.command_line/'>Command line Notify</a>
|
||||
|
|
|
@ -140,7 +140,7 @@
|
|||
<a href='/components/notify.ciscospark/'>Cisco Spark</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/notify.clicksend/'>ClickSend</a>
|
||||
<a href='/components/notify.clicksend/'>ClickSend SMS</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/notify.command_line/'>Command line Notify</a>
|
||||
|
|
|
@ -157,7 +157,7 @@
|
|||
<a href='/components/notify.ciscospark/'>Cisco Spark</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/notify.clicksend/'>ClickSend</a>
|
||||
<a href='/components/notify.clicksend/'>ClickSend SMS</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/notify.command_line/'>Command line Notify</a>
|
||||
|
|
|
@ -132,7 +132,7 @@
|
|||
<a href='/components/notify.ciscospark/'>Cisco Spark</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/notify.clicksend/'>ClickSend</a>
|
||||
<a href='/components/notify.clicksend/'>ClickSend SMS</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/notify.command_line/'>Command line Notify</a>
|
||||
|
|
|
@ -133,7 +133,7 @@
|
|||
<a href='/components/notify.ciscospark/'>Cisco Spark</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/notify.clicksend/'>ClickSend</a>
|
||||
<a href='/components/notify.clicksend/'>ClickSend SMS</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/notify.command_line/'>Command line Notify</a>
|
||||
|
|
|
@ -162,7 +162,7 @@
|
|||
<a href='/components/notify.ciscospark/'>Cisco Spark</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/notify.clicksend/'>ClickSend</a>
|
||||
<a href='/components/notify.clicksend/'>ClickSend SMS</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/notify.command_line/'>Command line Notify</a>
|
||||
|
|
|
@ -225,7 +225,7 @@
|
|||
<a href='/components/notify.ciscospark/'>Cisco Spark</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/notify.clicksend/'>ClickSend</a>
|
||||
<a href='/components/notify.clicksend/'>ClickSend SMS</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/notify.command_line/'>Command line Notify</a>
|
||||
|
|
|
@ -148,7 +148,7 @@ This is a fully customized JSON you can use to test how the final notification w
|
|||
<a href='/components/notify.ciscospark/'>Cisco Spark</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/notify.clicksend/'>ClickSend</a>
|
||||
<a href='/components/notify.clicksend/'>ClickSend SMS</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/notify.command_line/'>Command line Notify</a>
|
||||
|
|
|
@ -126,7 +126,7 @@
|
|||
<a href='/components/notify.ciscospark/'>Cisco Spark</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/notify.clicksend/'>ClickSend</a>
|
||||
<a href='/components/notify.clicksend/'>ClickSend SMS</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/notify.command_line/'>Command line Notify</a>
|
||||
|
|
|
@ -188,7 +188,7 @@
|
|||
<a href='/components/notify.ciscospark/'>Cisco Spark</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/notify.clicksend/'>ClickSend</a>
|
||||
<a href='/components/notify.clicksend/'>ClickSend SMS</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/notify.command_line/'>Command line Notify</a>
|
||||
|
|
|
@ -137,7 +137,7 @@
|
|||
<a href='/components/notify.ciscospark/'>Cisco Spark</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/notify.clicksend/'>ClickSend</a>
|
||||
<a href='/components/notify.clicksend/'>ClickSend SMS</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/notify.command_line/'>Command line Notify</a>
|
||||
|
|
|
@ -158,7 +158,7 @@
|
|||
<a href='/components/notify.ciscospark/'>Cisco Spark</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/notify.clicksend/'>ClickSend</a>
|
||||
<a href='/components/notify.clicksend/'>ClickSend SMS</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/notify.command_line/'>Command line Notify</a>
|
||||
|
|
|
@ -126,7 +126,7 @@
|
|||
<a href='/components/notify.ciscospark/'>Cisco Spark</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/notify.clicksend/'>ClickSend</a>
|
||||
<a href='/components/notify.clicksend/'>ClickSend SMS</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/notify.command_line/'>Command line Notify</a>
|
||||
|
|
|
@ -144,7 +144,7 @@
|
|||
<a href='/components/notify.ciscospark/'>Cisco Spark</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/notify.clicksend/'>ClickSend</a>
|
||||
<a href='/components/notify.clicksend/'>ClickSend SMS</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/notify.command_line/'>Command line Notify</a>
|
||||
|
|
|
@ -125,7 +125,7 @@
|
|||
<a href='/components/notify.ciscospark/'>Cisco Spark</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/notify.clicksend/'>ClickSend</a>
|
||||
<a href='/components/notify.clicksend/'>ClickSend SMS</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/notify.command_line/'>Command line Notify</a>
|
||||
|
|
|
@ -128,7 +128,7 @@
|
|||
<a href='/components/notify.ciscospark/'>Cisco Spark</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/notify.clicksend/'>ClickSend</a>
|
||||
<a href='/components/notify.clicksend/'>ClickSend SMS</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/notify.command_line/'>Command line Notify</a>
|
||||
|
|
|
@ -202,7 +202,7 @@
|
|||
<a href='/components/notify.ciscospark/'>Cisco Spark</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/notify.clicksend/'>ClickSend</a>
|
||||
<a href='/components/notify.clicksend/'>ClickSend SMS</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/notify.command_line/'>Command line Notify</a>
|
||||
|
|
|
@ -241,7 +241,7 @@ which need special attention. By default, the usage by external applications, es
|
|||
<a href='/components/notify.ciscospark/'>Cisco Spark</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/notify.clicksend/'>ClickSend</a>
|
||||
<a href='/components/notify.clicksend/'>ClickSend SMS</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/notify.command_line/'>Command line Notify</a>
|
||||
|
|
|
@ -228,7 +228,7 @@
|
|||
<a href='/components/notify.ciscospark/'>Cisco Spark</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/notify.clicksend/'>ClickSend</a>
|
||||
<a href='/components/notify.clicksend/'>ClickSend SMS</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/notify.command_line/'>Command line Notify</a>
|
||||
|
|
|
@ -261,7 +261,7 @@ homeassistant:
|
|||
<a href='/components/notify.ciscospark/'>Cisco Spark</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/notify.clicksend/'>ClickSend</a>
|
||||
<a href='/components/notify.clicksend/'>ClickSend SMS</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/notify.command_line/'>Command line Notify</a>
|
||||
|
|
|
@ -129,7 +129,7 @@
|
|||
<a href='/components/notify.ciscospark/'>Cisco Spark</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/notify.clicksend/'>ClickSend</a>
|
||||
<a href='/components/notify.clicksend/'>ClickSend SMS</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/notify.command_line/'>Command line Notify</a>
|
||||
|
|
|
@ -142,7 +142,7 @@ Passed message will be read by Text-To-Speech service.</p>
|
|||
<a href='/components/notify.ciscospark/'>Cisco Spark</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/notify.clicksend/'>ClickSend</a>
|
||||
<a href='/components/notify.clicksend/'>ClickSend SMS</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/notify.command_line/'>Command line Notify</a>
|
||||
|
|
|
@ -141,7 +141,7 @@
|
|||
<a href='/components/notify.ciscospark/'>Cisco Spark</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/notify.clicksend/'>ClickSend</a>
|
||||
<a href='/components/notify.clicksend/'>ClickSend SMS</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/notify.command_line/'>Command line Notify</a>
|
||||
|
|
|
@ -132,7 +132,7 @@
|
|||
<a href='/components/notify.ciscospark/'>Cisco Spark</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/notify.clicksend/'>ClickSend</a>
|
||||
<a href='/components/notify.clicksend/'>ClickSend SMS</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/notify.command_line/'>Command line Notify</a>
|
||||
|
|
|
@ -167,7 +167,7 @@
|
|||
<a href='/components/notify.ciscospark/'>Cisco Spark</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/notify.clicksend/'>ClickSend</a>
|
||||
<a href='/components/notify.clicksend/'>ClickSend SMS</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/notify.command_line/'>Command line Notify</a>
|
||||
|
|
|
@ -130,7 +130,7 @@
|
|||
<a href='/components/notify.ciscospark/'>Cisco Spark</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/notify.clicksend/'>ClickSend</a>
|
||||
<a href='/components/notify.clicksend/'>ClickSend SMS</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/notify.command_line/'>Command line Notify</a>
|
||||
|
|
|
@ -180,7 +180,7 @@
|
|||
Cisco Spark
|
||||
</a></li>
|
||||
<li><a href='/components/notify.clicksend/'>
|
||||
ClickSend
|
||||
ClickSend SMS
|
||||
</a></li>
|
||||
<li><a href='/components/notify.command_line/'>
|
||||
Command line Notify
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue