How to use DHT11 with cd74hc4067 multiplexer

I have searched the web and have not found anything regarding this in ESPHOME.

I have had no problem getting the DHT11 to work with cd74hc4067 using Arduino but i am lost on how to get it working via ESPHOME for Home Assistant.

Can anyone help?

i2c:
  sda: 21
  scl: 22
  scan: true
  id: bus_a
  

cd74hc4067:
  - id: cd74hc4067_1
    pin_s0: 25
    pin_s1: 26
    pin_s2: 17
    pin_s3: 16

sensor:
  - platform: adc
    id: adc_sensor
    pin: 33