Implement the notification service for Apprise.
Definition at line 65 of file notify.py.
◆ __init__()
| None homeassistant.components.apprise.notify.AppriseNotificationService.__init__ |
( |
|
self, |
|
|
apprise.Apprise |
a_obj |
|
) |
| |
Initialize the service.
Definition at line 68 of file notify.py.
◆ send_message()
| None homeassistant.components.apprise.notify.AppriseNotificationService.send_message |
( |
|
self, |
|
|
str |
message = "", |
|
|
**Any |
kwargs |
|
) |
| |
Send a message to a specified target.
If no target/tags are specified, then services are notified as is
However, if any tags are specified, then they will be applied
to the notification causing filtering (if set up that way).
Definition at line 72 of file notify.py.
◆ apprise
| homeassistant.components.apprise.notify.AppriseNotificationService.apprise |
The documentation for this class was generated from the following file:
- core/homeassistant/components/apprise/notify.py