diff --git a/source/_integrations/braviatv.markdown b/source/_integrations/braviatv.markdown index db77c16559e..4f7522e7520 100644 --- a/source/_integrations/braviatv.markdown +++ b/source/_integrations/braviatv.markdown @@ -39,28 +39,30 @@ The integration supports `remote` platform. The remote allows you to send key co The commands that can be sent to the TV depends on the model of your TV. To display a list of supported commands for your TV, call the service `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). {% details "Some commonly used commands" %} -- `Up` -- `Down` -- `Left` -- `Right` -- `Confirm` -- `Return` -- `Home` -- `Exit` -- `Rewind` -- `Forward` -- `ActionMenu` -- `SyncMenu` -- `Num0` -- `Num1` -- `Num2` -- `Num3` -- `Num4` -- `Num5` -- `Num6` -- `Num7` -- `Num8` -- `Num9` + +- Up +- Down +- Left +- Right +- Confirm +- Return +- Home +- Exit +- Rewind +- Forward +- ActionMenu +- SyncMenu +- Num0 +- Num1 +- Num2 +- Num3 +- Num4 +- Num5 +- Num6 +- Num7 +- Num8 +- Num9 + {% enddetails %} {% include integrations/option_flow.md %}