From 424bf851077003407d822e7aaf5ff819276b6e59 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Tue, 21 Dec 2021 17:16:44 +0100 Subject: [PATCH] Deprecate DHT Sensor integration (ADR-0019) (#20803) --- source/_integrations/dht.markdown | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/source/_integrations/dht.markdown b/source/_integrations/dht.markdown index aad155414ee..fe91f6c7ad4 100644 --- a/source/_integrations/dht.markdown +++ b/source/_integrations/dht.markdown @@ -13,6 +13,14 @@ ha_codeowners: - '@thegardenmonkey' --- +
+ +This integration is deprecated and will be removed in Home Assistant Core 2022.4. + +For more information see: [Architectural Decision Record 0019](https://github.com/home-assistant/architecture/blob/master/adr/0019-GPIO.md). + +
+ The `dht` sensor platform allows you to get the current temperature and humidity from a DHT11, DHT22 or AM2302 device. ## Setup