Implement the syslog notification service.
Definition at line 85 of file notify.py.
◆ __init__()
| def homeassistant.components.syslog.notify.SyslogNotificationService.__init__ |
( |
|
self, |
|
|
|
facility, |
|
|
|
option, |
|
|
|
priority |
|
) |
| |
Initialize the service.
Definition at line 88 of file notify.py.
◆ send_message()
| def homeassistant.components.syslog.notify.SyslogNotificationService.send_message |
( |
|
self, |
|
|
|
message = "", |
|
|
** |
kwargs |
|
) |
| |
Send a message to syslog.
Definition at line 94 of file notify.py.
◆ _facility
| homeassistant.components.syslog.notify.SyslogNotificationService._facility |
|
private |
◆ _option
| homeassistant.components.syslog.notify.SyslogNotificationService._option |
|
private |
◆ _priority
| homeassistant.components.syslog.notify.SyslogNotificationService._priority |
|
private |
The documentation for this class was generated from the following file:
- core/homeassistant/components/syslog/notify.py