mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-27 03:07:14 +00:00
Fix details block in Bravia TV (#23966)
This commit is contained in:
parent
1aac2474e4
commit
cdc1fa25ab
@ -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 %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user