Hey, I have a problem with the AHT20 sensor on ESP8266. Does anyone have any idea why it’s not working?
i2c:
sda: GPIO4
scl: GPIO5
scan: true
sensor:
- platform: aht10
variant: AHT20
address: 0x38
temperature:
name: “Temperature”
humidity:
name: “Humidity”
update_interval: 60s