Fix details block in Bravia TV (#23966)

This commit is contained in:
Artem Draft 2022-09-06 21:59:04 +03:00 committed by GitHub
parent 1aac2474e4
commit cdc1fa25ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 %}