Couldn't find ID 'ADC00'

I can’t seem to figure out how to setup my D1 mini lite to use the analog pin.

esphome:
  name: freezer-temperature-1
  friendly_name: Freezer Temperature 1

esp8266:
    board: d1_mini_lite

sensor:
  - platform: ntc
    sensor: ADC00
    calibration:
      b_constant: 3950
      reference_temperature: 25°C
      reference_resistance: 10kOhm
    name: NTC Temperature

WEMOS D1 mini Lite Pinout

Did you use an LLM to generate that or did you just make up your own idea of how you think it should work?

Because it is completely wrong.

Look at the examples in the documentation: Analog To Digital Sensor - ESPHome - Smart Home Made Simple

I used the example shown here:

Apparently, I didn’t understand that the NTC needed the other sensors.

Thanks for all your help.

It was mostly my misunderstanding.

For some reason I read that as adc not ntc :man_facepalming: