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
Franck Nijhof
8ac1308bb9
Lights & GPIO Switch inverted restore mode ( #1190 )
2021-05-23 22:47:59 +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
Anthony Uk
db09f74caf
Add triggers on_turn_on / on_turn_off ( #1116 )
2021-05-19 16:12:59 +12: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
Jesse Hills
1f095957d4
Merge branch 'current' into next
2021-05-19 09:53:25 +12:00
romerod
f75e5ebab8
Add on_tag_removed documentation to pn532.rst ( #915 )
2021-05-18 11:54:17 +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
Stefan Agner
0039fe10cb
Update Arduino SDK versions ( #1175 )
...
ESP8266 uses 2.7.4 since quit a while. This also bumps ESP32 to the
latest stable version 1.0.6.
2021-05-17 10:23:38 +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
e6f6c33baa
Merge branch 'current' into next
2021-05-17 13:53:29 +12:00
Jesse Hills
1267c2a26d
Merge branch 'current' into beta
2021-05-17 13:53:29 +12:00
Stanislav Meduna
566c1f54bf
Add XPT2046 touch screen controller documentation ( #1015 )
...
Co-authored-by: Guillermo Ruffino <glm.net@gmail.com>
2021-05-17 13:04:12 +12:00
Franck Nijhof
0068dbbfbf
Add attribute support to Home Assistant sensors ( #1159 )
2021-05-17 11:16:33 +12:00
Guillermo Ruffino
2d8b1a2733
updates for v0.14.0 schema style ( #1170 )
2021-05-14 20:49:29 -03:00
Guillermo Ruffino
d8646a5f7e
format-fixes ( #1169 )
...
* Update bh1750 docs
* format fixes
* more format fixes
Co-authored-by: Yuval Aboulafia <yuval.abou@gmail.com>
2021-05-14 20:31:31 -03:00
Jesse Hills
88c850959a
Add docs for pulse_meter.set_total_pulses action ( #1147 )
2021-05-14 20:06:47 +12:00
Stanislav Meduna
d125a5de77
Add the documentation for the autorepeat filter ( #1093 )
...
* add the documentation for the autorepeat filter
* make no timing equivalent to a single default one
2021-05-13 17:37:06 -03:00