Luca Zimmermann
16a6366bf5
Correct yaml indentation for dfplayer.play ( #1217 )
2021-06-04 10:50:36 -03:00
Pavel Skuratovich
0e606f6a74
Update Sonoff 4CH docs ( #1209 )
...
* Update Sonoff 4CH docs
Swap RX/TX in pin list and add a warning about connecting some pins to GND on boot
Tested with `SONOFF 4CH R3 V1.1 2020-04-13`
* Make the warning less intrusive :)
2021-06-02 20:09:34 +02:00
Adrián Panella
79baf0939f
rf_bridge: add new actions ( #1193 )
2021-06-01 07:24:37 +12:00
imgbot[bot]
a2c3c2c314
[ImgBot] Optimize images ( #1208 )
...
Co-authored-by: ImgBotApp <ImgBotHelp@gmail.com>
2021-05-31 13:37:19 +02:00
David Martin
f352734e50
Update Web address link for Nextion Editor ( #1199 )
2021-05-26 00:44:23 +02:00
Bert
98b1256a6a
Fix off to on ( #1200 )
2021-05-26 00:35:11 +02:00
bvansambeek
d26f8740a2
added E-LOG pin on PCB version 2.1 ( #903 )
...
Using it with PIR myself, but it is possible to add any type of sensor. The information of the E-LOG pin being GPIO 2, was a guess based on other type of Sonoff devices. I was unable to find information about the pinout of the Sonoff S20 E-LOG pin. This seems like a usefull place to store this information to help others.
2021-05-25 16:07:05 +02:00
workingmanrob
68b6c8f28f
Update sonoff_basic.rst ( #1191 )
...
Use same recommended device config section as the info here - https://esphome.io/devices/sonoff.html
2021-05-25 11:54:00 +02:00
Albin Kauffmann
c1c675d51a
Fix ble_client YAML syntax ( #1196 )
...
This patch fixes YAML indentation.
Adding 2 spaces before the C++ code avoids to get the following error:
ERROR Error while reading config: Invalid YAML syntax:
while scanning a simple key
in "/config/esphome/HOSTNAME.yaml", line 31, column 11:
ESP_LOGD("ble_client_lambda", "C ...
^
could not find expected ':'
in "/config/esphome/HOSTNAME.yaml", line 32, column 5:
on_disconnect:
^
2021-05-25 10:27:07 +02:00
Daniel
911c930ba8
Update due to new version 1.18.0 ( #1198 )
...
It seems that with version 1.18.0 it is not longer `measurement_time` but `measurement_duration` which should be reflected in the documentation also.
2021-05-25 10:02:21 +02:00
Petr Urbánek
b83105f8a5
Update diy.rst ( #1194 )
...
Adding new custom component used for communicating between MQTT and ZCL protocols (HomeAssistant and zigbee smart devices). HW used is ESP32 and cc2530
2021-05-23 22:23:02 +02:00
GeekVisit
dd1a739df4
Update adc.rst ( #943 )
...
Co-authored-by: Fabian Affolter <mail@fabian-affolter.ch>
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
2021-05-22 22:05:52 +02:00
Franck Nijhof
9955d40bf2
Replace Hass.io with Home Assistant ( #1186 )
2021-05-20 07:36:42 -07:00
Oxan van Leeuwen
c8aceb21e2
Fix spelling/capitalizing mistakes in ESPHome ( #1187 )
2021-05-20 16:00:53 +02:00
Andrea
e258c2b8a7
feat: ESP32-EVB ethernet configuration example ( #1092 )
2021-05-19 23:25:20 +02:00
Pavel Skuratovich
7056249b55
Update bme280_environment.rst ( #1123 )
...
Fix lambda formatting
2021-05-19 23:19:25 +02:00
Manuel Díez
9003b58008
Add extra margin at the bottom to avoid overlap with Changelog banner ( #1112 )
2021-05-19 23:17:43 +02:00
mipa87
cb6425046e
Fixed Sensirion typo ( #1184 )
2021-05-19 22:17:39 +02:00
starwolf73
f0e05750d1
[b-parasite] Fix doc typo on "battery" ( #1182 )
2021-05-19 15:21:59 +02:00
Jesse Hills
320980a48d
Merge pull request #1181 from esphome/bump-1.18.0
...
1.18.0
2021-05-19 12:59:37 +12:00
Jesse Hills
150277cc28
Add changelog static image
2021-05-19 12:01:48 +12:00
Jesse Hills
fd562acf0d
Fix changelog
2021-05-19 11:58:39 +12:00
Jesse Hills
d9b260f83e
Update supporters for 1.18.0
2021-05-19 11:46:49 +12:00
Jesse Hills
c8e6663a53
Update changelog for 1.18.0
2021-05-19 11:46:32 +12:00
Jesse Hills
bcb81f3373
Bump version to v1.18.0
2021-05-19 11:43:47 +12:00
Jesse Hills
c8f3aa9a20
Merge branch 'current' into beta
2021-05-19 09:54:26 +12:00
Carlos Garcia Saura
3bea218b3c
Added warning: GPIOs are LIVE in power measurement devices ( #583 )
2021-05-17 17:05:55 +02:00
Adrián Panella
0eb2dc1fe2
GPIO Switch: simplify Momentary Switch example ( #1121 )
...
Simplify case and avoid the need to use a secondary template switch.
Use `on_turn_on` directly to trigger the delay and turning off afterwards
2021-05-17 17:04:34 +02:00
Karol Zlot
1b748284f6
changed LG example to existing, working code ( #1171 )
2021-05-17 17:03:59 +02:00
klenaers
6d4f74e9e6
Lambda over multiple lines. |- added ( #1173 )
2021-05-17 17:02:25 +02:00
Mike
368564e659
Document missing use_address in Ethernet component ( #1176 )
...
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
2021-05-17 16:13:49 +02:00
workingmanrob
d2afdce3ac
Update ifan02 example with new fan speed options ( #1177 )
2021-05-17 16:13:26 +02:00
Martin
d556c60e3f
Fix docker build failure ( #1179 )
...
* Fix docker build failure
Fix the docker build error from https://github.com/esphome/issues/issues/2041
* Switch from ubuntu to python-slim
Using python:slim instead of python reduces the image size from ~1.1 GB to 410MB
2021-05-17 14:19:31 +02:00
meijerwynand
cd3ee44f9d
Update web-api id component ( #1168 )
2021-05-17 11:20:23 +02:00
Casey Olson
93b4e4195f
Update max frequency ( #1172 )
...
Not sure if this is an issue with the docs, or the linter, but the linter throws an error at 1526: `value must be at most 1525.88`
2021-05-17 09:58:45 +02:00
Jesse Hills
ce8691bbad
Merge pull request #1178 from esphome/bump-1.18.0b4
...
1.18.0b4
2021-05-17 14:45:12 +12:00
Jesse Hills
b67c068bb2
Fix title underline
2021-05-17 14:02:01 +12:00
Jesse Hills
bdd40c7fa7
Update supporters for 1.18.0b4
2021-05-17 13:55:57 +12:00
Jesse Hills
b53ba560e7
Update changelog for 1.18.0b4
2021-05-17 13:55:42 +12:00
Jesse Hills
7c66d919b7
Bump version to v1.18.0b4
2021-05-17 13:53:38 +12:00
Maurice Makaay
37a67fd1aa
Some clarification added to external components. ( #1165 )
...
Co-authored-by: Maurice Makaay <mmakaay1@xs4all.net>
2021-05-17 13:53:37 +12:00
Jesse Hills
1267c2a26d
Merge branch 'current' into beta
2021-05-17 13:53:29 +12:00
Maurice Makaay
075699062f
Add new disconnect reasons to the FAQ. ( #1129 )
...
Co-authored-by: Maurice Makaay <mmakaay1@xs4all.net>
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
2021-05-13 13:11:18 +02:00
Jesse Hills
05c5837ca2
Merge pull request #1164 from esphome/bump-1.18.0b3
...
1.18.0b3
2021-05-13 07:49:55 +12:00
Jesse Hills
6def8f577a
Update supporters for 1.18.0b3
2021-05-13 07:39:09 +12:00
Jesse Hills
e2a56f997e
Update changelog for 1.18.0b3
2021-05-13 07:38:50 +12:00
Jesse Hills
9bc531842b
Bump version to v1.18.0b3
2021-05-13 07:17:17 +12:00
BoukeHaarsma23
b1a039eaf2
Add sm2135 component ( #1127 )
2021-05-13 07:17:16 +12:00
Jesse Hills
cd79a05906
Merge branch 'current' into beta
2021-05-13 07:17:05 +12:00
TheGroundZero
11021e90cf
Explain where to upload .ttf font files ( #1133 )
...
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
2021-05-12 18:42:50 +02:00