Skip to content

Commit 7527dfd

Browse files
committed
Use docref instead
1 parent f1491e5 commit 7527dfd

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

content/components/sensor/hdc2010.md

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ params:
1010
The HDC2010 Temperature and Humidity sensor allows you to use your HDC2010
1111
([datasheet](https://www.ti.com/lit/ds/symlink/hdc2010.pdf),
1212
[Itbrainpower](https://itbrainpower.net/a-gsm/Arduino-HDC2010-sensor_howto)) sensors with
13-
ESPHome. The [I²C Bus](#i2c) is
13+
ESPHome. The {{< docref "i2c/" >}} is
1414
required to be set up in your configuration for this sensor to work.
1515

1616
{{< img src="hdc2010-full.png" alt="Image" caption="HDC2010 Temperature & Humidity Sensor. Image by `Mikroe`." width="50.0%" class="align-center" >}}
@@ -32,23 +32,20 @@ sensor:
3232
3333
- **temperature** (**Required**): The information for the temperature sensor.
3434
35-
- All options from [Sensor](#config-sensor).
35+
- All options from {{< docref "sensor/" >}}.
3636
3737
- **humidity** (**Required**): The information for the humidity sensor
3838
39-
- All options from [Sensor](#config-sensor).
39+
- All options from {{< docref "sensor/" >}}.
4040
41-
- **update_interval** (*Optional*, [Time](#config-time)): The interval to check the sensor. Defaults to `60s`.
41+
- **update_interval** (*Optional*, {{< docref "time/" >}}): The interval to check the sensor. Defaults to `60s`.
4242

4343
## See Also
4444

45-
- [Sensor Filters](#sensor-filters)
45+
- {{< docref "sensor/#sensor-filters" >}}
4646
- {{< docref "absolute_humidity/" >}}
4747
- {{< docref "dht/" >}}
4848
- {{< docref "dht12/" >}}
4949
- {{< docref "htu21d/" >}}
5050
- {{< docref "sht3xd/" >}}
5151
- {{< apiref "hdc2010/hdc2010.h" "hdc2010/hdc2010.h" >}}
52-
- [HDC2010 Library](https://github.com/vigsterkr/homebridge-hdc2010)
53-
- [HDC2010 Library](https://github.com/lime-labs/HDC2080-Arduino)
54-
- [HDC2010 Tutorial and library](https://www.hackster.io/dragos-iosub/arduino-hdc2010-read-data-and-comfort-zone-alerts-3d62af)

0 commit comments

Comments
 (0)