Hello community, I use HA for a year and now I read that the integration DHT22 will be dropped. I have studied a bit in this forum and now I wanted to ask how I can keep the integration. I have read many articles about “custom_components”. Is it really that simple? Can I just copy the files from GIT to this directory and everything will work again? I am using a RPI and this is my configuration - so simple that I don’t want to move to ESPHome :
Yes. Just one caveat: you have to add a “version” entry in the manifest.json. Content does not matter as long as it looks like a version, e.g. “1.0” or “2022.2.3”
Hello, I just installed the 2002.4 HA and I lost my DHT sensor
I copied all 3 dht files under custom_components/dht folder but still HA refused to start
Logger: homeassistant.components.hassio
Source: components/hassio/init.py:663
Integration: Home Assistant Supervisor (documentation, issues)
First occurred: 23:30:03 (3 occurrences)
Last logged: 23:38:15
The system cannot restart because the configuration is not valid: Platform error sensor.dht - Integration ‘dht’ not found.
I’ve tried all of the above but still the same error: The system cannot restart because the configuration is not valid: Platform error sensor.dht - Integration ‘dht’ not found.
Hi, i have the same issue,
After updating to 2022.7.x (and thus python 3.10) the dht sensor is no longer working.
Should we wait for an update of the custom component dht to make it complient with python 3.10?