Implement the notification service for Pushover.
Definition at line 53 of file notify.py.
◆ __init__()
| None homeassistant.components.pushover.notify.PushoverNotificationService.__init__ |
( |
|
self, |
|
|
HomeAssistant |
hass, |
|
|
PushoverAPI |
pushover, |
|
|
str
|
user_key |
|
) |
| |
Initialize the service.
Definition at line 56 of file notify.py.
◆ send_message()
| None homeassistant.components.pushover.notify.PushoverNotificationService.send_message |
( |
|
self, |
|
|
str |
message = "", |
|
|
**Any |
kwargs |
|
) |
| |
Send a message to a user.
Definition at line 64 of file notify.py.
◆ _hass
| homeassistant.components.pushover.notify.PushoverNotificationService._hass |
|
private |
◆ _user_key
| homeassistant.components.pushover.notify.PushoverNotificationService._user_key |
|
private |
◆ pushover
| homeassistant.components.pushover.notify.PushoverNotificationService.pushover |
The documentation for this class was generated from the following file:
- core/homeassistant/components/pushover/notify.py