Site updated at 2016-06-04 11:47:35 UTC
This commit is contained in:
parent
43cdc6316d
commit
aac5e442fa
47 changed files with 178 additions and 32 deletions
|
@ -156,10 +156,6 @@ Support for these components is provided by the Home Assistant community.
|
|||
|
||||
|
||||
|
||||
<a href='#notify' class="btn">Notify</a>
|
||||
|
||||
|
||||
|
||||
<a href='#organization' class="btn">Organization</a>
|
||||
|
||||
|
||||
|
@ -867,7 +863,7 @@ Support for these components is provided by the Home Assistant community.
|
|||
|
||||
|
||||
<a href='/components/notify.ecobee/'
|
||||
class='notify'
|
||||
class='notifications'
|
||||
style='display: none'>
|
||||
<div class='img-container'>
|
||||
|
||||
|
@ -875,7 +871,7 @@ Support for these components is provided by the Home Assistant community.
|
|||
|
||||
</div>
|
||||
<div class='title'>Ecobee Notify</div>
|
||||
<div class='category'>Notify</div>
|
||||
<div class='category'>Notifications</div>
|
||||
</a>
|
||||
|
||||
|
||||
|
|
|
@ -200,6 +200,9 @@
|
|||
<li>
|
||||
<a href='/components/notify.command_line/'>Command line Notify</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/notify.ecobee/'>Ecobee Notify</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/notify.file/'>File</a>
|
||||
</li>
|
||||
|
|
|
@ -160,6 +160,9 @@
|
|||
<li>
|
||||
<a href='/components/notify.command_line/'>Command line Notify</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/notify.ecobee/'>Ecobee Notify</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/notify.file/'>File</a>
|
||||
</li>
|
||||
|
|
|
@ -173,6 +173,9 @@
|
|||
<li>
|
||||
<a href='/components/notify.command_line/'>Command line Notify</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/notify.ecobee/'>Ecobee Notify</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/notify.file/'>File</a>
|
||||
</li>
|
||||
|
|
|
@ -167,6 +167,9 @@
|
|||
<li>
|
||||
Command line Notify
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/notify.ecobee/'>Ecobee Notify</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/notify.file/'>File</a>
|
||||
</li>
|
||||
|
|
|
@ -149,11 +149,86 @@
|
|||
</ul>
|
||||
</div>
|
||||
<div class='section'>
|
||||
<h1 class="title delta">Category Notify</h1>
|
||||
<h1 class="title delta">Category Notifications</h1>
|
||||
<ul class='divided'>
|
||||
<li>
|
||||
<a href='/components/notify.aws_lambda/'>AWS Lambda</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/notify.aws_sns/'>AWS SNS</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/notify.aws_sqs/'>AWS SQS</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/notify.command_line/'>Command line Notify</a>
|
||||
</li>
|
||||
<li>
|
||||
Ecobee Notify
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/notify.file/'>File</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/notify.free_mobile/'>Free Mobile</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/notify.gntp/'>GNTP (Growl)</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/notify.google_voice/'>Google Voice SMS</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/notify.instapush/'>Instapush</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/notify.xmpp/'>Jabber (XMPP)</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/notify.webostv/'>LG WebOS TV notifications</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/notify.mqtt/'>MQTT Notifications</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/notify.message_bird/'>MessageBird</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/notify.nma/'>Notify My Android</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/notify.pushbullet/'>PushBullet</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/notify.pushover/'>PushOver</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/notify.pushetta/'>Pushetta</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/notify.rest/'>REST</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/notify.smtp/'>SMTP</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/notify.sendgrid/'>SendGrid</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/notify.slack/'>Slack</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/notify.syslog/'>Syslog</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/notify.telegram/'>Telegram</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/notify.twilio_sms/'>Twilio SMS</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/notify.twitter/'>Twitter</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</section>
|
||||
|
|
|
@ -152,6 +152,9 @@
|
|||
<li>
|
||||
<a href='/components/notify.command_line/'>Command line Notify</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/notify.ecobee/'>Ecobee Notify</a>
|
||||
</li>
|
||||
<li>
|
||||
File
|
||||
</li>
|
||||
|
|
|
@ -160,6 +160,9 @@ If you disable and re-enable the SMS API option, please be sure to update your t
|
|||
<li>
|
||||
<a href='/components/notify.command_line/'>Command line Notify</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/notify.ecobee/'>Ecobee Notify</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/notify.file/'>File</a>
|
||||
</li>
|
||||
|
|
|
@ -153,6 +153,9 @@
|
|||
<li>
|
||||
<a href='/components/notify.command_line/'>Command line Notify</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/notify.ecobee/'>Ecobee Notify</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/notify.file/'>File</a>
|
||||
</li>
|
||||
|
|
|
@ -170,6 +170,9 @@
|
|||
<li>
|
||||
<a href='/components/notify.command_line/'>Command line Notify</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/notify.ecobee/'>Ecobee Notify</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/notify.file/'>File</a>
|
||||
</li>
|
||||
|
|
|
@ -172,6 +172,9 @@
|
|||
<li>
|
||||
<a href='/components/notify.command_line/'>Command line Notify</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/notify.ecobee/'>Ecobee Notify</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/notify.file/'>File</a>
|
||||
</li>
|
||||
|
|
|
@ -165,6 +165,9 @@
|
|||
<li>
|
||||
<a href='/components/notify.command_line/'>Command line Notify</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/notify.ecobee/'>Ecobee Notify</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/notify.file/'>File</a>
|
||||
</li>
|
||||
|
|
|
@ -184,6 +184,9 @@
|
|||
<li>
|
||||
<a href='/components/notify.command_line/'>Command line Notify</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/notify.ecobee/'>Ecobee Notify</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/notify.file/'>File</a>
|
||||
</li>
|
||||
|
|
|
@ -152,6 +152,9 @@
|
|||
<li>
|
||||
<a href='/components/notify.command_line/'>Command line Notify</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/notify.ecobee/'>Ecobee Notify</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/notify.file/'>File</a>
|
||||
</li>
|
||||
|
|
|
@ -197,6 +197,9 @@
|
|||
<li>
|
||||
<a href='/components/notify.command_line/'>Command line Notify</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/notify.ecobee/'>Ecobee Notify</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/notify.file/'>File</a>
|
||||
</li>
|
||||
|
|
|
@ -165,6 +165,9 @@
|
|||
<li>
|
||||
<a href='/components/notify.command_line/'>Command line Notify</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/notify.ecobee/'>Ecobee Notify</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/notify.file/'>File</a>
|
||||
</li>
|
||||
|
|
|
@ -158,6 +158,9 @@
|
|||
<li>
|
||||
<a href='/components/notify.command_line/'>Command line Notify</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/notify.ecobee/'>Ecobee Notify</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/notify.file/'>File</a>
|
||||
</li>
|
||||
|
|
|
@ -172,6 +172,9 @@
|
|||
<li>
|
||||
<a href='/components/notify.command_line/'>Command line Notify</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/notify.ecobee/'>Ecobee Notify</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/notify.file/'>File</a>
|
||||
</li>
|
||||
|
|
|
@ -151,6 +151,9 @@
|
|||
<li>
|
||||
<a href='/components/notify.command_line/'>Command line Notify</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/notify.ecobee/'>Ecobee Notify</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/notify.file/'>File</a>
|
||||
</li>
|
||||
|
|
|
@ -155,6 +155,9 @@
|
|||
<li>
|
||||
<a href='/components/notify.command_line/'>Command line Notify</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/notify.ecobee/'>Ecobee Notify</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/notify.file/'>File</a>
|
||||
</li>
|
||||
|
|
|
@ -171,6 +171,9 @@ which need special attention. By default, the usage by external applications, es
|
|||
<li>
|
||||
<a href='/components/notify.command_line/'>Command line Notify</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/notify.ecobee/'>Ecobee Notify</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/notify.file/'>File</a>
|
||||
</li>
|
||||
|
|
|
@ -259,6 +259,9 @@
|
|||
<li>
|
||||
<a href='/components/notify.command_line/'>Command line Notify</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/notify.ecobee/'>Ecobee Notify</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/notify.file/'>File</a>
|
||||
</li>
|
||||
|
|
|
@ -191,6 +191,9 @@ print(chat_id)
|
|||
<li>
|
||||
<a href='/components/notify.command_line/'>Command line Notify</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/notify.ecobee/'>Ecobee Notify</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/notify.file/'>File</a>
|
||||
</li>
|
||||
|
|
|
@ -174,6 +174,9 @@
|
|||
<li>
|
||||
<a href='/components/notify.command_line/'>Command line Notify</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/notify.ecobee/'>Ecobee Notify</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/notify.file/'>File</a>
|
||||
</li>
|
||||
|
|
|
@ -158,6 +158,9 @@
|
|||
<li>
|
||||
<a href='/components/notify.command_line/'>Command line Notify</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/notify.ecobee/'>Ecobee Notify</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/notify.file/'>File</a>
|
||||
</li>
|
||||
|
|
|
@ -179,6 +179,9 @@
|
|||
<li>
|
||||
<a href='/components/notify.command_line/'>Command line Notify</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/notify.ecobee/'>Ecobee Notify</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/notify.file/'>File</a>
|
||||
</li>
|
||||
|
|
|
@ -156,6 +156,9 @@
|
|||
<li>
|
||||
<a href='/components/notify.command_line/'>Command line Notify</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/notify.ecobee/'>Ecobee Notify</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/notify.file/'>File</a>
|
||||
</li>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue