2019-11-27 12:31:40 +00:00
|
|
|
send_ir_code:
|
|
|
|
description: Set an IR code as a state attribute for a MySensors IR device switch and turn the switch on.
|
|
|
|
fields:
|
|
|
|
entity_id:
|
|
|
|
description: Name(s) of entities that should have the IR code set and be turned on. Platform dependent.
|
2020-04-05 08:33:45 +00:00
|
|
|
example: "switch.living_room_1_1"
|
2019-11-27 12:31:40 +00:00
|
|
|
V_IR_SEND:
|
|
|
|
description: IR code to send.
|
2020-04-05 08:33:45 +00:00
|
|
|
example: "0xC284"
|