Functions | |
| bool | async_setup (HomeAssistant hass, ConfigType config) |
Variables | |
| _LOGGER = logging.getLogger(__name__) | |
| string | CONF_FILTER = "filter" |
| CONFIG_SCHEMA | |
| string | DEFAULT_HOST = "localhost" |
| string | DEFAULT_NAME = "HASS" |
| int | DEFAULT_PORT = 8088 |
| bool | DEFAULT_SSL = False |
| string | DOMAIN = "splunk" |
Support to send data to a Splunk instance.
| bool homeassistant.components.splunk.async_setup | ( | HomeAssistant | hass, |
| ConfigType | config | ||
| ) |
Set up the Splunk component.
Definition at line 57 of file __init__.py.
|
private |
Definition at line 29 of file __init__.py.
| string homeassistant.components.splunk.CONF_FILTER = "filter" |
Definition at line 32 of file __init__.py.
| homeassistant.components.splunk.CONFIG_SCHEMA |
Definition at line 39 of file __init__.py.
| string homeassistant.components.splunk.DEFAULT_HOST = "localhost" |
Definition at line 34 of file __init__.py.
| string homeassistant.components.splunk.DEFAULT_NAME = "HASS" |
Definition at line 37 of file __init__.py.
| int homeassistant.components.splunk.DEFAULT_PORT = 8088 |
Definition at line 35 of file __init__.py.
| bool homeassistant.components.splunk.DEFAULT_SSL = False |
Definition at line 36 of file __init__.py.
| string homeassistant.components.splunk.DOMAIN = "splunk" |
Definition at line 31 of file __init__.py.