Nanoleaf canvas entity problem

I have added Nanoleaf canvas by adding these lines to configuration.yaml:

light:
  - platform: nanoleaf
    host: 192.168.250.85
    token: xxx_token_xxx
    name: nanoleaf_foyer_ha

This creates an entity. But when I click on the entity, I get the following error:

This entity does not have a unique ID, therefore its settings cannot be managed from the UI.

I can control the panel from Developer Tools, More Info button so it is configured correctly but how to get rid of the error above and make the entity work?

Thanks