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

Public Member Functions

def __init__ (self, hass, api_key)
 
def async_send_message (self, message, **kwargs)
 

Private Attributes

 _api_key
 
 _hass
 

Detailed Description

Implement the notification service for Prowl.

Definition at line 39 of file notify.py.

Constructor & Destructor Documentation

◆ __init__()

def homeassistant.components.prowl.notify.ProwlNotificationService.__init__ (   self,
  hass,
  api_key 
)
Initialize the service.

Definition at line 42 of file notify.py.

Member Function Documentation

◆ async_send_message()

def homeassistant.components.prowl.notify.ProwlNotificationService.async_send_message (   self,
  message,
**  kwargs 
)
Send the message to the user.

Definition at line 47 of file notify.py.

Member Data Documentation

◆ _api_key

homeassistant.components.prowl.notify.ProwlNotificationService._api_key
private

Definition at line 45 of file notify.py.

◆ _hass

homeassistant.components.prowl.notify.ProwlNotificationService._hass
private

Definition at line 44 of file notify.py.


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