mirror of
https://github.com/home-assistant/core.git
synced 2026-07-15 10:34:19 +01:00
c6eef394c8
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com> Co-authored-by: Josef Zweck <josef@zweck.dev> Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
11 lines
176 B
Python
11 lines
176 B
Python
"""Constants for the Splunk integration."""
|
|
|
|
DOMAIN = "splunk"
|
|
|
|
CONF_FILTER = "filter"
|
|
|
|
DEFAULT_HOST = "localhost"
|
|
DEFAULT_PORT = 8088
|
|
DEFAULT_SSL = True
|
|
DEFAULT_NAME = "HASS"
|