Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.apprise.notify.AppriseNotificationService Class Reference
Inheritance diagram for homeassistant.components.apprise.notify.AppriseNotificationService:
[legend]
Collaboration diagram for homeassistant.components.apprise.notify.AppriseNotificationService:
[legend]

Public Member Functions

None __init__ (self, apprise.Apprise a_obj)
 
None send_message (self, str message="", **Any kwargs)
 

Public Attributes

 apprise
 

Detailed Description

Implement the notification service for Apprise.

Definition at line 65 of file notify.py.

Constructor & Destructor Documentation

◆ __init__()

None homeassistant.components.apprise.notify.AppriseNotificationService.__init__ (   self,
apprise.Apprise  a_obj 
)
Initialize the service.

Definition at line 68 of file notify.py.

Member Function Documentation

◆ 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.

Member Data Documentation

◆ apprise

homeassistant.components.apprise.notify.AppriseNotificationService.apprise

Definition at line 70 of file notify.py.


The documentation for this class was generated from the following file: