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