Adding 2nd Osram Lightify Bridge

Hello I tried to add a second Osram Lightify Bridge but only one works. Is this possible or is only one bridge allowed in configuration.yaml

light:

  • platform: osramlightify
    host: 192.168.5.32
    host1: 192.168.5.26

Try this…

light:

  • platform: osramlightify
    host: 192.168.5.32
  • platform: osramlightify
    host: 192.168.5.26

Should work for you.

Thank you for your help it works.