Anyone had trouble with a LTR390-UV sensor and later model ESP32S3's

yes, apologies, i had seen that error. this is what i have currently:

i2c:
    id: bus_a
    sda: GPIO6
    scl: GPIO7
    scan: true

sensor:
  - platform: ltr390
    uv:
      name: "UV Index"
    light:
      name: "Light"

i’m thinking it might be because i’m not using the ‘absolute’ board type in my YAML, just the generic one. there is a work around i haven’t implemented.

board: esp32-s3-devkitc-1

either-way, its dropping off the API when i try to upload a new config.

this issue: