Appdaemon - help widget definition not found

title: Main Panel
widget_dimensions: [120, 120]
widget_margins: [5, 5]
columns: 8

lounge:
    widget_type: switch
    title: Living Room
    entity: light.d_lounge_l
    icon_on: mdi-lightbulb-on
    icon_off: mdi-lightbulb-on-outline

lounge1:
    widget_type: light
    title: Living Room 2
    entity: light.d_lounge_r

layout:
    - lounge(1,1), lounge1(1,1)

I get error - widget definition not found

I think lounge(1,1) should be lounge(1x1) and if the size is 1x1, you don´t need to specify it at all,

 - lounge, lounge1

should be enough.

thanks - couldn’t see the obvious - copied that much text and copied that bit wrong.