Two MQ2 sensor on Wemos D1 mini

hello

I’m new here

I want to use two mq2 sensors on Wemos D1 mini. Most of the HA/ ESPHome examples for this sensor use just an A0 pin as an analogue.
eg.

-platform: adc
    pin: A0
    name: Gas 
    update_interval: 60s
    filters:
      - multiply: 100
    unit_of_measurement: %
    icon: mdi:percent

But I didn’t saw any configuration with two mq2 sensors as an analogue and another mq2 as digital or two Dx pins as digital

Do you have any idea of the configuration example to use the A0 as an analogue and for the second mq3 sensor to use as a digital pin (D0, D1…Dn))?