mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-25 10:17:23 +00:00
Update service name and domain for harmony in docs (#11321)
This commit is contained in:
parent
4812b1aac4
commit
18e78cce5c
@ -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.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user