Commit Graph

686 Commits

Author SHA1 Message Date
romerod
f75e5ebab8
Add on_tag_removed documentation to pn532.rst (#915) 2021-05-18 11:54:17 +12: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
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
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
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
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
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
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
21a79c4d69
Merge branch 'current' into next 2021-05-09 22:58:32 +12:00
Klaas Schoute
30a30b1eba
Add output part to binary light example (#1061) 2021-05-08 18:23:26 +12:00
Guillermo Ruffino
eb950033a8
add External components docs (#1107)
* Add external_components

* fixes

* fix indent

* fix misplaced directive

* add full config before shorthands

* adding a bit more info

* update contributing use external components
2021-05-07 15:02:08 -03:00
Farzad E
e6b2fbbddc
Added docs for enable_mdns option (#1118)
* Added enable_mdns option to docs

* Update faq.rst

* Further updates to faq.rst

* Updated components with link to faq entry on mDNS

* Minor changes to faq.rst

* Added link to docker reference FAQ notes

* Update guides/faq.rst

Co-authored-by: Guillermo Ruffino <glm.net@gmail.com>

Co-authored-by: Guillermo Ruffino <glm.net@gmail.com>
2021-05-06 12:32:13 -03:00
Diego Elio Pettenò
a665d8f24f
xiaomi_ble: update docs around CGG1 and bindkey. (#876) 2021-05-05 22:35:20 +12:00
Jesse Hills
a4fe969c8a
Merge branch 'current' into next 2021-05-05 22:34:47 +12:00
mbo18
9b8bbd9a65
Change wifi signal strength unit to dBm (#1125) 2021-05-05 20:13:23 +12:00
Ryan Mounce
f800e5608b
Document Tuya fan direction datapoint (#877) 2021-05-05 16:24:40 +12:00
Jesse Hills
a035cf27cb
Add note about hyperion classic udp port (#1135) 2021-05-05 14:09:45 +12:00
Jesse Hills
9255fc6753
Fix mcp3008 reference (#1131) 2021-05-04 14:19:59 +12:00
0x0a11c0de
51e691ad57
Add speed_count to tuya fan (#1080)
Co-authored-by: Frank Riley <fhriley@gmail.com>
2021-05-04 14:11:34 +12:00
Jesse Hills
8edc1bf285
Merge braanch 'current' into branch 'beta' 2021-05-03 23:10:47 +12:00
Jesse Hills
b3c5353dc5
Merge branch 'current' into next 2021-05-03 22:55:12 +12:00
buxtronix
27d19d4207
Ble client docs (#702)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
2021-05-03 11:11:02 +12:00
Wojtek Strzalka
31b91a6b0d
Documentation for TOF10120 support (#846) 2021-04-29 11:49:58 +12:00
Barry Loong
486e91a07b
Add Grow fingerprint reader docs (#835) 2021-04-29 10:08:31 +12:00
Jesse Hills
a155f16595
Add Atm90e32 energy docs (#1120)
Co-authored-by: Elyor Khakimov <elyorkhakimov@forwardnetworks.com>
2021-04-29 07:16:07 +12:00
Stephen Tierney
aa2292062a
Add docs for SHT4X (#1002) 2021-04-28 20:22:53 +12:00
Christian Ferbar
d45572c5e4
Add 'pulse' light effect doc (#1067) 2021-04-28 15:05:19 +12:00
Guillermo Ruffino
fcc3ea0f7f
Update name_add_mac_suffix use dash (#1111) 2021-04-27 13:41:28 +12:00