Add list of commands (#16807)

Co-authored-by: Franck Nijhof <git@frenck.dev>
This commit is contained in:
Joakim Plate 2021-03-03 09:37:15 +01:00 committed by GitHub
parent 9a3fa3dcd7
commit 53293b63d0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,6 +3,7 @@ title: Philips TV
description: Instructions on how to add Philips TVs to Home Assistant.
ha_category:
- Media Player
- Remote
ha_iot_class: Local Polling
ha_release: 0.34
ha_codeowners:
@ -39,3 +40,74 @@ Instructions on how to activate the API and if your model is supported can be fo
### Turn on device
The Philips TV does not always support turning on via the API. You can either turn it on via IR blaster or on som models WOL. To trigger this command from the entities, the integration exposes a `device trigger` that can be setup to execute when the `media_player` is asked to turn on.
### Remote
The integration provides a remote entity for sending remote key presses directly to the TV. The following list of commands are available for use with the `remote.send_command` service.
| Command | Comment |
| ---------------- | ----------------------------------------- |
| Standby | |
| CursorUp | |
| CursorDown | |
| CursorLeft | |
| CursorRight | |
| Confirm | |
| Back | |
| Exit | |
| WatchTV | |
| Home | |
| Source | |
| List | |
| Find | |
| Options | |
| Adjust | |
| RedColour | |
| GreenColour | |
| YellowColour | |
| BlueColour | |
| Play | |
| PlayPause | Mapped to same as Play on Android devices |
| Pause | |
| FastForward | |
| Stop | |
| Rewind | |
| Record | |
| ChannelStepUp | |
| ChannelStepDown | |
| Digit0 | |
| Digit1 | |
| Digit2 | |
| Digit3 | |
| Digit4 | |
| Digit5 | |
| Digit6 | |
| Digit7 | |
| Digit8 | |
| Digit9 | |
| Dot | |
| VolumeUp | |
| VolumeDown | |
| Mute | |
| Teletext | |
| Subtitle | |
| ClosedCaption | |
| TvGuide | |
| Info | |
| AmbilightOnOff | |
| Viewmode | |
| 3dFormat | |
| Multiview | |
| PictureStyle | |
| 3dDepth | |
| SoundStyle | |
| SurroundMode | |
| HeadphonesVolume | |
| 2PlayerGaming | |
| Setup | |
| WhiteColour | |
| PowerOn | |
| PowerOff | Mapped to same as Standby on Android |
| Online | |
| SmartTV | |
| PhilipsMenu | |