Skip to content
Merged
Changes from all 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
6 changes: 3 additions & 3 deletions source/_integrations/harmony.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ data:
delay_secs: 0.6
```

### Service `remote.harmony_change_channel`
### Service `harmony.change_channel`

Sends the change channel command to the Harmony HUB

Expand All @@ -194,13 +194,13 @@ Sends the change channel command to the Harmony HUB
A typical service call for changing the channel would be::

```yaml
service: remote.change_channel
service: harmony.change_channel
data:
entity_id: remote.tv_room
channel: 200
```

### Service `remote.harmony_sync`
### Service `harmony.sync`

Force synchronization between the Harmony device and the Harmony cloud.

Expand Down