* update esp32camera documentation - note about PWM
As I was fighting with this yesterday, I think this can be part of esphome documentation.
* Update esp32_camera.rst
Co-authored-by: Otto Winter <otto@otto-winter.com>
``VIN``: This pin can be used to use an external power supply with the board. Supply a voltage from
3.3V to 12V to this pin and the linear voltage regulator on the board will power the board.
changed for more clarity to:
``VIN``: This board can be powered by an external power supply by using this pin. Supply a voltage between
3.3V to 12V to this pin and the linear voltage regulator on the board will power the board.
* Small changes from proofreading.
* Proofreading changes.
* Correction from travis checks
* Update guides/getting_started_command_line.rst
Co-Authored-By: Otto Winter <otto@otto-winter.com>
* More proofreading changes.
* More proofreading changes.
* Minor corrections
* Updated MCP23017 Component To Cover 8 & 16 Port Chips
* Made requested changes, adding short paragraph at top of MCP230xx.rst
explaining the page is for MCP23008 and MCP23017, also deleted now
obsolete MCP23017.rst
* Added separate sections for MCP23017, MCP23008
* Remove MCP23017 page (merged with new one)
Co-authored-by: Otto Winter <otto@otto-winter.com>
This is probably the easiest GPIO pin to use on any of the Sonoff devices. Header is already there out of the box so no soldering and it's not used for anything else.
* Add index for new Xiaomi ClearGrass E-Ink Sensor
* Add Xiaomi Cleargrass Sensor Documentation
Add all the needed documentation, such as index,
references and main page of this sensor
* Fix images width
Adjust images width to a better fit in the page
* Fix apiref of Xiaomi Sensors
The apiref of Cleargrass and LYWSD02 models point
to the mijia's api, so I fix this
* Fix Xiaomi Cleargrass documentation mistake
Line 43 of xiaomi_cleargrass.rst references to
Xiaomi Mijia's sensor. It should reference to
Xiaomi Cleargrass.
Also I change titles of this sensor in order to
avoid the title uses 2 lines
* Basic auth
* Basic auth
* typo
* Update web_server.rst
* Move auth example out of top-level example
Reason: Most users will copy-paste that into their config directly, which then causes a validation error because of the missing !secret value.
Co-authored-by: Otto Winter <otto@otto-winter.com>
* Add description of id Parameter
see here: https://github.com/esphome/issues/issues/625
* add id parameter and explantion to i2c
I hope this explains it better.
* Update components/i2c.rst
Co-Authored-By: Otto Winter <otto@otto-winter.com>
* Note sure if i have done the note right
In the preview it doesn't seem to render correctly
* Update i2c.rst
* Update i2c.rst
Co-authored-by: Otto Winter <otto@otto-winter.com>