Commit Graph

1233 Commits

Author SHA1 Message Date
Guillermo Ruffino
6533c87ecd
fix typo 2020-07-27 11:45:54 +02:00
Guillermo Ruffino
9d3ef4065f
fix typo 2020-07-26 19:44:44 -03:00
Keith Burzinski
73108cf7a9
Update bang_bang doc, changelog fix (#667)
Co-authored-by: Otto Winter <otto@otto-winter.com>
2020-07-26 22:58:06 +02:00
Otto Winter
98482183e5
Run svg2png 2020-07-26 22:36:40 +02:00
Otto Winter
c726b4baff
Fix changelog tab character 2020-07-26 22:36:32 +02:00
Otto Winter
e5ef29fd6a
Update changelog for 1.15.0b1 2020-07-26 22:14:16 +02:00
Otto Winter
ada70b0cb7
Bump version to v1.16.0-dev 2020-07-26 22:13:01 +02:00
Otto Winter
0cd8ca5391
Bump version to v1.15.0b1 2020-07-26 22:13:01 +02:00
Otto Winter
6577f2e472
Revert "Dallas autosetup (#551)" (#709)
See also https://github.com/esphome/esphome/pull/1189

This reverts commit c81ef96526.
2020-07-26 15:43:03 +02:00
Otto Winter
d379de656a
Update preliminary changelog 2020-07-26 10:25:49 +02:00
Otto Winter
19fefee9d7
Merge branch 'current' into next 2020-07-26 10:10:48 +02:00
Otto Winter
38c410805d
Fix bump-version for dev versions 2020-07-26 10:10:00 +02:00
Otto Winter
ece5c390fd
Merge branch 'current' into next 2020-07-26 00:13:26 +02:00
Otto Winter
b531d68b89
Fix bump-version script 2020-07-25 23:13:13 +02:00
Guillermo Ruffino
5af53af47c
fix merge: climate devices moved to climate-ir (#710) 2020-07-25 22:30:15 +02:00
Otto Winter
2722e1bb31
Merge branch 'current' into next 2020-07-25 19:29:54 +02:00
Otto Winter
e6d68d3371
Update bump-version script 2020-07-25 19:26:04 +02:00
Guillermo Ruffino
af9d511ed3
add buzzer rtttl docs (#700)
* add buzzer rtttl docs

* Update components/rtttl.rst

* removed references to not supported PWM output
2020-07-25 13:02:21 -03:00
Otto Winter
f22ac1a550
Partially Revert make SPI CS pin optional (#706) 2020-07-25 14:24:02 +02:00
Guillermo Ruffino
2e85a4001f
Add script modes and timers (#693)
Co-authored-by: Otto Winter <otto@otto-winter.com>
2020-07-25 14:20:58 +02:00
Otto Winter
cf8f06752b
WPA2 Enterprise Attempt 2 (#704) 2020-07-24 15:39:59 +02:00
João Vitor Miranda Roma
17d201bc89
Update pip to pip3 (#703)
Changing the instruction of "pip install" to "pip3 install" instead, due to the warning: "You're using ESPHome with python 2. Support for python 2 is deprecated and will be removed in 1.15.0. Please reinstall ESPHome with python 3.6 or higher."
2020-07-23 23:42:16 +02:00
Joseph Mearman
13fde1af0c
Update esp32_camera.rst (#695)
* Update esp32_camera.rst

* correct underline length
2020-07-20 20:33:27 -03:00
Alain Turbide
e676837894
Update diy.rst (#699) 2020-07-20 13:13:30 -03:00
Daniel Hyles
0f3e7ca9c9
Update mirabella-genio-bulb.rst (#694)
New version of this bulb does not have a ESP chip anymore
2020-07-18 23:30:32 -03:00
Otto Winter
58ab34f989
Add bump version script (#687) 2020-07-17 14:32:34 +02:00
Jesse Hills
02e99471f8
Add color_temperature to light.turn_on docs (#690) 2020-07-16 20:40:44 -03:00
Carlos Gustavo Sarmiento
902c4b65fd
Docs for Setting control parameters on PID (#674)
* Docs for Setting control parameters on PID

* Added extra description to set_control_parameters

* Update components/climate/pid.rst

Co-authored-by: Guillermo Ruffino <glm.net@gmail.com>
2020-07-15 23:50:29 -03:00
Guillermo Ruffino
0769731b7d
Add links for the issues 2020-07-15 20:50:34 -03:00
Otto Winter
8c465ed4fb
Speed up svg2png script (#686) 2020-07-15 18:50:14 +02:00
Otto Winter
412297ab6d
Merge branch 'current' into next 2020-07-14 21:14:02 +02:00
Otto Winter
69613856ee
Improve RGBW(W) docs (#682) 2020-07-14 19:09:33 +02:00
Otto Winter
df7e1c845d
Update GH Actions CI Workflow (#684)
Co-authored-by: Guillermo Ruffino <glm.net@gmail.com>
2020-07-14 19:09:20 +02:00
Otto Winter
8d2a7be6cf
Add exposure notifications docs (#683) 2020-07-14 19:08:27 +02:00
Otto Winter
c353bed9dd
Use inclusive terminology (#685) 2020-07-14 18:45:53 +02:00
Otto Winter
e0e46a9c17
Revert "Add documentation for new WPA2-EAP authentication. (#633)"
The python cryptography module used to parse the x509 chains is not available on some architectures. The feature has been reverted until a solution is found.

This reverts commit f7c7f284a0.
2020-07-14 15:51:06 +02:00
Martynas Griškonis
f9321b532a
Added Paradox alarm system custom component (#680) 2020-07-13 12:02:18 -03:00
Paul Nicholls
5eba349eb1
Add config types to homepage guides list (#513) 2020-07-13 11:57:43 -03:00
Dmitry Berezovsky
69f5c691c9
Added documentation for packages feature (#582)
Co-authored-by: Dmitry Berezovsky <dmitry.berezovsky@logicify.com>
Co-authored-by: Guillermo Ruffino <glm.net@gmail.com>
2020-07-13 11:48:48 -03:00
Joppy
0369bc06c3
Add Toshiba climate (#681) 2020-07-13 09:20:46 -03:00
vxider
d48d017ca5
Brightness support for Nextion display (#668)
* add brightness support

* Update components/display/nextion.rst

Co-authored-by: Guillermo Ruffino <glm.net@gmail.com>
2020-07-12 15:15:33 -03:00
Paul Deen
4ea14ee413
Added new version of 7.5inch waveshare epaper (#675) 2020-07-11 20:03:20 -03:00
Jesse Hills
fbc2fbbf15
Add Tuya Binary Sensor docs (#662)
* Add docs for Tuya binary sensor

* Add tuya binary to index

* Add link to tuya component

* Fix label

* update image link

Co-authored-by: Guillermo Ruffino <glm.net@gmail.com>
2020-07-11 19:50:33 -03:00
Jesse Hills
2613da127c
Add Tuya Sensor docs (#661)
* Add tuya sensor documentation

* Add tuya component ref

* Add tuya sensor to index

* Fix tuya sensor label

* update image link

Co-authored-by: Guillermo Ruffino <glm.net@gmail.com>
2020-07-11 19:46:20 -03:00
Jesse Hills
48cf64e8dc
Add Tuya Climate docs (#632)
* Add docs for Tuya Climate devices

* Use tuya image
2020-07-11 19:04:48 -03:00
Jonathan Martens
035f352cf5
Subscript 2 in I^2C (#677) 2020-07-11 18:32:45 -03:00
Jesse Hills
547a8de3e9
Add Tuya Switch docs (#625)
* Add Tuya Switch docs

* Fix underline

* Remove common tuya documentation

* use tuya image for tuya stuff

Co-authored-by: Guillermo Ruffino <glm.net@gmail.com>
2020-07-11 18:12:47 -03:00
Jesse Hills
6b7c18a919
Split the Tuya component documentation (#631)
* Split the Tuya component documentation

* Optimize image

Co-authored-by: Guillermo Ruffino <glm.net@gmail.com>
2020-07-11 17:50:17 -03:00
Wauter
d71c2e7db9
documentation for version sensor hide timestamp option (#640) 2020-07-11 17:32:46 -03:00
Guillermo Ruffino
4bda00b023 Add GH Lint 2020-07-10 14:12:58 -03:00