mirror of
https://github.com/home-assistant/core.git
synced 2025-11-07 18:09:31 +00:00
11 lines
174 B
Python
11 lines
174 B
Python
"""Constants for the Datadog integration."""
|
|
|
|
DOMAIN = "datadog"
|
|
|
|
CONF_RATE = "rate"
|
|
|
|
DEFAULT_HOST = "localhost"
|
|
DEFAULT_PORT = 8125
|
|
DEFAULT_PREFIX = "hass"
|
|
DEFAULT_RATE = 1
|