mirror of
https://github.com/home-assistant/core.git
synced 2025-07-25 14:17:45 +00:00
Update link to docs (Jekyll 3 update)
This commit is contained in:
parent
2d9a785c18
commit
bfa8e58879
@ -1,8 +1,10 @@
|
|||||||
"""
|
"""
|
||||||
homeassistant.components.notify
|
homeassistant.components.notify
|
||||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
Provides functionality to notify people.
|
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
|
from functools import partial
|
||||||
import logging
|
import logging
|
||||||
|
@ -4,7 +4,7 @@ homeassistant.components.notify.file
|
|||||||
File notification service.
|
File notification service.
|
||||||
|
|
||||||
For more details about this platform, please refer to the documentation at
|
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 logging
|
||||||
import os
|
import os
|
||||||
|
@ -4,7 +4,7 @@ homeassistant.components.notify.instapush
|
|||||||
Instapush notification service.
|
Instapush notification service.
|
||||||
|
|
||||||
For more details about this platform, please refer to the documentation at
|
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 logging
|
||||||
import json
|
import json
|
||||||
|
@ -4,7 +4,7 @@ homeassistant.components.notify.nma
|
|||||||
NMA (Notify My Android) notification service.
|
NMA (Notify My Android) notification service.
|
||||||
|
|
||||||
For more details about this platform, please refer to the documentation at
|
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 logging
|
||||||
import xml.etree.ElementTree as ET
|
import xml.etree.ElementTree as ET
|
||||||
|
@ -4,7 +4,7 @@ homeassistant.components.notify.pushbullet
|
|||||||
PushBullet platform for notify component.
|
PushBullet platform for notify component.
|
||||||
|
|
||||||
For more details about this platform, please refer to the documentation at
|
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
|
import logging
|
||||||
|
|
||||||
|
@ -4,7 +4,7 @@ homeassistant.components.notify.pushover
|
|||||||
Pushover platform for notify component.
|
Pushover platform for notify component.
|
||||||
|
|
||||||
For more details about this platform, please refer to the documentation at
|
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
|
import logging
|
||||||
|
|
||||||
|
@ -4,7 +4,7 @@ homeassistant.components.notify.slack
|
|||||||
Slack platform for notify component.
|
Slack platform for notify component.
|
||||||
|
|
||||||
For more details about this platform, please refer to the documentation at
|
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
|
import logging
|
||||||
|
|
||||||
|
@ -4,7 +4,7 @@ homeassistant.components.notify.smtp
|
|||||||
Mail (SMTP) notification service.
|
Mail (SMTP) notification service.
|
||||||
|
|
||||||
For more details about this platform, please refer to the documentation at
|
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 logging
|
||||||
import smtplib
|
import smtplib
|
||||||
|
@ -4,7 +4,7 @@ homeassistant.components.notify.syslog
|
|||||||
Syslog notification service.
|
Syslog notification service.
|
||||||
|
|
||||||
For more details about this platform, please refer to the documentation at
|
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 logging
|
||||||
import syslog
|
import syslog
|
||||||
|
@ -4,7 +4,7 @@ homeassistant.components.notify.telegram
|
|||||||
Telegram platform for notify component.
|
Telegram platform for notify component.
|
||||||
|
|
||||||
For more details about this platform, please refer to the documentation at
|
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 logging
|
||||||
import urllib
|
import urllib
|
||||||
|
@ -4,7 +4,7 @@ homeassistant.components.notify.xmpp
|
|||||||
Jabber (XMPP) notification service.
|
Jabber (XMPP) notification service.
|
||||||
|
|
||||||
For more details about this platform, please refer to the documentation at
|
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
|
import logging
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user