From ea807140d1e2bd186637ac888fb385c1053b5097 Mon Sep 17 00:00:00 2001 From: Benjamin Pearce Date: Fri, 12 Sep 2025 11:11:26 -0400 Subject: [PATCH] Add diagnostics for remote codes to BraviaTV integration (#40825) --- source/_integrations/braviatv.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_integrations/braviatv.markdown b/source/_integrations/braviatv.markdown index 7ed542b6025..7ddf64152f4 100644 --- a/source/_integrations/braviatv.markdown +++ b/source/_integrations/braviatv.markdown @@ -153,7 +153,7 @@ data: The {% term integration %} supports `remote` {% term platform %}. It allows you to send remote control commands to your TV with the `remote.send_command` action. -The commands that can be sent to the TV depend on the model of your TV. To display a list of supported commands for your TV, call the {% term action %} `remote.send_command` with non-valid command (e.g. `Test`). A list of available commands will be displayed in [Home Assistant System Logs](https://my.home-assistant.io/redirect/logs). +The commands that can be sent to the TV depend on the model of your TV. To display a list of supported commands for your TV, call the {% term action %} `remote.send_command` with non-valid command (e.g. `Test`). A list of available commands will be displayed in [Home Assistant System Logs](https://my.home-assistant.io/redirect/logs). The list of commands can also be displayed by downloading the {% term diagnostics %} from the device info in the [Integration Settings](https://my.home-assistant.io/redirect/integration/?domain=braviatv). **Example to send `Down` key command:**