The right pins for ESP8266 and ESP32 are GPIO12-GPI14.
GPIO21-23 is not available on an ESP8266, on an ESP32 it is I2C, maybe it was copy&paste from I2C?
* Add docs for `name_add_mac_suffix` config
* Spelling and a bit more info
* Update components/esphome.rst
Co-authored-by: Guillermo Ruffino <glm.net@gmail.com>
Co-authored-by: Guillermo Ruffino <glm.net@gmail.com>
* Midea Climate support
* Update Midea documentation
* Midea Docs: add links to open hardware implementation of UART-dongle
* Midea docs: add vendors information
* Midea docs: fixed lint errors
* Midea Docs: added words of thanks
* Midea Docs: updated
* Midea Docs: fix option name
* Added new option info
* Added example of using outdoor sensor option
* Update: new options added
* Added new power usage option
* Major changes of settings
* Fix link
* Remove midea-dongle from index.rst
* Fix option name
* Update speed fan and REST API docs with speed_level
* Update fan docs
* Add configurable speed_levels to speed fan
* Update components/fan/index.rst
Co-authored-by: Guillermo Ruffino <glm.net@gmail.com>
* Changed speed_levels to speed_count to match HA and updated descriptions
Co-authored-by: Guillermo Ruffino <glm.net@gmail.com>
* updates
* updates
* add verify missing descriptions
* updates
* schema handling updates
* add action and condition
* add more checks for missing props
* updates
* support typed schema
* better inner props handling and mqtt
* updates
* clean up
* add links to titles on markdown
* remove spelling not used
* format black
* format black
* Better titles
* Update vl53l0x docs
* Updated docs to reflect default timeout of 10ms
* just some formats and clarifications
Co-authored-by: Guillermo Ruffino <glm.net@gmail.com>
Added an additional link to a custom component that does not only provide raw gas resistance but also calculates an indoor air quality index based on it.