Commit Graph

1185 Commits

Author SHA1 Message Date
lein1013
e2124b264b
Cookbook: Light Strip (#805)
* initial doc of infostrip

* Fix alias and update light ids

* update wording, ident

* bugfix color -> color_name

* Various fixes

- Fix formatting
- Add ref
- Update names
- Fix indention

Co-authored-by: Fabian Affolter <mail@fabian-affolter.ch>
2020-12-13 15:20:24 +01:00
Maurice Schleußinger
fc6ddb0a1f
Update sds011.rst (#770)
Add note that ``update_interval`` must not be set to ``never``.
2020-12-13 15:19:59 +01:00
Abel Matser
0fae98c904
Improve obtaining bind key (#843)
Add description on obtaining a bind key in an easier manner, which also could be used to flash the LYWSD03MMC.
2020-12-13 15:00:00 +01:00
Alex
a43a953470
Change all instances of travis to github actions (#860) 2020-12-13 14:57:07 +01:00
Justyn Shull
facd786a94
Update teckin sb50 entry as they cannot be flashed anymore (#878)
* Update teckin sb50 entry as they cannot be flashed

Unfortunately these bulbs are now shipping with a newer firmware that can no longer be flashed by tuya-convert.

Please see:

- https://github.com/esphome/issues/issues/1289
- https://github.com/ct-Open-Source/tuya-convert/issues/483
- https://github.com/ct-Open-Source/tuya-convert/issues/586

* Update format

* Fix typo

Co-authored-by: Fabian Affolter <mail@fabian-affolter.ch>
2020-12-13 14:44:50 +01:00
kalebzettl
3923c99c77
Update mirabella-genio-bulb.rst (#857)
* Update mirabella-genio-bulb.rst

Added info about Genio Downlights after struggling for a bit with them.

* Update mirabella-genio-bulb.rst

* Update mirabella-genio-bulb.rst

* Update mirabella-genio-bulb.rst

* Update mirabella-genio-bulb.rst

* Include links

Co-authored-by: Fabian Affolter <mail@fabian-affolter.ch>
2020-12-13 14:25:47 +01:00
Pack3tL0ss
e5b1e346dd
Update wifi.rst (#873)
Add identity key in EAP-TLS example, as it should be required for EAP-TLS
2020-12-13 14:05:43 +01:00
HepoH3
09fded2df8
Fix one of the commens in code block (#881)
The start_washer_cycle service comment seems to be mistaken. Apparantly the mistake came from copy-pasting comment.
2020-12-13 14:03:46 +01:00
Eric Muehlstein
b8174153ea
Update max31856.rst (#883)
When compiling the example code, the compiler returns: 

Platform not found: 'sensor.MAX31856'

changing the platform to "max31856" appear to resolve the issue.
2020-12-13 14:02:37 +01:00
adezerega
fd9b69345c
Update ethernet.rst (#863)
Added configuration for LilyGO-T-ETH-POE board
2020-12-02 11:35:52 +01:00
Oskar Napieraj
9ba5b21538
Fix broken YAML in on_json_message example (#620) 2020-11-24 15:34:04 +13:00
Nikolay Kitanov
16e8bc6661
Adding IAQ board in cookbook section (#844) 2020-11-23 12:06:38 +13:00
anekinloewe
3428a7ef84
Update deep_sleep.rst (#850)
* Update deep_sleep.rst

Add description to enter deep sleep again without reset the node manually.

* Use full topic

Co-authored-by: Fabian Affolter <mail@fabian-affolter.ch>
2020-11-21 23:04:18 +01:00
Fabian Affolter
80ea7c3d09
Replace Hass.io (#853) 2020-11-21 23:03:38 +01:00
Marvin Gaube
1354dd1d77
Add Blogpost for SP501E as WS2812 LED Controller (#854)
This PR adds a link to a blog post describing how to run ESPHome on a cheap digital LED Controller.
2020-11-21 23:03:27 +01:00
rradar
8d6361a341
Fix ac dimmer example code (#852)
example code fix
2020-11-21 22:53:04 +01:00
Ernst Klamer
29460c9c55
Updated link to ble_monitor (previous mitemp_bt) (#849)
Our mitemp_bt custom component has changed names to ble_monitor. 
Added myself as second developer of ble_monitor
2020-11-21 22:52:32 +01:00
djtef
78923253f1
Fix MCP23008 example (#845)
Change the pin mode from INPUT_PULLUP to OUTPUT for the switch in the MCP23008 example
2020-11-16 10:47:56 +13:00
Guillermo Ruffino
704eda78d2
remove use_custom_code (#841) 2020-11-09 18:02:34 -03:00
The Impaler
bdbf972a5f
Update to I2C docs to explain I2C daisy chaining (#812)
Added further information on how I2C devices can be daisy-chained together on one bus to make this clearer for new users for the I2C bus and to ESPHome.
2020-11-09 10:23:25 +13:00
damanti-me
d4032b13b4
Update waveshare_epaper.rst (#818)
Added a warning to the 2.7 inch display because the HAT version seems not to work currently. I opened an issue some time before with is still open #1491
2020-11-09 10:22:01 +13:00
Nejc
9a27eb6060
Update waveshare_epaper.rst (#813)
Got "[E][display:017]: Could not allocate buffer for display!" from logs.
The Waveshare display 7.50inV2 has a resolution of 800x480 pixels and ESP8266 runs out of RAM.
2020-11-09 10:20:39 +13:00
Artur 'Wodor' Wielogorski
253f124fbb
Add a note about INPUT_PULLUP (#830)
* Add a note about INPUT_PULLUP

* Fix lint
2020-11-09 10:10:48 +13:00
cretep
20ac246a81
Link to Winsen ZE08-CH2O custom component (#833) 2020-11-02 15:01:25 +01:00
Dave T
792c7dd486
Add TuyaMCU sample config for WF-DS01 (#829) 2020-11-02 15:00:11 +01:00
Kendell R
82c5232505
Fix connection typo in FAQ (#831) 2020-11-02 14:58:58 +01:00
Richard Kuhnt
aca3683a9c
Small typo fixes for Sonoff T1 UK 3 Gang (#815)
* Small typo fixes for Sonoff T1 UK 3 Gang

* Update devices/sonoff_t1_uk_3gang_v1.1.rst

Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>

Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
2020-10-27 06:55:20 +13:00
Guillermo Ruffino
b175757066
Merge pull request #817 from esphome/bump-1.15.3
1.15.3
2020-10-23 00:16:55 -03:00
Guillermo Ruffino
f29ab11538 Update supporters for 1.15.3 2020-10-22 23:56:41 -03:00
Guillermo Ruffino
85418e3256 Update changelog for 1.15.3 2020-10-22 23:56:15 -03:00
Guillermo Ruffino
db06a9c58f Bump version to v1.15.3 2020-10-22 23:54:52 -03:00
tomlut
6ef635fc48
Correct pull-up value (#811)
One Ohm most definitely would not work.
2020-10-15 21:56:00 +13:00
Trevor North
92c14d8d30
Individual BMXXXXX sensor configs are optional (#791)
For the BME280, BME680, BMP085 and BMP280 sensors the individual sensors are optional.
2020-10-10 18:33:05 +02:00
Trevor North
9d11dd859c
BME680 default address is 0x76 (#792) 2020-10-10 18:26:57 +02:00
Frankster-NL
e4b707069d
Update wifi.rst (#795)
* Update wifi.rst

Added sample to AP mode

* Update components/wifi.rst

Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>

Co-authored-by: Fabian Affolter <mail@fabian-affolter.ch>
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
2020-10-10 18:24:08 +02:00
Guillermo Ruffino
821f2a3f86
Fix links, moved to gists (#802) 2020-10-10 11:50:39 -03:00
shaeed
ce7a37e422
Corrected the example pin mapping to GPIO mapping. (#789) 2020-10-06 05:58:00 +13:00
Achilleas Pipinellis
3399e6e914
Add note about the battery_level of HHCCJCY01 (#761)
Make it clear that battery_level doesn't work with newer versions.
2020-10-06 05:55:17 +13:00
Marco
aa9b6d96e6
Set correct link to ESPColor struct (#788) 2020-10-04 00:51:51 +02:00
Debashish Sahu
7b6d35fee6
Update Sonoff Mini (#783)
GPIO4 is active high and when SW is pressed it is grounded. See details here: https://tasmota.github.io/docs/devices/Sonoff-Mini/
2020-10-04 00:50:10 +02:00
Jeff Rescignano
8bedc15bc5
Update edit URL on Sonoff Basic page (#785) 2020-10-04 00:49:39 +02:00
Johan van der Kuijl
d69b1ea5fd
Typo: connedted -> connected (#787) 2020-10-04 00:48:40 +02:00
Dave Wongillies
b3cd054b72
Add 2.13in-ttgo-b73 to list of waveshare models (#786) 2020-10-02 19:25:32 +13:00
Jeff Rescignano
5868f1d695
Remove bh7150 API reference (#784)
* Remove bh7150 API reference

* Update components/sensor/bh1750.rst

Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>

Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
2020-10-02 17:45:11 +13:00
Jesse Hills
1b2064d28e
Update getting_started_command_line.rst (#780) 2020-09-28 14:52:10 -03:00
Alain Turbide
00ec328bd8
Update diy.rst (#781) 2020-09-28 14:50:51 -03:00
Ronald Dehuysser
5ca367dbb7
HM3301 - Change type to calculation_type (#769)
According to the esphome dashboard, AQI type should be calculation_type
2020-09-28 07:15:47 +13:00
damanti-me
0d8df9652a
Added radius which is necessary for it.filled_circle command (#773) 2020-09-24 08:35:56 +12:00
Jordan Vohwinkel
86c6a944ac
Update uart.rst (#771)
Change escape example to double quotes
2020-09-24 08:31:07 +12:00
Jonathan Treffler
1a7d7880ce
Fix APDS9960 datasheet link (#772)
(it's currently is a link to the BME280 sensor datasheet)
2020-09-24 08:29:45 +12:00