Commit Graph

1297 Commits

Author SHA1 Message Date
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
Jesse Hills
f320672cbf
Add docs for pn532 NDEF functionality (#936) 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
Guillermo Ruffino
e44eb01685
add rc522 i2c config variant (#933)
* add i2c config variant

* add i2c address
2021-01-17 17:06:45 +13:00
Jesse Hills
fdb7c967aa
Merge branch 'current' into beta 2021-01-17 17:04:31 +13:00
foxsam21
5abc39ba01
cli.rst add --help (#939)
* Update cli.rst

Added that --help works for esphome commands. i.e. esphome logs --help

* Update cli.rst

* Update guides/cli.rst

Co-authored-by: Guillermo Ruffino <glm.net@gmail.com>
2021-01-14 12:37:53 -03:00
Guillermo Ruffino
251357b769
add cli link (#937) 2021-01-13 13:32:31 -03:00
Jesse Hills
a0dad5885d
Merge pull request #932 from esphome/bump-1.16.0b3
1.16.0b3
2021-01-12 09:58:12 +13:00
Jesse Hills
4a05969fcc
Update supporters for 1.16.0b3 2021-01-12 09:43:41 +13:00
Jesse Hills
ece7618dfe
Update changelog for 1.16.0b3 2021-01-12 09:43:25 +13:00
Jesse Hills
802c4a9565
Bump version to v1.16.0b3 2021-01-12 09:42:20 +13:00
Jesse Hills
4367f5b750
Merge branch 'current' into beta 2021-01-12 09:42:01 +13:00
Michael
dd8bf6326c
Added a tip to use GPIO14 for mirabella genio bulb (#911) 2021-01-12 05:56:27 +13:00
Werner Beroux
c3d1c72129
Update nextion.rst (#912) 2021-01-12 05:52:56 +13:00
Dirk Heinke
fa00a0c8a6
Add hint for swapped data and clock pin (#914) 2021-01-12 05:51:06 +13:00
Ville Skyttä
2c9e6588a5
Fix duplicated "on_ble" in on_ble_service_data_advertise heading (#927) 2021-01-12 05:47:21 +13:00
Ville Skyttä
2e966f1c48
Spelling and grammar fixes (#928) 2021-01-12 05:46:37 +13:00
Omar Ghader
12e2229e7d
DIY - omarghader - connect xiaomi thermometer to esp32 (#922) 2021-01-12 05:39:17 +13:00
Fredrik Erlandsson
9208561275
Add example for human readable uptime sensor (#923)
* Add example for human readable uptime sensor

* Fix lint

* simpler return
2021-01-11 11:50:29 -03:00
Dan Mannock
a5a040334a
fixed duplicate id for dac_output (#909) 2021-01-11 11:44:39 -03:00
Jesse Hills
f7e42d18d4
Merge pull request #931 from esphome/bump-1.16.0b2
1.16.0b2
2021-01-11 21:10:13 +13:00
Jesse Hills
f4c1ad2d4d
Update supporters for 1.16.0b2 2021-01-11 20:15:40 +13:00
Jesse Hills
d1f2378356
Update changelog for 1.16.0b2 2021-01-11 20:15:26 +13:00
Jesse Hills
6eec11e429
Bump version to v1.16.0b2 2021-01-11 20:10:39 +13:00
Florian Mösch
4eb0c2d930
DS1307 real time clock component (#910)
* add DS1307 documentation

* add sync to/from rtc actions

* changed action names

* reformat action documentation

* cleanup lint

* link actions
2021-01-11 20:10:38 +13:00
Jesse Hills
fa02a45bf7
Bump changelog index to 1.16.0 2021-01-11 19:56:55 +13:00
Jesse Hills
a745965fb1
Merge pull request #918 from esphome/bump-1.16.0b1
1.16.0b1
2021-01-09 07:49:06 +13:00
Jesse Hills
3315e720d2
Fix changelog to remove previous beta fixes 2021-01-09 00:37:18 +13:00
Jesse Hills
c6b296c744
Update supporters for 1.16.0b1 2021-01-07 19:15:51 +13:00
Jesse Hills
587d21f207
Update changelog for 1.16.0b1 2021-01-07 19:13:19 +13:00
Jesse Hills
1279013d11
Bump version to v1.16.0b1 2021-01-07 19:06:44 +13:00
Jesse Hills
a9a88311d3
Merge branch 'current' into next 2021-01-07 19:04:31 +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
Chris
49ffbc9bbb
Add note about default settings in remote transmitter (#901)
* Add note about default settings

* Remove note and fix integration name

Co-authored-by: Fabian Affolter <mail@fabian-affolter.ch>
2021-01-04 12:44:47 +01:00
mikosoft83
4f3e036f25
Update diy.rst (#913)
Added link to my menu system for Pithy Screen device
2021-01-04 11:56:40 +01:00
Andreas Hergert
ee69437a14
added slow mode and detach time to servo (#896)
* added doc

* Update components/servo.rst

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

* Update components/servo.rst

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

* lint

Co-authored-by: Andreas Hergert <andreas.hergert@otrs.com>
Co-authored-by: Guillermo Ruffino <glm.net@gmail.com>
2021-01-03 17:56:43 -03: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
DrRob
b96cde3a86
Update apds9960 with VL pin troubleshooting (#895) 2020-12-22 07:59:36 +13:00
bvansambeek
f365509252
Update sonof_basic.rst - incorrect example (#892)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
2020-12-22 07:57:21 +13:00
Jesse Hills
fe6f68f150
Update next from current 20201221 (#894) 2020-12-21 13:55:44 +13:00
Francis-labo
69142bf207
Update pzem example configuration entry (bad stop bit) (#872) 2020-12-21 13:17:27 +13:00
Ryan Matthews
1d7c9a3413
Change on_message topics into a yaml list (#867) 2020-12-21 13:11:38 +13:00
Maarten
14af7df38a
Add get_setup_priority() to Custom sensor docs (#819)
Co-authored-by: Maarten Kleijwegt <9350991+MaartenKleijwegt@users.noreply.github.com>
2020-12-21 12:56:35 +13:00
Richard Kuhnt
5c3adfb24f
Add manual for Sonoff T3 EU 3 Gang (#816)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
2020-12-21 12:53:37 +13:00
matikij
7c55cdad9d
Update docs about MQTT lambdas (#809)
Co-authored-by: Mateusz <mateusz@kijowski.info>
2020-12-21 12:51:36 +13:00
pille
c9a03a99f5
clarify VCC, wrt #1452 (#753) 2020-12-21 12:48:42 +13:00
Kyle Manna
99127ce40d
display: st7789v: Set GPIO0 as INPUT_PULLUP (#759) 2020-12-21 12:47:14 +13:00
Torwag
527c2a5cc2
docs: necessary registration of node in HA (#741) 2020-12-21 12:45:30 +13:00