Classes | |
| class | SyslogNotificationService |
Functions | |
| SyslogNotificationService | get_service (HomeAssistant hass, ConfigType config, DiscoveryInfoType|None discovery_info=None) |
Variables | |
| string | CONF_FACILITY = "facility" |
| string | CONF_OPTION = "option" |
| string | CONF_PRIORITY = "priority" |
| PLATFORM_SCHEMA | |
| dictionary | SYSLOG_FACILITY |
| dictionary | SYSLOG_OPTION |
| dictionary | SYSLOG_PRIORITY |
Syslog notification service.
| SyslogNotificationService homeassistant.components.syslog.notify.get_service | ( | HomeAssistant | hass, |
| ConfigType | config, | ||
| DiscoveryInfoType | None | discovery_info = None |
||
| ) |
| string homeassistant.components.syslog.notify.CONF_FACILITY = "facility" |
| string homeassistant.components.syslog.notify.CONF_OPTION = "option" |
| string homeassistant.components.syslog.notify.CONF_PRIORITY = "priority" |
| homeassistant.components.syslog.notify.PLATFORM_SCHEMA |
| dictionary homeassistant.components.syslog.notify.SYSLOG_FACILITY |
| dictionary homeassistant.components.syslog.notify.SYSLOG_OPTION |