Commit Graph

908 Commits

Author SHA1 Message Date
Kamil Trzciński
3438b7f47e
Add information about esp8266_disable_ssl_support (#1443) 2021-09-19 19:44:54 +02:00
Stefan Rado
f43a3a6786
Tuya climate: Documentation for direct relay state (#1215) 2021-09-15 20:23:39 +12:00
Jesse Hills
f43382201a
Merge branch 'current' into next 2021-09-15 19:01:45 +12:00
Guillermo Ruffino
6b7f17efee
dsmr-updates (#1475) 2021-09-14 22:14:53 -03:00
wilberforce
310a8b79bc
correct typo (#1472)
* correct typo

* update link
2021-09-14 16:42:08 +02:00
Ivo-tje
5b87a9dd35
ADC: Update section reference (#1474)
VCC is above the multiple ADC sensor part, not below.
2021-09-14 16:41:33 +02:00
Jesse Hills
45e2c8a517
Merge branch 'current' into next 2021-09-14 23:04:38 +12:00
aliktb
0dac942a9f
Change image color type to RGB24 for SSD1351 (#1064)
Change RGB to RGB24 for image color type
2021-09-13 22:28:18 +02:00
Karol Zlot
11d18ec117
added 10kHz value (#1126)
not sure what is min or max value, but this also works, and may be useful if using SPS30

Co-authored-by: qqgg231 <qqgg231@users.noreply.github.com>
Co-authored-by: Oxan van Leeuwen <oxan@oxanvanleeuwen.nl>
2021-09-13 22:20:44 +02:00
Tempura San
5bfdd4b383
Fix AS3935 I²C address documentation (#1342)
* Fix AS3935 I²C address documentation

* Update components/sensor/as3935.rst

Co-authored-by: Oxan van Leeuwen <oxan@oxanvanleeuwen.nl>
2021-09-13 22:20:15 +02:00
Alex
4a25659b0b
Added current calibration section for gain_pga = 4X (#1384)
For the SCT024 200A/100mA CT
2021-09-13 22:19:51 +02:00
WJCarpenter
19a84c654c
Update tsl2591.rst (#1405)
Fixes a typo
2021-09-13 22:18:40 +02:00
Quentin Stafford-Fraser
12fdb6e589
MQTT is no longer required for ESPhome to work (#1432) 2021-09-13 22:18:22 +02:00
Oxan van Leeuwen
d8fd0ac7fb
Clarify that includes option does not only accept headers (#1188) 2021-09-13 22:15:14 +02:00
Frederik Gladhorn
b02a19d40d
Display: Add example how to use color (#1278)
The docs mentioned only binary displays, but color works just fine.
2021-09-13 22:12:59 +02:00
Chris Nussbaum
231e49f439
Fan lambda documentation updates (#1439)
* Remove duplicate on/off conditions in the core switch component
Replace covers with switches in the core switch component lambda calls section
Add a lambda calls section in the core fan component

* Update components/fan/index.rst

Co-authored-by: Chris Nussbaum <chris.nussbaum@protolabs.com>
Co-authored-by: Oxan van Leeuwen <oxan@oxanvanleeuwen.nl>
2021-09-13 22:10:31 +02:00
swhaat
8a26a30a7f
SGP40: Small correction to the example (#1425)
The example configuration, on the conpensation part, lists temperature and humidity, the example has them inverted
2021-09-13 22:02:52 +02:00
meijerwynand
2f87918189
Link update (#1438)
Document link was not resolving to PDF. Changed link to page listing various documents.
2021-09-13 22:02:28 +02:00
Ermanno Baschiera
f59fd0ea7a
Fix wrong word in AS3935 docs (#1440)
...base on comments on source code: https://github.com/esphome/esphome/blob/dev/esphome/components/as3935/as3935.cpp#L89
2021-09-13 22:01:55 +02:00
dj-bauer
72ba9a1111
Update mhz19.rst (#1467)
* Update mhz19.rst

* Update components/sensor/mhz19.rst

Co-authored-by: Oxan van Leeuwen <oxan@oxanvanleeuwen.nl>
2021-09-13 21:59:06 +02:00
WeekendWarrior1
fb7fc5903b
fix and update h-bridge fan documentation (#1461) 2021-09-13 21:58:35 +02:00
Michaël Arnauts
10facc96be
Fix typo (#1460) 2021-09-13 21:58:15 +02:00
irtimaled
13e344810d
Add support for color_temperature_invert on tuya lights (#1465) 2021-09-13 09:33:23 +02:00
Jesse Hills
fdae11eb64
Merge branch 'current' into next 2021-09-09 10:27:39 +12:00
Andy Allsopp
688614d3dd
Fix LED letter casing (#1455) 2021-09-09 10:15:06 +12:00
Peter van Dijk
e4bbbe824f
pm1006: document changes in esphome PR 2214 (#1423) 2021-09-09 09:35:03 +12:00
Otto Winter
28b809b3aa
Document api encryption (#1454) 2021-09-09 09:22:53 +12:00
Peter van Dijk
7dd6e4c218
ccs811: docs for version sensor (#1336) 2021-09-09 09:19:51 +12:00
Sergey V. DUDANOV
603ab7b531
Midea support v2 (#1356) 2021-09-09 09:10:05 +12:00
Chris Nussbaum
1d253f135e
Template sensor publish updates (#1444)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
2021-09-08 15:36:57 +12:00
dgtal1
a00f85a274
Add docs for new fan trigger: on_speed_set (#1447)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
2021-09-08 15:16:03 +12:00
Jesse Hills
3face67505
Fix remote receiver api links (#1450) 2021-09-08 13:19:57 +12:00
Jesse Hills
a7cf2975b0
Remove last_reset_type (#1442) 2021-09-06 08:30:51 +12:00
Oxan van Leeuwen
a19f1ca712
Improve template number/select documentation (#1441) 2021-09-04 14:47:03 +12:00
Chris Nussbaum
0b6094d503
Fan is on is off conditions (#1436)
Co-authored-by: Chris Nussbaum <chris.nussbaum@protolabs.com>
2021-09-02 12:16:15 +12:00
Petko Bordjukov
7860b56a4b
Add iBeacon presence tracking instructions (#1069) 2021-09-02 11:50:31 +12:00
Alex
62f66f3c73
Document flash_transition_length (#1420) 2021-08-31 14:18:24 +12:00
Jérôme Laban
926eb31d39
docs: Add airthings wave plus docs (#1081)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
2021-08-31 14:02:10 +12:00
WeekendWarrior1
82a7cf39d9
Document fan hbridge component (#1433) 2021-08-31 10:10:29 +12:00
JonasEr
5d6861ae0d
Fix waveshare default update_interval to 1s (#1424) 2021-08-29 23:15:28 +12:00
meijerwynand
88ec5fd796
Fixed hrefs (#1427) 2021-08-29 23:14:05 +12:00
Kyle Hendricks
d268bcb75c
Add missing word (#1426) 2021-08-29 23:10:40 +12:00
marsjan155
b90762ff4f
Add ST7920 doc (#907)
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
2021-08-26 14:33:23 +12:00
WeekendWarrior1
40dbb25785
Document set direction on fan.turn_on action (#1411) 2021-08-26 10:25:30 +12:00
David Martin
f4ca78519c
Capitalised name(s) (#1421)
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
2021-08-25 17:21:15 +02:00
Jesse Hills
39f7eec5d6
Merge branch 'current' into next 2021-08-25 19:45:45 +12:00
Oxan van Leeuwen
6d8f24d269
Update devices documentation (#1412) 2021-08-25 13:37:12 +12:00
Seganku
39aa899ece
Update Nextion Editor URL (#1416) 2021-08-25 13:33:12 +12:00
Stephan Peijnik-Steinwender
e77ee4b83a
ST7789V: Document that backlight_pin is now optional (#1406) 2021-08-24 23:03:51 +12:00
Jesse Hills
46bce386a8
Merge branch 'current' into next 2021-08-24 14:22:31 +12:00