Commit Graph

190 Commits

Author SHA1 Message Date
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
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 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
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
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
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
Stephen Tierney aa2292062a
Add docs for SHT4X (#1002) 2021-04-28 20:22:53 +12:00
SenexCrenshaw 1b0e4fbdcf
sgp40 (#985)
* sgp40 document

* Updated per PR comments

* Added compensation example
2021-04-08 22:40:51 -03:00
rbaron 91e097d3d8
Adds docs for the b-parasite soil moisture sensor (#1086) 2021-04-08 13:59:38 +02:00
Trevor North 97ae661d19
Add BME680 BSEC docs (#793) 2021-04-06 12:20:53 +02:00
Andreas Hergert d48c9e800e
Add i2c multiplexer (#897)
* added doc

* tidy

* tidy

* tidy

* tidy again

* argh tidy

* Bump version to v1.15.2

Conflicts:
	Doxygen
	Makefile
	_static/version
	conf.py

* rezised images

Co-authored-by: Andreas Hergert <andreas.hergert@otrs.com>
2021-03-29 16:50:43 -03:00
Otto winter 57a22d67b2
Update contributors page 2021-03-23 13:12:35 +01:00
Jesse Hills 5bb554f9e7
Merge branch 'current' into next 2021-03-22 17:13:27 +13:00
Steve Baxter 06ea3518d0
Add documentation for pulse_meter (#900) 2021-03-19 21:20:09 +13:00
Mike Ryan ced6164e59
Add docs for addressable_light display (#755) 2021-03-18 19:09:17 +13:00
Sergey V. DUDANOV d5d917db3a
Midea Climate support (#804)
* Midea Climate support

* Update Midea documentation

* Midea Docs: add links to open hardware implementation of UART-dongle

* Midea docs: add vendors information

* Midea docs: fixed lint errors

* Midea Docs: added words of thanks

* Midea Docs: updated

* Midea Docs: fix option name

* Added new option info

* Added example of using outdoor sensor option

* Update: new options added

* Added new power usage option

* Major changes of settings

* Fix link

* Remove midea-dongle from index.rst

* Fix option name
2021-03-17 17:28:09 -03:00
Moritz Glöckl 8e01f3393b
Added documentation for the SM300D2 sensor (#993)
* Added documentation for the SM300D2 sensor

* otimize images

* small fixes

Co-authored-by: Guillermo Ruffino <glm.net@gmail.com>
2021-03-02 21:55:19 -03:00
Christiaan Blom 5b27e9a948
Add IWOOLE Table Lamp cookbook entry (#947) 2021-02-28 19:45:29 +13:00
Kurt Kellner 06d923c2db
Update vl53l0x docs (#679)
* Update vl53l0x docs

* Updated docs to reflect default timeout of 10ms

* just some formats and clarifications

Co-authored-by: Guillermo Ruffino <glm.net@gmail.com>
2021-02-25 19:28:00 -03:00
dckiller51 3cb84bbc48
Add docs for Xiaomi Miscale v1 and v2 (#1021) 2021-02-22 22:24:27 +13:00
Guillermo Ruffino 896afdcfa1
Fix format next (#1023)
* Missing colon

* update sun

* format fix and adaptation

* fix format

* fix format 2

* fix format 3

* fix format

* fix format

* fix format

* format fix

* revert title as heads

* rename image case-sensitive

* rename again
2021-02-20 18:02:46 -03:00
Jérémy JOURDIN 5bfeb3e7fc
Add MCP4725 docs (#889)
* Add MCP4725 Doc

* add alterative address info

Co-authored-by: Guillermo Ruffino <glm.net@gmail.com>
2021-02-06 12:23:23 -03:00
fkirill 63998c7d38
Adding documentation for Inkbird IBS-TH1 Mini sensor (#657) 2021-02-06 17:04:51 +13:00
Zvonimir Haramustek 26d88bfdc0
Adding Inkplate 6 docs (#778)
* Added Inkplate.

* Fixing Inkplate docs.

* Added Configuration variables for Inkplate.

* Update components/display/Inkplate.rst

Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>

* Added another warning.

* Fixed indents.

* Done requested change

* Add pin configurations to docs

* Apply suggestions from code review

Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
2021-01-17 17:06:45 +13:00
SenexCrenshaw 334ae67f81
Updated Mcp3008 to support reference_voltage and voltage_sampler::VoltageSampler (#874)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
2021-01-17 17:06:45 +13:00
Zvonimir Haramustek b6eeb6e3c3
Adding Inkplate 6 docs (#778)
* Added Inkplate.

* Fixing Inkplate docs.

* Added Configuration variables for Inkplate.

* Update components/display/Inkplate.rst

Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>

* Added another warning.

* Fixed indents.

* Done requested change

* Add pin configurations to docs

* Apply suggestions from code review

Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
2021-01-16 13:20:08 +13:00
SenexCrenshaw da4a791eb1
Updated Mcp3008 to support reference_voltage and voltage_sampler::VoltageSampler (#874)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
2021-01-14 07:33:24 +13:00
SenexCrenshaw 93f1e7345d
st7735 Docs (#608)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
2021-01-05 07:51:51 +13:00
Keith Burzinski 3460a8fb1b
Add SSD1322 doc (#869) 2020-12-30 22:52:46 +13:00
Keith Burzinski 48b9c9e4ae
Add SSD1327 display docs (#875) 2020-12-30 22:48:30 +13:00
Daniel Schramm a913c627c3
Canbus + MCP2515 docs (#823) 2020-12-22 08:27:24 +13:00
Jesse Hills fe6f68f150
Update next from current 20201221 (#894) 2020-12-21 13:55:44 +13:00
SenexCrenshaw 648a640f89
MCP23S08-Docs (#613)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
Co-authored-by: David F. Bakker <dbakker@arrayasolutions.com>
2020-12-07 06:44:06 +13:00
Keith Burzinski 5b91810122
Ili9341 doc update (#870)
* ili9341 documentation

* fixed file name

* change the name one more time

* more naming fixes

* add missing parenthesis

* Update components/display/ili9341.rst

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

* Update ili9341.rst

fixed: api ref
fixed: led_pin description
marked: all pins as required for a proper functioning

* Update ili9341.rst

* Changes requested to original PR for merge

* Make image filenames consistent

* Make image filenames consistent take 2

* Example fixes

* Right

* No, left

Co-authored-by: Valeriu <valeriucob@gmail.com>
Co-authored-by: Vc <37367415+Valcob@users.noreply.github.com>
Co-authored-by: Guillermo Ruffino <glm.net@gmail.com>
2020-12-06 10:45:10 -03:00
Keith Burzinski 7c01d10fbe
Add SSD1331 docs (#729) 2020-11-18 19:35:00 +13:00
Samuel Sieb 91f71a7553
add docs for new EZO sensor circuits (#727)
Co-authored-by: Samuel Sieb <samuel@sieb.net>
2020-11-17 22:01:51 +13:00
0hax ff31428e69
Add docs for Teleinfo (#666)
Signed-off-by: 0hax <0hax@protonmail.com>
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
2020-11-16 07:08:40 +13:00
Daniel Hyles 137f80ce69
Doco for hbridge component (#733)
bringing christmas lights into esphome
2020-11-08 14:46:39 +13:00
Guillermo Ruffino d84787b337
add rc522 docs (#810) 2020-10-27 12:42:09 +13:00
Harald Nagel c3a81d4b6b
Add documentation for MCP9808 sensor (#691)
* Add documentation for MCP9808 sensor

* Compress index image

* Add address configuration variable

Co-authored-by: Otto Winter <otto@otto-winter.com>
2020-10-27 07:24:35 +13:00
Tim Savage 78906b37e8
Added tmp102 Temperature sensor docs (#451)
* Added tmp102 docs

* Corrected keywords to reference TMP102

Was still set to HTU21D (the doc I used as a template)

* Optimize index image

* Update to match code

* Remove dead reference

* add address

Co-authored-by: Otto Winter <otto@otto-winter.com>
Co-authored-by: Guillermo Ruffino <glm.net@gmail.com>
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
2020-10-27 07:00:55 +13:00
Otto Winter 94e1608202
New prometheus configuration (#713) 2020-07-27 12:06:56 +02:00
Guillermo Ruffino 5af53af47c
fix merge: climate devices moved to climate-ir (#710) 2020-07-25 22:30:15 +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 412297ab6d
Merge branch 'current' into next 2020-07-14 21:14:02 +02:00