Commit Graph

556 Commits

Author SHA1 Message Date
nikito7
13af2e9eb1
Add docs for MHO-C401 (#957) 2021-01-27 23:04:23 +13:00
Jesse Hills
52f719f64a
Merge branch 'current' into beta 2021-01-27 23:04:11 +13:00
Gerard
31aecbb1ad
Update image type for st7789 (#945) 2021-01-27 20:18:20 +13:00
foxsam21
8689cb129f
Minor uptime docs fixes (#948) 2021-01-27 20:09:41 +13:00
Rico van Genugten
2131aa056a
Tuya comment for max dimming value of 1000 (#950) 2021-01-27 20:07:23 +13:00
Florian Mösch
4ffcc0d4ec
update time (sync) documentation (#924)
* update time documentation

* Heading

* Update components/time.rst

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

* rename read/write to read/time/write_time

* clarify SNTP limitation

* typo

Co-authored-by: Guillermo Ruffino <glm.net@gmail.com>
2021-01-26 13:39:45 +13:00
Jesse Hills
8ddb39e6b9
Merge branch 'current' into beta 2021-01-26 13:18:43 +13:00
Dave Walker
e4d01c804e
Fix human-readable uptime example so it compiles (#949) 2021-01-24 10:21:58 +01:00
tomlut
0e949047ae
Remove reference to measuring humidity (#953)
This device does not measure humidity.
2021-01-24 10:20:48 +01:00
teffcz
112fca66a1
Fix of typo in SPS30 page (#954) 2021-01-24 10:20:03 +01:00
DK
c14af378a1
Add directions for handling text strings (#955) 2021-01-22 11:28:15 +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
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
4367f5b750
Merge branch 'current' into beta 2021-01-12 09:42:01 +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
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
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
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
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
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
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
tyomikh
b5e9683e03
Update sim800l.rst (#893) 2020-12-21 12:36:09 +13:00
Marcel Feix
29dd9f6075
Adding gif animation docs (#856)
* Adding animation docs

* Change Example to: next image on Display update
2020-12-14 13:16:51 -03:00
dziobson
f33a9169d1
Update ethernet.rst (#887)
* Update ethernet.rst

* Fix lint issue

Co-authored-by: Fabian Affolter <mail@fabian-affolter.ch>
2020-12-14 12:12:09 +01:00
Christian Ferbar
28ec466d28
esp32_dac.rst - Add light component to example (#885)
* esp32_dac.rst - Add light component to example

* Replace abbreviation

Co-authored-by: Fabian Affolter <mail@fabian-affolter.ch>
2020-12-14 11:52:54 +01:00
Charles Thompson
71279eccde
More descriptive information for noobs (#658)
* More descriptive information for noobs

The original doc was fairly bare and has led to some confusion, especially around naming and other "magic".  I've added more description to make this easier to understand.

* Minor changes

* Update formatting

Co-authored-by: Fabian Affolter <mail@fabian-affolter.ch>
2020-12-13 17:10:32 +01:00
neographikal
d7f58bd4aa
Update pulse_counter.rst (#689)
* Update pulse_counter.rst

Would have saved me a lot of time.

* Add space

Co-authored-by: Fabian Affolter <mail@fabian-affolter.ch>
2020-12-13 16:51:29 +01:00
Guillermo Ruffino
3e39f119f8
Show example of calling HA script (#688)
* Show example of calling HA script

* lint
2020-12-13 16:51:03 +01:00
Andrea Donno
1329f67a24
add another example without MQTT (#573)
* add another example without MQTT

this has been requested on Twitter so I thought it might be helpful for further users

* Minor changes

* Remove second anchor

Co-authored-by: Fabian Affolter <mail@fabian-affolter.ch>
2020-12-13 16:46:22 +01:00
Rick van Hattem
e680071505
Fixed docs to match xiaomi rename (#606)
Co-authored-by: Fabian Affolter <mail@fabian-affolter.ch>
2020-12-13 16:17:22 +01:00
xheronimo
0e889196a1
Update bang_bang.rst (#524)
* Update bang_bang.rst

Modify functionality in mode manual. (fix  #1005)

* Update formatting

* Remove whitespace

Co-authored-by: Fabian Affolter <mail@fabian-affolter.ch>
2020-12-13 16:16:36 +01:00
Mateusz Soszyński
6af1fe91a9
Add troubleshooting help with light partition (#851)
* Add some troubleshooting help

* Minor changes

Co-authored-by: Fabian Affolter <mail@fabian-affolter.ch>
2020-12-13 15:38:36 +01:00