CCS811 env_data

This commit is contained in:
Otto Winter 2019-05-14 11:40:48 +02:00
parent 52cd23c733
commit c1fe08f927
No known key found for this signature in database
GPG Key ID: DB66C0BE6013F97E
2 changed files with 10 additions and 2 deletions

View File

@ -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

View File

@ -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.