Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.syslog.notify.SyslogNotificationService Class Reference
Inheritance diagram for homeassistant.components.syslog.notify.SyslogNotificationService:
[legend]
Collaboration diagram for homeassistant.components.syslog.notify.SyslogNotificationService:
[legend]

Public Member Functions

def __init__ (self, facility, option, priority)
 
def send_message (self, message="", **kwargs)
 

Private Attributes

 _facility
 
 _option
 
 _priority
 

Detailed Description

Implement the syslog notification service.

Definition at line 85 of file notify.py.

Constructor & Destructor Documentation

◆ __init__()

def homeassistant.components.syslog.notify.SyslogNotificationService.__init__ (   self,
  facility,
  option,
  priority 
)
Initialize the service.

Definition at line 88 of file notify.py.

Member Function Documentation

◆ 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.

Member Data Documentation

◆ _facility

homeassistant.components.syslog.notify.SyslogNotificationService._facility
private

Definition at line 90 of file notify.py.

◆ _option

homeassistant.components.syslog.notify.SyslogNotificationService._option
private

Definition at line 91 of file notify.py.

◆ _priority

homeassistant.components.syslog.notify.SyslogNotificationService._priority
private

Definition at line 92 of file notify.py.


The documentation for this class was generated from the following file: