From addc04110dc2bb57d8826a1a3fb6b3a7f2667abc Mon Sep 17 00:00:00 2001 From: Markus Jacobsen Date: Wed, 27 Nov 2024 15:26:54 +0100 Subject: [PATCH] Add Bang & Olufsen diagnostics and troubleshooting documentation (#35990) * Add diagnostics and troubleshooting * Fix formatting nitpicks --- source/_integrations/bang_olufsen.markdown | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/source/_integrations/bang_olufsen.markdown b/source/_integrations/bang_olufsen.markdown index 2e2e4e77a27..dc1148d6b98 100644 --- a/source/_integrations/bang_olufsen.markdown +++ b/source/_integrations/bang_olufsen.markdown @@ -9,6 +9,7 @@ ha_iot_class: Local Push ha_domain: bang_olufsen ha_platforms: - media_player + - diagnostics ha_codeowners: - "@mj23000" ha_config_flow: true @@ -312,6 +313,12 @@ beolink: listeners: Beolink listeners (if available) peers: Beolink peers (if available) ``` + +## Diagnostics and troubleshooting + +The **Bang & Olufsen** integration supports [Home Assistant debug logs and diagnostics](/docs/configuration/troubleshooting/#debug-logs-and-diagnostics). +Where all received WebSocket events are provided through debug logs and the WebSocket connection state, config entry and media player state is provided through diagnostics. + ## Remove integration This integration follows standard integration removal, no extra steps are required.