How to configure two distinct rflink newkaku switches for one light

How do you represent an rflink - newkaku switch that listens two different remote controls with different ID’s ?

Adding the following to configuration.yaml just shows 2 distinct switches with the same name.

switch:
platform: rflink
devices:
newkaku_0109eb2e_3:
name: tv
newkaku_017f5dc6_3:
name: tv

try this :

platform: rflink
devices:
newkaku_0109eb2e_3:
name: tv
aliasses
newkaku_017f5dc6_3:

@Minims thanks :sunny:!
This works (didn’t look too good at the documentation) :blush: