Lutron Integration - Device Not Showing

My Lutron Caseta integration has been working great and continues to work well with one issue.

One of my dimmers does not show in Home Assistant. I wanted to use it for an automation and realized that it just wasn’t there. I’ve searched, renamed it in the Lutron app, deleted it from my Lutron system and then added it back. I can’t find it anywhere.

I could delete the integration but I think I’ll lose my other automations. Any idea on how to debug this?

Thanks!

I downloaded the json caseta config file and I can see the two devices in the powder room- a switch for a fan and a dimmer.

The switch shows up in the UI and in my entity selections for automations but the dimmer does not.

Here’s the code:

          "device_id": "3268",
          "current_state": 0,
          "fan_speed": null,
          "zone": "3268",
          "name": "Powder Room_Powder Room Fan",
          "button_groups": null,
          "type": "Switched",
          "model": null,
          "serial": null,
          "area": "1027",
          "device_name": "Powder Room Fan",
          "white_tuning_range": null,
          "tilt": null
        },
        "4885": {
          "device_id": "4885",
          "current_state": 0,
          "fan_speed": null,
          "zone": "4885",
          "name": "Powder Room_Powder Room Lights",
          "button_groups": null,
          "type": "Dimmed",
          "model": null,
          "serial": null,
          "area": "1027",
          "device_name": "Powder Room Lights",
          "white_tuning_range": null,
          "tilt": null
        },
  
type or paste code here

My experience is limited but is there a way to force device 4885 (my dimmer) to show up on the list?