Flex-table No Card Type Configured

Hi
New to all this…any help appreciated.
I’ve tried to install the flex-table card from HACS. It appears to have installed fine and HACS has put an entry in dashboard resources and I’ve rebooted.

This instructions say " * Add the appropriate lines as provided by HACS to your lovelace ui config" - I dont know what this means, is that the same as the resouces entry in the dashboard page?

Currently the card type does not appear in the list and if I maunually put the information in I get ‘No Card Type Configured’

thanks for any help.

Add a manual card and copy in the lines, e.g.

type: custom:flex-table-card
title: Whatever
clickable: true
sort_by: state
max_rows: 5
entities:
   include: sensor.sensorsensor

Hi, before when I added a manual card I got
‘No Card Type Configured’
when I add a new card now I get
‘Cannot read properties of undefined (reading ‘map’)’

thanks

That is beyond me, and what if you add the card directly into the view (raw yaml editing)?

Wierdly another restart has fixed it. bizzare! thanks for the help though.