mirror of
https://github.com/esphome/esphome-docs.git
synced 2025-02-14 01:21:33 +01:00
CCS811 env_data
This commit is contained in:
parent
52cd23c733
commit
c1fe08f927
@ -62,11 +62,19 @@ Configuration variables:
|
||||
- **update_interval** (*Optional*, :ref:`config-time`): The interval to check the
|
||||
sensor. Defaults to ``60s``.
|
||||
|
||||
|
||||
Advanced:
|
||||
|
||||
- **address** (*Optional*, int): The :ref:`I²C <i2c>` address of the sensor.
|
||||
|
||||
- **baseline** (*Optional*, int): The baseline value for the unit, for calibration
|
||||
purposes. See :ref:`ccs811-calibrating` for more info.
|
||||
|
||||
- **temperature** (*Optional*, :ref:`config-id`): Give an external temperature sensor ID
|
||||
here. This can improve the sensor's internal calculations.
|
||||
- **humidity** (*Optional*, :ref:`config-id`): Give an external humidity sensor ID
|
||||
here. This can improve the sensor's internal calculations.
|
||||
|
||||
.. _ccs811-calibrating:
|
||||
|
||||
Calibrating Baseline
|
||||
|
@ -8,8 +8,8 @@ Contributing
|
||||
Contributions to the ESPHome suite are very welcome! All the code for the projects
|
||||
is hosted on GitHub and you can find the sources here:
|
||||
|
||||
- `ESPHome <https://github.com/esphome/ESPHome>`__ (Project Source Code)
|
||||
- `ESPHome-Docs <https://github.com/esphome/ESPHome-Docs>`__ (The documentation which you're reading here)
|
||||
- `ESPHome <https://github.com/esphome/esphome>`__ (Project Source Code)
|
||||
- `ESPHome-Docs <https://github.com/esphome/esphome-docs>`__ (The documentation which you're reading here)
|
||||
|
||||
Just clone the repository locally, do the changes for your new feature/bug fix and submit
|
||||
a pull request.
|
||||
|
Loading…
Reference in New Issue
Block a user