mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-08 09:56:52 +00:00
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.
This commit is contained in:
parent
1102939bbd
commit
2ba42e7d94
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user