mirror of
https://github.com/home-assistant/core.git
synced 2026-02-21 02:18:47 +00:00
Co-authored-by: Claude <noreply@anthropic.com> Co-authored-by: Erwin Douna <e.douna@gmail.com> Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
11 lines
177 B
Python
11 lines
177 B
Python
"""Constants for the Splunk integration."""
|
|
|
|
DOMAIN = "splunk"
|
|
|
|
CONF_FILTER = "filter"
|
|
|
|
DEFAULT_HOST = "localhost"
|
|
DEFAULT_PORT = 8088
|
|
DEFAULT_SSL = False
|
|
DEFAULT_NAME = "HASS"
|