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). 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" %} {% details "Some commonly used commands" %}
- `Up`
- `Down` - Up
- `Left` - Down
- `Right` - Left
- `Confirm` - Right
- `Return` - Confirm
- `Home` - Return
- `Exit` - Home
- `Rewind` - Exit
- `Forward` - Rewind
- `ActionMenu` - Forward
- `SyncMenu` - ActionMenu
- `Num0` - SyncMenu
- `Num1` - Num0
- `Num2` - Num1
- `Num3` - Num2
- `Num4` - Num3
- `Num5` - Num4
- `Num6` - Num5
- `Num7` - Num6
- `Num8` - Num7
- `Num9` - Num8
- Num9
{% enddetails %} {% enddetails %}
{% include integrations/option_flow.md %} {% include integrations/option_flow.md %}