Hello All , Greetings to you all … this is my first post.
and I am a newbee to all these IoT Sensor and HA.
I have managed to get some ESP 8266 Relay modules working … Thx to this community 
I am stuck on the next project DTH 22 Sensor
my setup : RPi 4 - 2 GB Ram --> connected to my Router via Cable
HA version : 5.10
the Humidity and Temp sensor is mounted on the ESP-01S DHT22 Board from Aliexpress ! --> connected via ESP 8266 (esp01_01m board)
I am getting the same problem or error reading as mentioned above by " SpikeyGGGreg Grotsky"
The quote with Invalid Readings…
this is my code
#Humidity and Temperature Sensor for Cellar
‘’’’
sensor:
- platform: dht
pin: 4 #GPIO2
temperature:
name: “Cellar Room Temperature”
humidity:
name: “Cellar Room Humidity”
update_interval: 20s ‘’’’
The sensor is the AM2302 , i have put a 10K resistor between VCC and Pin 2 ( Data) … no success with t
when i try to connect it on the Dashboard using the Entity as sensor.cellar_room_humidity : HA says
“Entity is non-numeric: sensor.cellar_room_humidity”
where have i gone wrong ?.