Functions | |
| bool | setup (HomeAssistant hass, ConfigType config) |
Variables | |
| _LOGGER = logging.getLogger(__name__) | |
| CONFIG_SCHEMA | |
| string | DEFAULT_HOST = "https://webhook.logentries.com/noformat/logs/" |
| string | DOMAIN = "logentries" |
Support for sending data to Logentries webhook endpoint.
| bool homeassistant.components.logentries.setup | ( | HomeAssistant | hass, |
| ConfigType | config | ||
| ) |
Set up the Logentries component.
Definition at line 26 of file __init__.py.
|
private |
Definition at line 15 of file __init__.py.
| homeassistant.components.logentries.CONFIG_SCHEMA |
Definition at line 21 of file __init__.py.
| string homeassistant.components.logentries.DEFAULT_HOST = "https://webhook.logentries.com/noformat/logs/" |
Definition at line 19 of file __init__.py.
| string homeassistant.components.logentries.DOMAIN = "logentries" |
Definition at line 17 of file __init__.py.