Update hdc1080.rst (#2652)

HDC1080 library compatible with CHT8305
This commit is contained in:
meijerwynand 2023-02-12 21:18:07 +01:00 committed by GitHub
parent eace9ef3d4
commit e3e8c274b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 18 additions and 0 deletions

View File

@ -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 <https://wiki.dfrobot.com/SKU_SEN0546_I2C_Temperature_and_Humidity_Sensor_Stainless_Steel_Shell>`__) 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
--------