Nanoleaf shapes

I have installed my nanoleaf shapes, obtained the token using the post command and added to my config.yaml file.

light:

  • platform: nanoleaf
    host: 192.168.0.50
    token: xx
    name: nanoleaf_office

I can ping the ip address of the nanoleaf and I get a good response and also Google home can control the panels. But in HA the following error in the log files

Logger: pynanoleaf.pynanoleaf
Source: /usr/local/lib/python3.8/site-packages/pynanoleaf/pynanoleaf.py:225
First occurred: 10:00:32 (571 occurrences)
Last logged: 14:44:22

192.168.0.50 is not available

But all i get from homeassistant is entity does not not have a unique id and I am unable to control the panel. Anyone have any help? thanks

light:

  - platform: nanoleaf
    name: "X's Nanoleaf"
    host: 192.168.1.187
    token: X
    
  - platform: nanoleaf
    name: "X's Nanoleaf"
    host: 192.168.1.197
    token: X

This is how I’ve got mine configured. Are you able to ping your device at that IP on your network?

Please post your code properly How to help us help you - or How to ask a good question