Nanoleaf - Multiple controllers

Hello,

I received a second set of Nanoleafs and I’m having trouble adding the second to HA. The discovery component was not working for me so I ended up trying to add the second set manually as I did the first set. I’m following the steps here but when I add the second I’m essentially just adding it to the bottom of my config file. I see that I’m not suppose to list “light” again, but adding everything else (platform, host, token, name) still doesn’t seem to be working. Any tips would be appreciated. Thanks!

Hi, have you tried sth like this:

light:
  - platform: nanoleaf
    host: 192.168.1.11
    token: xxxxxxxxxxxxxxxxxxxxx
    name: nanoleaf_1
  - platform: nanoleaf
    host: 192.168.1.12
    token: yyyyyyyyyyyyyyyyyyyyy
    name: nanoleaf_2
1 Like