diff --git a/components/sensor/sgp30.rst b/components/sensor/sgp30.rst index 65494c952..e54b4021e 100644 --- a/components/sensor/sgp30.rst +++ b/components/sensor/sgp30.rst @@ -72,12 +72,12 @@ Advanced: - **id** (*Optional*, :ref:`config-id`): Set the ID of this sensor for use in lambdas. - All other options from :ref:`Sensor `. -- **compensation** (*Optional*): The block containing sensors used for compensation. +- **compensation** (*Optional*): The block containing sensors used for compensation. Both values must be supplied in order to be able to generate the absolute humidity to be reported to the sensor. - **temperature_source** (*Optional*, :ref:`config-id`): Give an external temperature sensor ID - here. This can improve the sensor's internal calculations. + here. The data must be in Celsius. This can improve the sensor's internal calculations. - - **humidity_source** (*Optional*, :ref:`config-id`): Give an external humidity sensor ID + - **humidity_source** (*Optional*, :ref:`config-id`): Give an external relative humidity sensor ID here. This can improve the sensor's internal calculations. .. _sgp30-calibrating: