Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.logentries Namespace Reference

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"
 

Detailed Description

Support for sending data to Logentries webhook endpoint.

Function Documentation

◆ setup()

bool homeassistant.components.logentries.setup ( HomeAssistant  hass,
ConfigType  config 
)
Set up the Logentries component.

Definition at line 26 of file __init__.py.

Variable Documentation

◆ _LOGGER

homeassistant.components.logentries._LOGGER = logging.getLogger(__name__)
private

Definition at line 15 of file __init__.py.

◆ CONFIG_SCHEMA

homeassistant.components.logentries.CONFIG_SCHEMA
Initial value:
1 = vol.Schema(
2  {DOMAIN: vol.Schema({vol.Required(CONF_TOKEN): cv.string})}, extra=vol.ALLOW_EXTRA
3 )

Definition at line 21 of file __init__.py.

◆ DEFAULT_HOST

string homeassistant.components.logentries.DEFAULT_HOST = "https://webhook.logentries.com/noformat/logs/"

Definition at line 19 of file __init__.py.

◆ DOMAIN

string homeassistant.components.logentries.DOMAIN = "logentries"

Definition at line 17 of file __init__.py.