No sensor created

Hi everyone, I configured an esp32 with dht11 and the web part works, so I read the values of the sensors. But on home assistant I can’t find the entity … Why?

I attach web log and yaml file

esphome:
  name: esphome-web-4645c8
  friendly_name: Temperatura V100
  min_version: 2024.11.0
  name_add_mac_suffix: false

esp32:
  board: esp32dev
  framework:
    type: esp-idf


# Enable logging
logger:

# Enable Home Assistant API
api:

# Allow Over-The-Air updates
ota:
- platform: esphome

# Example configuration entry
web_server:
  port: 80
wifi:
  networks:
  - ssid: XXX
    password: my
sensor:
  - platform: dht
    pin: GPIO21
    model: dht11
    temperature:
      name: "Temperatura v100"
    humidity:
      name: "Umidità v100"
    update_interval: 30s

Are you looking in intergrations => esphome => Temperatura V100 ?

I had neglected to add it !!! I think I’m very distracted today!

Gazie