diff --git a/components/sensor/hdc1080.rst b/components/sensor/hdc1080.rst index 985231dea..63a1bab14 100644 --- a/components/sensor/hdc1080.rst +++ b/components/sensor/hdc1080.rst @@ -58,6 +58,24 @@ Currently, the platform doesn't support activating the built-in heater, as it seems to only be rarely of use. If you need it, please open an issue. +Notes +-------- + +This library also appears to the compatible with the `DFRobot CHT8305 I2C Temperature and Humidity Sensor `__) on address 0x40. + +.. code-block:: yaml + + # Example configuration entry + sensor: + - platform: hdc1080 + temperature: + name: "Outside Temperature" + humidity: + name: "Outside Humidity" + address: 0x40 + update_interval: 60s + + See Also --------