Implement the notification service for Flock.
Definition at line 42 of file notify.py.
◆ __init__()
| def homeassistant.components.flock.notify.FlockNotificationService.__init__ |
( |
|
self, |
|
|
|
url, |
|
|
|
session |
|
) |
| |
Initialize the Flock notification service.
Definition at line 45 of file notify.py.
◆ async_send_message()
| def homeassistant.components.flock.notify.FlockNotificationService.async_send_message |
( |
|
self, |
|
|
|
message, |
|
|
** |
kwargs |
|
) |
| |
Send the message to the user.
Definition at line 50 of file notify.py.
◆ _session
| homeassistant.components.flock.notify.FlockNotificationService._session |
|
private |
◆ _url
| homeassistant.components.flock.notify.FlockNotificationService._url |
|
private |
The documentation for this class was generated from the following file:
- core/homeassistant/components/flock/notify.py