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?