Commit Graph

1530 Commits

Author SHA1 Message Date
Anthony Uk
db09f74caf
Add triggers on_turn_on / on_turn_off (#1116) 2021-05-19 16:12:59 +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
e6f6c33baa
Merge branch 'current' into next 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
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
Maurice Makaay
c53de5484f
Some clarification added to external components. (#1165)
Co-authored-by: Maurice Makaay <mmakaay1@xs4all.net>
2021-05-13 13:05:54 +02:00
Jesse Hills
addb40689f
Merge branch 'current' into next 2021-05-13 07:17:05 +12:00
BoukeHaarsma23
ba199fef03
Add sm2135 component (#1127) 2021-05-13 07:14:26 +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
Peter Remøy Paulsen
d2704ffc89
Fixed wrong link in i2c_id (#1163) 2021-05-12 17:57:06 +02:00
Jan Sandbrink
b718ca26e0
Fix docs for inkplate (#1158)
* Fix docs for inkplate

Version 1.17.0 seems to have changed this, updating the
docs accordingly.

* Consistently refer to inkplate6 component and image

Since the component is called inkplate6, the index
is now referring to a page called inkplate6 and the
image is also called inkplate6.jpg.

Deleted the alternative Inkplate.jpg (title cased file name)
2021-05-12 09:36:04 +02:00
Jesse Hills
990c53ba8e
Merge branch 'current' into next 2021-05-12 09:57:33 +12:00
Jesse Hills
2683e0744b
Add past changelogs 2021-05-12 09:55:11 +12:00
Jesse Hills
26f183bdfd
Add past changelogs 2021-05-12 09:54:35 +12:00
Jesse Hills
0117d783f3
Add templatable keyword (#1154) 2021-05-11 12:36:03 -03:00
Fredrik Erlandsson
34b2bef1d1
Show how calculations are made (#861)
Co-authored-by: Franck Nijhof <git@frenck.dev>
2021-05-11 16:21:47 +02:00
Paul Deen
6377ca4496
Replaced set_password with new_password (#1157)
incorrect syntax in documentation
2021-05-11 16:13:30 +02:00
James Callaghan
39d5fc6312
Sample codeblock has incorrect variables (#1156)
Four of the variables in the sample codeblock don't include underscores as defined in the variables section. This throws an error when using this sample code. To avoid others getting these errors I have updated the sample so it uses the right variables.
2021-05-11 14:40:52 +02:00
Jesse Hills
3437c7c654
Fix missed merge conflict (#1155) 2021-05-11 19:28:30 +12:00
Daniel
cd361ae115
add font to usage example (#1050)
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
2021-05-11 00:07:58 +02:00
Marc Teale
63d36b4d7d
Specify format for BSSID entries. (#1046)
Co-authored-by: Marc Teale <marc.teale@openmarket.com>
2021-05-11 07:57:02 +12:00
Dezorian
7cbd96e955
Added compatibility notes (#1033) 2021-05-10 12:58:29 +02:00
larsonmpdx
2edeb78838
thermostat min/max temperature clarification (#1057)
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
2021-05-10 12:55:06 +02:00
Philip Allgaier
743bd9b4a4
FAQ page: Converting from "I" to "we" wording (#1103) 2021-05-10 12:45:22 +02:00
rradar
e6afa1d228
Utalize pip3 for commands (#1143) 2021-05-10 12:43:19 +02:00
Simon
8b4d0867d6
Update deep_sleep.rst (#1152)
The documentation is wrong, as discussed on discord. This fixes that.
2021-05-10 18:59:48 +12:00
Franck Nijhof
5b613f25fd
Remove deprecated board_flash_mode from configuration example (#1149) 2021-05-10 00:34:21 +02:00
Pavel Skuratovich
7dce09c4bc
Update pulse_counter.rst (#1089) 2021-05-10 00:12:16 +02:00
Jakub Šimo
fc793e0682
Update docs: Add references to alternative ICs to HLW8012 and CSE7766 (#902) 2021-05-10 00:01:02 +02:00
Peter Kuehne
5e2194b916
Update allowed characters for node names (#1072) 2021-05-09 23:55:44 +02:00
Alex
436efccf69
Added receive for Fujitsu ACs (#1037)
Co-authored-by: Alex Richards <alex.github@gmail.com>
2021-05-09 23:37:50 +02:00
Jesse Hills
b52c23102f
Merge branch 'current' into next 2021-05-10 08:52:41 +12:00
Nikola
bcbbd1dacd
Fixed datasheet link for RC522 (#1144) 2021-05-09 17:00:01 -03:00
Jesse Hills
9b38ca7b47
Bump version to v1.19.0-dev 2021-05-10 07:54:06 +12:00