mirror of
https://github.com/home-assistant/core.git
synced 2025-07-21 20:27:08 +00:00
Add harmony service to remote services.yaml (#20031)
Added the harmony_change_channel service to services.yaml for remote component.
This commit is contained in:
parent
218c82eaf3
commit
04636e9ba7
@ -50,6 +50,16 @@ harmony_sync:
|
||||
description: Name(s) of entities to sync.
|
||||
example: 'remote.family_room'
|
||||
|
||||
harmony_change_channel:
|
||||
description: Sends change channel command to the Harmony HUB
|
||||
fields:
|
||||
entity_id:
|
||||
description: Name(s) of Harmony remote entities to send change channel command to
|
||||
example: 'remote.family_room'
|
||||
channel:
|
||||
description: Channel number to change to
|
||||
example: '200'
|
||||
|
||||
xiaomi_miio_learn_command:
|
||||
description: 'Learn an IR command, press "Call Service", point the remote at the IR device, and the learned command will be shown as a notification in Overview.'
|
||||
fields:
|
||||
|
Loading…
x
Reference in New Issue
Block a user