Update service name and domain for harmony in docs (#11321)

This commit is contained in:
Raman Gupta 2019-11-27 14:14:34 -05:00 committed by Franck Nijhof
parent 4812b1aac4
commit 18e78cce5c

View File

@ -182,7 +182,7 @@ data:
delay_secs: 0.6 delay_secs: 0.6
``` ```
### Service `remote.harmony_change_channel` ### Service `harmony.change_channel`
Sends the change channel command to the Harmony HUB Sends the change channel command to the Harmony HUB
@ -194,13 +194,13 @@ Sends the change channel command to the Harmony HUB
A typical service call for changing the channel would be:: A typical service call for changing the channel would be::
```yaml ```yaml
service: remote.change_channel service: harmony.change_channel
data: data:
entity_id: remote.tv_room entity_id: remote.tv_room
channel: 200 channel: 200
``` ```
### Service `remote.harmony_sync` ### Service `harmony.sync`
Force synchronization between the Harmony device and the Harmony cloud. Force synchronization between the Harmony device and the Harmony cloud.