* Update Readme & improve md layout
- ESPHome now supports LibreTiny natively
- Added extra PIO docs references
- Reworded some sections slightly, to accomodate proper grammar
- PIO deprecated the `platformio platform install` command, replaced this with the official recommendation/replacement
* Use backslash for line break, revert changing indent
---------
Co-authored-by: Kuba Szczodrzyński <kuba@szczodrzynski.pl>
* Update ESPHome documentation
* Update note format
* Switch to https github format, give manual PR checkout instructions until a better method is found.
* Fix yaml sample spacing
* Fix indent
* Add addon migration info
* Replace spaces with tabs
---------
Co-authored-by: Kuba Szczodrzyński <kuba@szczodrzynski.pl>
The docs about using docker compose for libre tuya had an error.
When setting what image to use in compose you dont have to put docker pull, just the image you are going to use
* Added description of some UPK keys
* More keys described.
This time by experimenting on my PIR-enabled lamp.
Motion is reported correctly via GPIO defined as pirin_pin.
I am also trying to set the PIR sensitivity by applying PWM to the pirsense_pin, and I _think_ it works. More experiments are needed.
* Add UPK2ESPHome link, reformat table
* Add descriptions from BK7231N SDK
* Update docs/resources/tuya-pin-config.md
* Corrected description of cwmaxp
* Description of ambient light sensor values
---------
Co-authored-by: Kuba Szczodrzyński <kuba@szczodrzynski.pl>
* platform/realtek-ambz: Improve flashing guide
Known USB adapter compatibility issues. Emphasize, so that the paragraph is
easier to notice.
Signed-off-by: Pavel Fedin <pavel_fedin@mail.ru>
* base/wr2: Add UART2 test pads to the WR2 diagram
The module has UART2, necessary for flashing, only on test pads. Document this.
Signed-off-by: Pavel Fedin <pavel_fedin@mail.ru>
* Move test pads to separate files, update variants
* Update wiring guide
---------
Signed-off-by: Pavel Fedin <pavel_fedin@mail.ru>
Co-authored-by: Kuba Szczodrzyński <kuba@szczodrzynski.pl>