Commit Graph

462 Commits

Author SHA1 Message Date
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
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
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
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
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
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
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
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
Kendell R
2bbbea1e20
Remove unneeded paramaters (#752) 2020-09-23 12:30:11 +12:00
micw
c48c51fd48
Add missing doc for rc_switch event (#740)
The event was added with https://github.com/esphome/esphome/pull/983 but the doc does not reflect this change.
2020-09-23 12:26:41 +12:00
Jesse Hills
9ca9fd503e Add docs for homeassistant.tag_scanned action (#763)
* Add docs for homeassistant.tag_scanned

* Add pn532 example

* Add example to rdm6300
2020-09-20 11:30:39 -03:00
Guillermo Ruffino
1b4d78b307
add custom uart id usage (#765) 2020-09-16 22:39:15 -03:00
David Martin
3381217a5e
Update index.rst (#757)
Removed duplicate "if no value" - line 496
2020-09-15 17:55:07 +02:00
Jesse Hills
b19415554d Adds Tuya Climate temperature multiplier (#756)
* Add tuya climate temperature-multiplier

* Fix page link
2020-09-14 21:39:30 -03:00
Guillermo Ruffino
98110c620b Merge branch 'current' into beta 2020-09-13 01:00:39 -03:00
Abílio Costa
e7ffd00819
Add carrier_frequency for IR device example (#734) 2020-09-08 08:44:24 -03:00
Guillermo Ruffino
7916a6b03b add image type (#730) 2020-08-23 21:58:06 -03:00
Guillermo Ruffino
5fe33f9b1d Merge branch 'current' into beta 2020-08-23 20:47:19 -03:00
Jesse Hills
8d2837e060
Change example ota id as "ota" conflicts with the name of an esphome integration (#737) 2020-08-20 16:27:10 -03:00
Martin
27786e13d2
Add a note about setting dns in manual ip mode (#735) 2020-08-19 09:52:27 -03:00
Otto Winter
bfa71f0562
Merge branch 'current' into beta 2020-07-29 20:05:13 +02:00
Eike
9d38102539
Added hint that not the subsensor id is meant. (#720) 2020-07-29 14:00:05 +02:00
Otto Winter
d6da1cfaac
ESP8266 change recommended framework version to 2.7.2 (#714) 2020-07-28 12:15:44 +02:00
Otto Winter
abb3aa3f4f
New prometheus configuration (#713) 2020-07-27 12:10:24 +02:00
Keith Burzinski
de483432c8
Update bang_bang doc, changelog fix (#667)
Co-authored-by: Otto Winter <otto@otto-winter.com>
2020-07-27 12:10:24 +02:00
Guillermo Ruffino
6533c87ecd
fix typo 2020-07-27 11:45:54 +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
2722e1bb31
Merge branch 'current' into next 2020-07-25 19:29:54 +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
Otto Winter
cf8f06752b
WPA2 Enterprise Attempt 2 (#704) 2020-07-24 15:39:59 +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
Jesse Hills
02e99471f8
Add color_temperature to light.turn_on docs (#690) 2020-07-16 20:40:44 -03:00