home-assistant.io/source/_integrations/diagnostics.markdown
c0ffeeca7 c98600ae49
Diagnostics integration: fix typo (#35612)
* Diagnostics integration: fix typo

* Update source/_integrations/diagnostics.markdown

Co-authored-by: Martin Hjelmare <marhje52@gmail.com>

---------

Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2024-11-07 07:03:38 +01:00

1.3 KiB

title description ha_category ha_release ha_quality_scale ha_domain ha_codeowners ha_integration_type
Diagnostics The diagnostics integration can provide integration and device information for debugging purposes.
Other
2022.2 internal diagnostics
@home-assistant/core
system

The Diagnostics {% term integration %} provides a way to download diagnostic data from a {% term device %} or {% term integration %} for sharing in issue reports. Sharing diagnostics data when reporting an issue allows developers to diagnose and fix your reported problem quicker.

Screenshot showing the Download Diagnostics button on a Sonos device page Screenshot of the download diagnostics button on the device page

Diagnostics data is provided by an integration, and can be downloaded as a text file on the device page, and from the integrations dashboard.

Integrations are required to redact sensitive information from the diagnostics data, you can always open the text file and check it, before you send it in a public issue.

The diagnostics integration is by default enabled, no action is required to enable it. However, not all integrations provide the possibility to download diagnostic data.