Implementation of the notification service for Simplepush.
Definition at line 36 of file notify.py.
◆ __init__()
| None homeassistant.components.simplepush.notify.SimplePushNotificationService.__init__ |
( |
|
self, |
|
|
dict[str, Any] |
config |
|
) |
| |
Initialize the Simplepush notification service.
Definition at line 39 of file notify.py.
◆ send_message()
| None homeassistant.components.simplepush.notify.SimplePushNotificationService.send_message |
( |
|
self, |
|
|
str |
message, |
|
|
**Any |
kwargs |
|
) |
| |
Send a message to a Simplepush user.
Definition at line 46 of file notify.py.
The documentation for this class was generated from the following file:
- core/homeassistant/components/simplepush/notify.py