Lutron Caseta Pico (Core Integration Only)

So the 2-button remote has a name of PJ2-2B-GXX-X01 (Pico2Button) and has the same button numbers (2 == on, 4 == off). Is there any way to specify multiple device constraints for a selector? Or a regex for the model string?

I tried a few variations of:

        device:
          integration: lutron_caseta
          model: PJ2-3BRL-GXX-X01 (Pico3ButtonRaiseLower)                

and

        device:
          integration: lutron_caseta
          model: PJ2-2B-GXX-X01 (Pico2Button)

However, selector will only accept a dictionary (not a list), and model will only accept a string (no list or regex). If there’s a workaround, you could cover both remotes with this one blueprint vs. having to have separate blueprints for each.

An alternative would be to leave off the ‘model:’ entirely, but then you get ALL the Lutron devices, not just Pico remotes.