* 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>
* 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>
* Add configuration example for TTGO T-Camera v1.7
For `esp32_camera`
I added the configuration for a newly received TTGO T-Camera marked as v1.7
Took me a while to figure out the pinout , so I thought I'd save others the trouble.
* Remove image options
* Update esp32_camera.rst
Co-authored-by: Otto Winter <otto@otto-winter.com>
* Add docs for atm90e32 sensor
* Correct name for CT4
* fix title bar length
* use correct subsubsections chars
* add newlines before figure
* Update components/sensor/atm90e32.rst
Co-Authored-By: Otto Winter <otto@otto-winter.com>
* move required setting to top
* Update atm90e32.rst
Add note about SPI, and fix line_freq
Co-authored-by: Andrew Thompson <andrew@whosonlocation.com>
Co-authored-by: Otto Winter <otto@otto-winter.com>
* Template won't just work with the short name
lambdas won't accept IDLE, OPENING, or CLOSING. Need to specify COVER_OPERATION_IDLE, COVER_OPERATION_OPENING, or COVER_OPERATION_CLOSING.
* Update template.rst
* Added documentation for scan_length in Addressable Scan Effect
* Renamed scan_length to scan_width in Addressable Scan Effect, fixed default value in example
* add note for asynchronously update of adc
* Move to section; add details; change ID name to match example config
Co-authored-by: Otto Winter <otto@otto-winter.com>
* Add docs for CT Clamp
* Fix title bar
* Fix reference
* 2 many changes
* Update docs for new configuration
* Compress index image
* Update for config changes
- Also remove 3.3V message, because if the user needs to calibrate anyway, then the 3.3V is also part of the calibration process.
- Use calibrate_linear instead of multiply, more user-friendly
- Update SEO image
-
Co-authored-by: Otto Winter <otto@otto-winter.com>
* Add mpr121 docs and images
* add images
* update mpr121 docs
* Title bar same length as text
* wrong size and location
* wrong size and location
* wrong location
* wrong size and location
* wrong size and location
* Added binary_sensor_map
* tabs to spaces
* added to index
* add image
* text changes
* remove linefeed
* image is jpg not png
* preview fail??
* Update binary_sensor_map.rst
- Make use case and function more clear
- Remove options that do not exist yet.
- Fix incorrect sensor link in configuration variables
- Fix required values labeled optional
- Less literal text with backslash. Was hard to read.
- Move config example essential part up.
- Remove disqus
* Update binary_sensor_map.rst
* Fix
Co-authored-by: Otto Winter <otto@otto-winter.com>
* added debounce and threshold
* extended and fixed documentation for thresholds
* line to long
* line to long list end
* no spaces at lin end
* Update mpr121.rst
* default for touch release thresholds
* Lint
Co-authored-by: Otto Winter <otto@otto-winter.com>
* Added documentation for AM2320
* Added new files for AM2320
* Fixed too long row
* Update am2320.rst
Co-authored-by: Mikkonen Teemu <teemu.mikkonen@iki.fi>
Co-authored-by: Otto Winter <otto@otto-winter.com>
Clarify that this component uses voltage range at the chip pin, but voltage range at the board pin can be greater (e.g., for NodeMCU)
## Description:
**Related issue (if applicable):** fixes <link to issue>
**Pull request in [esphome](https://github.com/esphome/esphome) with YAML changes (if applicable):** esphome/esphome#<esphome PR number goes here>
**Pull request in [esphome-core](https://github.com/esphome/esphome-core) with C++ framework changes (if applicable):** esphome/esphome-core#<esphome-core PR number goes here>
## Checklist:
- [ ] Branch: `next` is for changes and new documentation that will go public with the next ESPHome release. Fixes, changes and adjustments for the current release should be created against `current`.
Co-authored-by: Otto Winter <otto@otto-winter.com>
senors => sensors
## Description:
**Related issue (if applicable):** fixes <link to issue>
**Pull request in [esphome](https://github.com/esphome/esphome) with YAML changes (if applicable):** esphome/esphome#<esphome PR number goes here>
**Pull request in [esphome-core](https://github.com/esphome/esphome-core) with C++ framework changes (if applicable):** esphome/esphome-core#<esphome-core PR number goes here>
## Checklist:
- [ ] Branch: `next` is for changes and new documentation that will go public with the next ESPHome release. Fixes, changes and adjustments for the current release should be created against `current`.
## Description:
#222
**Related issue (if applicable):** fixes <link to issue>
**Pull request in [esphome](https://github.com/esphome/esphome) with YAML changes (if applicable):** esphome/esphome#<esphome PR number goes here>
**Pull request in [esphome-core](https://github.com/esphome/esphome-core) with C++ framework changes (if applicable):** esphome/esphome-core#<esphome-core PR number goes here>
## Checklist:
- [x] Branch: `next` is for changes and new documentation that will go public with the next ESPHome release. Fixes, changes and adjustments for the current release should be created against `current`.
Co-authored-by: Otto Winter <otto@otto-winter.com>
* add ttp229-lsf docs
* fixed link to datasheet
* remove indent
* type image filename
* convert image to jpg
* Update ttp229.rst
- Change id in example to name. Reason: otherwise it won't show up in frontend and users will be confused
- Reorder conf options
- esphomelib -> esphome
* Remove disqus
* Extend the documentation of esp8266_restore_from_flash to include platforms that use the underlying component
* Updated documentation for esp8266_restore_from_flash in a separate section
* Lint and small rewrite
* Add note about rapidly updating components
* Document SDS011 component
* move sds011 component to right position
* indicate type of parameters
* ✏ Rearrange code a bit and minor edits to make it clearer
* remove query_mode
* Lint
* Update for update_interval changes
* solved issues image size, tabs to spaces, file location
* image name was incorrect
* image for index was missing
* remove duplicate image
* Update images
- Convert main index image from .png to .jpg
- Use full picture on component page
- Add adafruit attribution
* Remove MQTT ref
* fixed configuration rows
* Merge remote receiver component with platform
* Merged remote transmitter component with platform
* Merge pca9685 component with output
* Minor fixes
* Minor fix
* Fixed headers
* reshuffled esp32 touch binary sensor
* Reshuffled pn532 rfid reader
* Fixed images
* Reshuffled rdm6300 RFID component
* Reshuffled my9231 led driver component
* Reshuffled ads1115 component
* Reshuffled SSD1306 display component
* Reshuffled Character-Based LCD Display component
* Reshuffled fastled component
* Fixes netlify
* Remove duplicate figure
* Remove duplicate figure
* Remove duplicate figure
* Reorder SSD1306
To my knowledge, the i2c version is more common, so put it first.
* Put fastled clockless above SPI
clockless is more common, so put it first
* Cleanup index
Tag was used initially to distinguish between the component and binary sensor, no longer needed.
* Remove duplicate figure