Communication with AHT10 failed!

AHT10 from AliExpress

sensor:
  - platform: aht10  # Use aht10 platform as ESPHome may not have aht20 specific support
    variant: AHT20  # Specify the model as AHT20
    temperature:
      name: "AHT10 Temperature"
      id: aht10_temperature
    humidity:
      name: "AHT10 Humidity"
      id: aht10_humidity
1 Like