Commit Graph

2149 Commits

Author SHA1 Message Date
imgbot[bot]
17d97d7317
[ImgBot] Optimize images (#1481)
*Total -- 693.98kb -> 634.34kb (8.59%)

/images/airthings_logo.png -- 21.55kb -> 14.98kb (30.48%)
/components/display/images/st7920-full.jpg -- 477.10kb -> 433.05kb (9.23%)
/components/sensor/images/airthings_wave_plus.jpg -- 47.53kb -> 43.87kb (7.7%)
/components/fan/images/L298N_module.jpg -- 76.84kb -> 73.14kb (4.81%)
/images/st7920.jpg -- 34.25kb -> 33.27kb (2.85%)
/_static/changelog-2021.9.0.png -- 36.72kb -> 36.03kb (1.88%)

Signed-off-by: ImgBotApp <ImgBotHelp@gmail.com>

Co-authored-by: ImgBotApp <ImgBotHelp@gmail.com>
2021-09-16 11:39:59 +12:00
Jesse Hills
bb2670f832
Merge pull request #1478 from esphome/bump-2021.9.0
2021.9.0
2021-09-16 09:41:07 +12:00
Jesse Hills
f5f50bb5d2
Update supporters for 2021.9.0 2021-09-16 09:26:41 +12:00
Jesse Hills
65972effa7
Update changelog for 2021.9.0 2021-09-16 09:26:24 +12:00
Jesse Hills
4906f2887b
Bump version to 2021.9.0 2021-09-16 09:12:01 +12:00
Stefan Rado
f43a3a6786
Tuya climate: Documentation for direct relay state (#1215) 2021-09-15 20:23:39 +12:00
Jesse Hills
6e469339e8
Merge pull request #1476 from esphome/bump-2021.9.0b5
2021.9.0b5
2021-09-15 19:52:39 +12:00
Jesse Hills
83562b64a0
Update supporters for 2021.9.0b5 2021-09-15 19:02:39 +12:00
Jesse Hills
9b0876479f
Update changelog for 2021.9.0b5 2021-09-15 19:02:22 +12:00
Jesse Hills
e9f236a3f6
Bump version to 2021.9.0b5 2021-09-15 19:01:55 +12:00
Jesse Hills
f43382201a
Merge branch 'current' into next 2021-09-15 19:01:45 +12:00
Jesse Hills
93095c3188
Merge branch 'current' into beta 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
2a9266eba3
Merge pull request #1473 from esphome/bump-2021.9.0b4
2021.9.0b4
2021-09-14 23:24:16 +12:00
Jesse Hills
d009d136c9
Update supporters for 2021.9.0b4 2021-09-14 23:08:08 +12:00
Jesse Hills
6b8141db2e
Update changelog for 2021.9.0b4 2021-09-14 23:07:49 +12:00
Jesse Hills
75ede7ee6e
Bump version to 2021.9.0b4 2021-09-14 23:07:09 +12:00
Jesse Hills
da3a55f7db
Merge branch 'current' into beta 2021-09-14 23:05:54 +12: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
ryanalden
2d5ed91e52
Update cookbook for ESP32 Water Leak Detector (#1369)
* Update leak-detector-m5stickC.rst

1) The ST7735 display is now natively supported in ESPHome >1.16.0.  Therefore the custom component is no longer needed. Also, ESPHome color handling seems to have changed, so that has been accounted for. Updated the instructions and code to reflect these.

2) Updated URL of esp32 bootloader

3) Added st7735 display docs link to footer

* Update cookbook/leak-detector-m5stickC.rst

Co-authored-by: Oxan van Leeuwen <oxan@oxanvanleeuwen.nl>
2021-09-13 22:10:40 +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
Stephen Tierney
1ff298149f
Move SCD30 into air quality (#1430)
* Move SCD30 into air quality

* Restore SCD30 to environmental sensor list

* Alphabetical sorting
2021-09-13 22:02:44 +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
Jason Nader
d933db1a43
Update BMP280 device description (#1464)
As per datasheet, it does not have humidity.
2021-09-13 21:57:56 +02:00
Jesse Hills
29c2c57a62
Merge pull request #1469 from esphome/bump-2021.9.0b3
2021.9.0b3
2021-09-14 07:47:39 +12:00
Jesse Hills
a010a3c7c0
Update supporters for 2021.9.0b3 2021-09-14 07:16:16 +12:00
Jesse Hills
06e0f2c0fd
Update changelog for 2021.9.0b3 2021-09-14 07:15:57 +12:00
Jesse Hills
cf177f51bd
Bump version to 2021.9.0b3 2021-09-14 07:13:02 +12:00
Kamil Trzciński
3fc8a57e80
Expose select on Frontend web_server: (#1445) 2021-09-13 10:07:32 +02:00
irtimaled
13e344810d
Add support for color_temperature_invert on tuya lights (#1465) 2021-09-13 09:33:23 +02:00
Jesse Hills
6ed16a936e
Merge pull request #1459 from esphome/bump-2021.9.0b2
2021.9.0b2
2021-09-10 22:14:21 +12:00
Jesse Hills
724c665e2c
Update supporters for 2021.9.0b2 2021-09-10 21:50:34 +12:00
Jesse Hills
4cc3ec9a2b
Update changelog for 2021.9.0b2 2021-09-10 21:50:17 +12:00
Jesse Hills
f0b9d9e00a
Bump version to 2021.9.0b2 2021-09-10 21:34:39 +12:00
Jesse Hills
8a44295dc2
Merge branch 'current' into next 2021-09-10 21:34:31 +12:00