Hi!
I’m trying to set up my RFLink devices but I have a weird issue when I try to name a device.
According to the doc I should use this syntax :
switch:
- platform: rflink
devices:
newkaku_021e8402_d:
name: octopi
newkaku_021e8402_5:
name: MARC
However this configuration breaks HA and I end up in 404.
The config working is this one :
switch:
- platform: rflink
devices:
newkaku_021e8402_d: {name: octopi}
However if I add another device with this syntax I end up again with a 404.
switch:
- platform: rflink
devices:
newkaku_021e8402_d: {name: octopi}
newkaku_021e8402_5: {name: MARC}
I’m sure it’s a yaml issue but I can’t figure out the solution.
Thanks for your help