Trying to use Logbook Card in panel view

I am wanting to use a Logbook card in panel mode on one of my views, but the scrollable area height is limited and won’t expand further. Does anyone have any ideas as to how I could have the scrollable area fill the view or set a larger height? Maybe using card-mod if I need to?

Here’s what it looks like in the view:

And here’s the full code for the view:

Summary
   - theme: Backend-selected
     title: Log
     path: log
     type: panel
     badges: []
     cards:
       - type: logbook
         entities:
           - light.table_lamp
           - light.floor_lamp
           - light.wall_light

Anyone have any ideas on this? Would appreciate the help!

Solution

1 Like

Brilliant. Thanks for the help and the huge resource you’ve given everyone in the Card-Mod thread!

1 Like