"""Constants for the Datadog integration.""" DOMAIN = "datadog" CONF_RATE = "rate" DEFAULT_HOST = "localhost" DEFAULT_PORT = 8125 DEFAULT_PREFIX = "hass" DEFAULT_RATE = 1