Merge branch 'current' into beta

This commit is contained in:
Jesse Hills 2022-04-13 16:15:24 +12:00
commit 095e8e217d
No known key found for this signature in database
GPG Key ID: BEAAE804EFD8E83A
4 changed files with 10 additions and 5 deletions

View File

@ -20,13 +20,12 @@ div.sphinxsidebar {
img.component-image {
border: none;
vertical-align: middle;
display: block;
margin-left: auto;
margin-right: auto;
width: 100%;
height: 85px;
object-fit: contain;
border-radius: 10px;
}
table.docutils {

View File

@ -8,6 +8,12 @@ CCS811 CO_2 and Volatile Organic Compound Sensor
The ``ccs811`` sensor platform allows you to use CCS811 CO_2 and volatile organic compound sensors
(`Adafruit`_) with ESPHome.
.. note::
Most CCS811 modules require the WAK pin to be pulled low to wake up the sensor, as outlined in the data sheets.
Outside low-power scenarios, connecting WAK to ground is the recommended configuration. For low power installations,
pulling WAK low should happen in software prior to taking the measures.
.. figure:: images/ccs811-full.jpg
:align: center
:width: 50.0%

View File

@ -73,7 +73,7 @@ You have to replace the numbers in the lambdas to determine your weight which is
impedance:
name: "Xiaomi Mi Scale Impedance"
id: impedance_xiaomi
id: impedance_miscale
on_value:
then:
- lambda: |-

View File

@ -113,7 +113,7 @@ This means effectively only the following pins can be used as general purpose GP
---------- ------------------------------ ------------------------------
``GPIO15`` If LOW on boot Weak Pull Up
---------- ------------------------------ ------------------------------
``GPIO16`` Has pull-down (but no pull-up Weak Pull Down
``GPIO16`` Has pull-down (but no pull-up) Weak Pull Down
resistor
========== ============================== ==============================
@ -141,7 +141,7 @@ in the ``boot mode:`` line tells you what mode was selected
ets Jan 8 2013,rst cause:4, boot mode:(3,6)
The first lines when viewing the UART logs might have unrecognized characters. This is
because the ESP8266 bootloader uses a baudrate of 76800, whereas the program uses 115200.
because the effective baudrate of the ESP8266 bootloader is 74800, whereas the program uses 115200.
Reset Causes
------------