Skip to content

Commit

Permalink
Improve SGP30 humidity compensation documentation (#3556)
Browse files Browse the repository at this point in the history
* Improve SGP30 compensation documentation

* Use must instead of should, fix celsius spelling
  • Loading branch information
aveao authored Jun 4, 2024
1 parent 992b09a commit 39abfa6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions components/sensor/sgp30.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <config-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:
Expand Down

0 comments on commit 39abfa6

Please sign in to comment.