From 2ba42e7d94d223cd54a74bbe9e16b3edd26f0e6a Mon Sep 17 00:00:00 2001 From: ehendrix23 Date: Sat, 12 Jan 2019 11:04:41 -0700 Subject: [PATCH] Add description for harmony change_channel (#7984) * Added description for change_channel Added the description for change_channel service. * Changes based on review of PR Change to service name and making entity_id required. --- source/_components/remote.harmony.markdown | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/source/_components/remote.harmony.markdown b/source/_components/remote.harmony.markdown index 02a098eb5db..b7a2ae8387e 100644 --- a/source/_components/remote.harmony.markdown +++ b/source/_components/remote.harmony.markdown @@ -182,6 +182,24 @@ data: delay_secs: 0.6 ``` +### {% linkable_title Service `remote.harmony_change_channel` %} + +Sends the change channel command to the Harmony HUB + +| Service data attribute | Optional | Description | +| ---------------------- | -------- | ----------- | +| `entity_id` | no | Only act on a specific remote, else target all. +| `channel` | no | Channel number to change to + +A typical service call for changing the channel would be:: + +```yaml +service: remote.change_channel +data: + entity_id: remote.tv_room + channel: 200 +``` + ### {% linkable_title Service `remote.harmony_sync` %} Force synchronization between the Harmony device and the Harmony cloud.