diff --git a/source/_integrations/webostv.markdown b/source/_integrations/webostv.markdown index 6bad2ea019d..607ae9e09ef 100644 --- a/source/_integrations/webostv.markdown +++ b/source/_integrations/webostv.markdown @@ -191,7 +191,8 @@ Available services: `button`, `command` | Service data attribute | Optional | Description | | ---------------------- | -------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | | `entity_id` | no | Target a specific webostv media player. | -| `command` | no | Endpoint for the command, e.g., `media.controls/rewind`. The full list of known endpoints is available at | +| `command` | no | Endpoint for the command, e.g., `system.launcher/open`. The full list of known endpoints is available at | +| `payload` | yes | An optional payload to provide to the endpoint in the format of key value pair(s). | ### Example @@ -204,12 +205,14 @@ script: entity_id: media_player.lg_webos_smart_tv button: "HOME" - rewind_command: + open_google_command: sequence: - service: webostv.command data: entity_id: media_player.lg_webos_smart_tv - command: "media.controls/rewind" + command: "system.launcher/open" + payload: + target: https://www.google.com ``` ## Consecutive volume steps delay