Update datadog docs to reflect new config flow (#39839)

Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com>
Co-authored-by: c0ffeeca7 <k0ffeeka7@gmail.com>
This commit is contained in:
Avery 2025-07-28 05:08:47 -04:00 committed by GitHub
parent 657a4dba84
commit 52a37fe339
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -35,33 +35,21 @@ In the [Datadog Agent configuration](https://github.com/DataDog/datadog-agent/bl
## Configuration
To use the `datadog` integration in your installation, add the following to your {% term "`configuration.yaml`" %} file.
{% include integrations/restart_ha_after_config_inclusion.md %}
{% include integrations/config_flow.md %}
```yaml
# Example configuration.yaml entry
datadog:
```
{% configuration %}
{% configuration_basic %}
host:
description: The IP address or hostname of your Datadog host, e.g., 192.168.1.23.
required: false
default: localhost
type: string
port:
description: Port to use.
required: false
default: 8125
type: integer
prefix:
description: Metric prefix to use.
required: false
default: "`hass`"
type: string
rate:
description: The sample rate of UDP packets sent to Datadog.
required: false
default: 1
type: integer
{% endconfiguration %}
{% endconfiguration_basic %}
## Removing the integration
This integration follows standard integration removal. No extra steps are required.
{% include integrations/remove_device_service.md %}