Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix details block in Bravia TV #23966

Merged
merged 7 commits into from
Sep 6, 2022
Merged
Changes from 5 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 3 additions & 22 deletions source/_integrations/braviatv.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -39,28 +39,9 @@ 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" %}
Drafteed marked this conversation as resolved.
Show resolved Hide resolved
- `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
Drafteed marked this conversation as resolved.
Show resolved Hide resolved

{% enddetails %}

{% include integrations/option_flow.md %}
Expand Down