Update link to docs (Jekyll 3 update)
This commit is contained in:
parent
2d9a785c18
commit
bfa8e58879
11 changed files with 13 additions and 11 deletions
|
@ -1,8 +1,10 @@
|
|||
"""
|
||||
homeassistant.components.notify
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
Provides functionality to notify people.
|
||||
|
||||
For more details about this component, please refer to the documentation at
|
||||
https://home-assistant.io/components/notify/
|
||||
"""
|
||||
from functools import partial
|
||||
import logging
|
||||
|
|
|
@ -4,7 +4,7 @@ homeassistant.components.notify.file
|
|||
File notification service.
|
||||
|
||||
For more details about this platform, please refer to the documentation at
|
||||
https://home-assistant.io/components/notify.file.html
|
||||
https://home-assistant.io/components/notify.file/
|
||||
"""
|
||||
import logging
|
||||
import os
|
||||
|
|
|
@ -4,7 +4,7 @@ homeassistant.components.notify.instapush
|
|||
Instapush notification service.
|
||||
|
||||
For more details about this platform, please refer to the documentation at
|
||||
https://home-assistant.io/components/notify.instapush.html
|
||||
https://home-assistant.io/components/notify.instapush/
|
||||
"""
|
||||
import logging
|
||||
import json
|
||||
|
|
|
@ -4,7 +4,7 @@ homeassistant.components.notify.nma
|
|||
NMA (Notify My Android) notification service.
|
||||
|
||||
For more details about this platform, please refer to the documentation at
|
||||
https://home-assistant.io/components/notify.nma.html
|
||||
https://home-assistant.io/components/notify.nma/
|
||||
"""
|
||||
import logging
|
||||
import xml.etree.ElementTree as ET
|
||||
|
|
|
@ -4,7 +4,7 @@ homeassistant.components.notify.pushbullet
|
|||
PushBullet platform for notify component.
|
||||
|
||||
For more details about this platform, please refer to the documentation at
|
||||
https://home-assistant.io/components/notify.pushbullet.html
|
||||
https://home-assistant.io/components/notify.pushbullet/
|
||||
"""
|
||||
import logging
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@ homeassistant.components.notify.pushover
|
|||
Pushover platform for notify component.
|
||||
|
||||
For more details about this platform, please refer to the documentation at
|
||||
https://home-assistant.io/components/notify.pushover.html
|
||||
https://home-assistant.io/components/notify.pushover/
|
||||
"""
|
||||
import logging
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@ homeassistant.components.notify.slack
|
|||
Slack platform for notify component.
|
||||
|
||||
For more details about this platform, please refer to the documentation at
|
||||
https://home-assistant.io/components/notify.slack.html
|
||||
https://home-assistant.io/components/notify.slack/
|
||||
"""
|
||||
import logging
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@ homeassistant.components.notify.smtp
|
|||
Mail (SMTP) notification service.
|
||||
|
||||
For more details about this platform, please refer to the documentation at
|
||||
https://home-assistant.io/components/notify.smtp.html
|
||||
https://home-assistant.io/components/notify.smtp/
|
||||
"""
|
||||
import logging
|
||||
import smtplib
|
||||
|
|
|
@ -4,7 +4,7 @@ homeassistant.components.notify.syslog
|
|||
Syslog notification service.
|
||||
|
||||
For more details about this platform, please refer to the documentation at
|
||||
https://home-assistant.io/components/notify.syslog.html
|
||||
https://home-assistant.io/components/notify.syslog/
|
||||
"""
|
||||
import logging
|
||||
import syslog
|
||||
|
|
|
@ -4,7 +4,7 @@ homeassistant.components.notify.telegram
|
|||
Telegram platform for notify component.
|
||||
|
||||
For more details about this platform, please refer to the documentation at
|
||||
https://home-assistant.io/components/notify.telegram.html
|
||||
https://home-assistant.io/components/notify.telegram/
|
||||
"""
|
||||
import logging
|
||||
import urllib
|
||||
|
|
|
@ -4,7 +4,7 @@ homeassistant.components.notify.xmpp
|
|||
Jabber (XMPP) notification service.
|
||||
|
||||
For more details about this platform, please refer to the documentation at
|
||||
https://home-assistant.io/components/notify.xmpp.html
|
||||
https://home-assistant.io/components/notify.xmpp/
|
||||
"""
|
||||
import logging
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue