Implement the notification service for Prowl.
Definition at line 39 of file notify.py.
◆ __init__()
| def homeassistant.components.prowl.notify.ProwlNotificationService.__init__ |
( |
|
self, |
|
|
|
hass, |
|
|
|
api_key |
|
) |
| |
Initialize the service.
Definition at line 42 of file notify.py.
◆ 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.
◆ _api_key
| homeassistant.components.prowl.notify.ProwlNotificationService._api_key |
|
private |
◆ _hass
| homeassistant.components.prowl.notify.ProwlNotificationService._hass |
|
private |
The documentation for this class was generated from the following file:
- core/homeassistant/components/prowl/notify.py