diff --git a/components/sensor/aht10.rst b/components/sensor/aht10.rst index 80c7c89e7..e3550ce51 100644 --- a/components/sensor/aht10.rst +++ b/components/sensor/aht10.rst @@ -4,10 +4,10 @@ AHT10 Temperature+Humidity Sensor .. seo:: :description: Instructions for setting up AHT10 temperature and humidity sensors :image: aht10.jpg - :keywords: aht10 aht20 dht20 + :keywords: aht10 aht20 dht20 aht30 The ``aht10`` Temperature+Humidity sensor allows you to use your AHT10 -(`datasheet `__) or AHT20 (`datasheet `__) :ref:`I²C `-based sensor with ESPHome. +(`datasheet `__), AHT20 (`datasheet `__) or AHT30 (`datasheet `__) :ref:`I²C `-based sensor with ESPHome. The DHT20 (`datasheet `__) sensor has the packaging of the :doc:`dht` series, but has the AHT20 inside and is speaking :ref:`I²C ` as well. @@ -43,7 +43,7 @@ Configuration variables: - **variant** (*Optional*, enum): Set the variant of the device in use. Defaults to ``AHT10``. - ``AHT10`` - For AHT10 devices. - - ``AHT20`` - For AHT20 devices. + - ``AHT20`` - For AHT20 and AHT30 devices. - **temperature** (**Required**): The information for the temperature sensor.