"select" entity in entity card returning errors

I have some wled devices I want to select presets for in the UI - the card I used to use to do this hasn’t changed, but somewhere along the way the method of doing this must have.

My card’s code looks like this:

type: entities
entities:
  - entity: select.wled_headboard_sr_preset
    name: LED Presets
    secondary_info: last-changed
    icon: mdi:led-variant-on

and on the dashboard I get a dropdown with a list of possible choices. When I select one, though, I get the following error:

Failed to call service select/select_option. must contain at least one of entity_id, device_id, area_id.

I’ve tried this with lots of different types of cards, and multiple “select” entities, not just wled. they all give the same error.
I’m not certain how to adjust this - the entity ID is there, as far as I can see? what am I doing incorrectly now?

I have had the same thing going on for about a month. The only short term fix I have found is renaming the device, but that only works for about 10 minutes and it stops working. No idea how to get this fixed, have tried everything I can think of. Have you made any progress?

none whatsoever. I’m beginning to realize this is not a lovelace issue but deeper in the code.

Found my issue - I had things installed from HACS that were breaking this - I believe the honeycomb menu to have been my issue, but it could have been one or two other things that were a problem.