2016-12-01 20:48:08 +00:00
|
|
|
# Describes the format for available remote services
|
|
|
|
|
|
|
|
turn_on:
|
2021-04-23 09:25:53 +00:00
|
|
|
name: Turn On
|
2017-10-30 20:39:12 +00:00
|
|
|
description: Sends the Power On Command.
|
2021-04-23 09:25:53 +00:00
|
|
|
target:
|
2021-05-17 12:06:50 +00:00
|
|
|
entity:
|
|
|
|
domain: remote
|
2016-12-01 20:48:08 +00:00
|
|
|
fields:
|
|
|
|
activity:
|
2021-05-25 12:45:17 +00:00
|
|
|
name: Activity
|
2017-10-30 20:39:12 +00:00
|
|
|
description: Activity ID or Activity Name to start.
|
2020-04-05 15:27:16 +00:00
|
|
|
example: "BedroomTV"
|
2021-04-23 09:25:53 +00:00
|
|
|
selector:
|
|
|
|
text:
|
2016-12-01 20:48:08 +00:00
|
|
|
|
2017-07-31 17:46:12 +00:00
|
|
|
toggle:
|
2021-04-23 09:25:53 +00:00
|
|
|
name: Toggle
|
2017-10-30 20:39:12 +00:00
|
|
|
description: Toggles a device.
|
2021-04-23 09:25:53 +00:00
|
|
|
target:
|
2021-05-17 12:06:50 +00:00
|
|
|
entity:
|
|
|
|
domain: remote
|
2017-07-31 17:46:12 +00:00
|
|
|
|
2016-12-01 20:48:08 +00:00
|
|
|
turn_off:
|
2021-04-23 09:25:53 +00:00
|
|
|
name: Turn Off
|
2017-10-30 20:39:12 +00:00
|
|
|
description: Sends the Power Off Command.
|
2021-04-23 09:25:53 +00:00
|
|
|
target:
|
2021-05-17 12:06:50 +00:00
|
|
|
entity:
|
|
|
|
domain: remote
|
2016-12-01 20:48:08 +00:00
|
|
|
|
|
|
|
send_command:
|
2021-04-23 09:25:53 +00:00
|
|
|
name: Send Command
|
2019-06-05 09:32:59 +00:00
|
|
|
description: Sends a command or a list of commands to a device.
|
2021-04-23 09:25:53 +00:00
|
|
|
target:
|
2021-05-17 12:06:50 +00:00
|
|
|
entity:
|
|
|
|
domain: remote
|
2016-12-01 20:48:08 +00:00
|
|
|
fields:
|
|
|
|
device:
|
2021-04-23 09:25:53 +00:00
|
|
|
name: Device
|
2017-10-30 20:39:12 +00:00
|
|
|
description: Device ID to send command to.
|
2020-04-05 15:27:16 +00:00
|
|
|
example: "32756745"
|
2021-05-25 12:45:17 +00:00
|
|
|
selector:
|
|
|
|
text:
|
2016-12-01 20:48:08 +00:00
|
|
|
command:
|
2021-04-23 09:25:53 +00:00
|
|
|
name: Command
|
2017-05-24 00:00:52 +00:00
|
|
|
description: A single command or a list of commands to send.
|
2021-04-23 09:25:53 +00:00
|
|
|
required: true
|
2020-04-05 15:27:16 +00:00
|
|
|
example: "Play"
|
2021-04-23 09:25:53 +00:00
|
|
|
selector:
|
|
|
|
text:
|
2017-05-24 00:00:52 +00:00
|
|
|
num_repeats:
|
2021-04-23 09:25:53 +00:00
|
|
|
name: Repeats
|
2021-05-25 12:45:17 +00:00
|
|
|
description: The number of times you want to repeat the command(s).
|
2021-04-23 09:25:53 +00:00
|
|
|
default: 1
|
|
|
|
selector:
|
|
|
|
number:
|
|
|
|
min: 0
|
|
|
|
max: 255
|
2017-05-24 00:00:52 +00:00
|
|
|
delay_secs:
|
2021-04-23 09:25:53 +00:00
|
|
|
name: Delay Seconds
|
2021-05-25 12:45:17 +00:00
|
|
|
description: The time you want to wait in between repeated commands.
|
2021-04-23 09:25:53 +00:00
|
|
|
default: 0.4
|
|
|
|
selector:
|
|
|
|
number:
|
|
|
|
min: 0
|
|
|
|
max: 60
|
|
|
|
step: 0.1
|
2021-05-25 12:45:17 +00:00
|
|
|
unit_of_measurement: seconds
|
2019-03-02 23:54:03 +00:00
|
|
|
hold_secs:
|
2021-04-23 09:25:53 +00:00
|
|
|
name: Hold Seconds
|
2021-05-25 12:45:17 +00:00
|
|
|
description: The time you want to have it held before the release is send.
|
2021-04-23 09:25:53 +00:00
|
|
|
default: 0
|
|
|
|
selector:
|
|
|
|
number:
|
|
|
|
min: 0
|
|
|
|
max: 60
|
|
|
|
step: 0.1
|
2021-05-25 12:45:17 +00:00
|
|
|
unit_of_measurement: seconds
|
2019-03-02 23:54:03 +00:00
|
|
|
|
2019-06-05 09:32:59 +00:00
|
|
|
learn_command:
|
2021-04-23 09:25:53 +00:00
|
|
|
name: Learn Command
|
2019-06-05 09:32:59 +00:00
|
|
|
description: Learns a command or a list of commands from a device.
|
2021-04-23 09:25:53 +00:00
|
|
|
target:
|
2021-05-17 12:06:50 +00:00
|
|
|
entity:
|
|
|
|
domain: remote
|
2019-06-05 09:32:59 +00:00
|
|
|
fields:
|
|
|
|
device:
|
2021-05-25 12:45:17 +00:00
|
|
|
name: Device
|
2019-06-05 09:32:59 +00:00
|
|
|
description: Device ID to learn command from.
|
2020-04-05 15:27:16 +00:00
|
|
|
example: "television"
|
2021-05-25 12:45:17 +00:00
|
|
|
selector:
|
|
|
|
text:
|
2019-06-05 09:32:59 +00:00
|
|
|
command:
|
2021-04-23 09:25:53 +00:00
|
|
|
name: Command
|
2019-06-05 09:32:59 +00:00
|
|
|
description: A single command or a list of commands to learn.
|
2020-04-05 15:27:16 +00:00
|
|
|
example: "Turn on"
|
2021-04-23 09:25:53 +00:00
|
|
|
selector:
|
|
|
|
object:
|
2020-10-18 13:59:36 +00:00
|
|
|
command_type:
|
2021-04-23 09:25:53 +00:00
|
|
|
name: Command Type
|
2020-10-18 13:59:36 +00:00
|
|
|
description: The type of command to be learned.
|
2021-04-23 09:25:53 +00:00
|
|
|
default: "ir"
|
|
|
|
selector:
|
|
|
|
select:
|
|
|
|
options:
|
|
|
|
- "ir"
|
|
|
|
- "rf"
|
2019-06-05 09:32:59 +00:00
|
|
|
alternative:
|
2021-04-23 09:25:53 +00:00
|
|
|
name: Alternative
|
2019-06-05 09:32:59 +00:00
|
|
|
description: If code must be stored as alternative (useful for discrete remotes).
|
2021-04-23 09:25:53 +00:00
|
|
|
selector:
|
|
|
|
boolean:
|
2019-06-05 09:32:59 +00:00
|
|
|
timeout:
|
2021-04-23 09:25:53 +00:00
|
|
|
name: Timeout
|
2021-05-25 12:45:17 +00:00
|
|
|
description: Timeout for the command to be learned.
|
2021-04-23 09:25:53 +00:00
|
|
|
selector:
|
|
|
|
number:
|
|
|
|
min: 0
|
|
|
|
max: 60
|
|
|
|
step: 5
|
2021-05-25 12:45:17 +00:00
|
|
|
unit_of_measurement: seconds
|
2020-10-18 13:59:36 +00:00
|
|
|
|
|
|
|
delete_command:
|
2021-04-23 09:25:53 +00:00
|
|
|
name: Delete Command
|
2020-10-18 13:59:36 +00:00
|
|
|
description: Deletes a command or a list of commands from the database.
|
2021-04-23 09:25:53 +00:00
|
|
|
target:
|
2021-05-17 12:06:50 +00:00
|
|
|
entity:
|
|
|
|
domain: remote
|
2020-10-18 13:59:36 +00:00
|
|
|
fields:
|
|
|
|
device:
|
2021-05-25 12:45:17 +00:00
|
|
|
name: Device
|
2020-10-18 13:59:36 +00:00
|
|
|
description: Name of the device from which commands will be deleted.
|
|
|
|
example: "television"
|
2021-05-25 12:45:17 +00:00
|
|
|
selector:
|
|
|
|
text:
|
2020-10-18 13:59:36 +00:00
|
|
|
command:
|
2021-04-23 09:25:53 +00:00
|
|
|
name: Command
|
2020-10-18 13:59:36 +00:00
|
|
|
description: A single command or a list of commands to delete.
|
2021-04-23 09:25:53 +00:00
|
|
|
required: true
|
2020-10-18 13:59:36 +00:00
|
|
|
example: "Mute"
|
2021-04-23 09:25:53 +00:00
|
|
|
selector:
|
|
|
|
object:
|