2016-12-01 20:48:08 +00:00
# Describes the format for available remote services
turn_on :
2017-10-30 20:39:12 +00:00
description : Sends the Power On Command.
2016-12-01 20:48:08 +00:00
fields :
entity_id :
2017-10-30 20:39:12 +00:00
description : Name(s) of entities to turn on.
2016-12-01 20:48:08 +00:00
example : 'remote.family_room'
activity :
2017-10-30 20:39:12 +00:00
description : Activity ID or Activity Name to start.
2016-12-01 20:48:08 +00:00
example : 'BedroomTV'
2017-07-31 17:46:12 +00:00
toggle :
2017-10-30 20:39:12 +00:00
description : Toggles a device.
2017-07-31 17:46:12 +00:00
fields :
entity_id :
2017-10-30 20:39:12 +00:00
description : Name(s) of entities to toggle.
2017-07-31 17:46:12 +00:00
example : 'remote.family_room'
2016-12-01 20:48:08 +00:00
turn_off :
2017-10-30 20:39:12 +00:00
description : Sends the Power Off Command.
2016-12-01 20:48:08 +00:00
fields :
entity_id :
2017-10-30 20:39:12 +00:00
description : Name(s) of entities to turn off.
2016-12-01 20:48:08 +00:00
example : 'remote.family_room'
send_command :
2017-10-30 20:39:12 +00:00
description : Sends a single command to a single device.
2016-12-01 20:48:08 +00:00
fields :
entity_id :
2017-10-30 20:39:12 +00:00
description : Name(s) of entities to send command from.
2016-12-01 20:48:08 +00:00
example : 'remote.family_room'
device :
2017-10-30 20:39:12 +00:00
description : Device ID to send command to.
2016-12-01 20:48:08 +00:00
example : '32756745'
command :
2017-05-24 00:00:52 +00:00
description : A single command or a list of commands to send.
2016-12-01 20:48:08 +00:00
example : 'Play'
2017-05-24 00:00:52 +00:00
num_repeats :
2017-10-30 20:39:12 +00:00
description : An optional value that specifies the number of times you want to repeat the command(s). If not specified, the command(s) will not be repeated.
2017-05-24 00:00:52 +00:00
example : '5'
delay_secs :
2017-10-30 20:39:12 +00:00
description : An optional value that specifies that number of seconds you want to wait in between repeated commands. If not specified, the default of 0.4 seconds will be used.
2017-05-24 00:00:52 +00:00
example : '0.75'
2016-12-01 20:48:08 +00:00
harmony_sync :
2017-10-30 20:39:12 +00:00
description : Syncs the remote's configuration.
2016-12-01 20:48:08 +00:00
fields :
entity_id :
2017-10-30 20:39:12 +00:00
description : Name(s) of entities to sync.
2016-12-01 20:48:08 +00:00
example : 'remote.family_room'
2018-02-06 18:47:24 +00:00
2019-01-12 19:15:27 +00:00
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'
2018-02-06 18:47:24 +00:00
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 :
entity_id :
description : 'Name of the entity to learn command from.'
example : 'remote.xiaomi_miio'
slot :
description : 'Define the slot used to save the IR command (Value from 1 to 1000000)'
example : '1'
timeout :
description : 'Define the timeout in seconds, before which the command must be learned.'
example : '30'