2016-12-01 20:48:08 +00:00
|
|
|
# Describes the format for available remote services
|
|
|
|
|
|
|
|
turn_on:
|
2017-05-13 04:12:47 +00:00
|
|
|
description: Sends the Power On Command
|
2016-12-01 20:48:08 +00:00
|
|
|
|
|
|
|
fields:
|
|
|
|
entity_id:
|
|
|
|
description: Name(s) of entities to turn on
|
|
|
|
example: 'remote.family_room'
|
|
|
|
activity:
|
|
|
|
description: Activity ID or Activity Name to start
|
|
|
|
example: 'BedroomTV'
|
|
|
|
|
|
|
|
turn_off:
|
|
|
|
description: Sends the Power Off Command
|
|
|
|
|
|
|
|
fields:
|
|
|
|
entity_id:
|
|
|
|
description: Name(s) of entities to turn off
|
|
|
|
example: 'remote.family_room'
|
|
|
|
|
|
|
|
send_command:
|
2017-05-13 04:12:47 +00:00
|
|
|
description: Sends a single command to a single device
|
2016-12-01 20:48:08 +00:00
|
|
|
|
|
|
|
fields:
|
|
|
|
entity_id:
|
|
|
|
description: Name(s) of entities to send command from
|
|
|
|
example: 'remote.family_room'
|
|
|
|
device:
|
|
|
|
description: Device ID to send command to
|
|
|
|
example: '32756745'
|
|
|
|
command:
|
|
|
|
description: Command to send
|
|
|
|
example: 'Play'
|
|
|
|
|
|
|
|
harmony_sync:
|
|
|
|
description: Syncs the remote's configuration
|
|
|
|
|
|
|
|
fields:
|
|
|
|
entity_id:
|
|
|
|
description: Name(s) of entities to sync
|
|
|
|
example: 'remote.family_room'
|