Commit Graph

2216 Commits

Author SHA1 Message Date
Alex
6b53e20753
Document flash_write_interval (#1381) 2021-10-13 16:34:24 +13:00
Roy Meissner
adaded35fe
Added documentation for a throttle_average filter (#1521)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
2021-10-13 13:04:33 +13:00
Jesse Hills
44a5b1ea8b
Wait until timeout (#1470) 2021-10-13 08:23:38 +13:00
Rob Deutsch
a3854b52da
Added heatpumpir documentation (#826)
Co-authored-by: Oxan van Leeuwen <oxan@oxanvanleeuwen.nl>
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
2021-10-13 07:40:24 +13:00
Dave T
791d03be20
Update broken links for ili9341 (#1517) 2021-10-12 15:43:46 +13:00
Chris Nussbaum
af2933a560
Add on_open and on_closed triggers to cover (#1524) 2021-10-12 15:39:24 +13:00
Joakim Vindgard
1cb29d8b91
Fixed spelling error (#1523) 2021-10-12 00:18:52 +02:00
definitio
ce1165cd90
Add climate topics configuration (#1519) 2021-10-10 17:55:51 +02:00
definitio
f551da1b6d
Add cover topics configuration (#1518) 2021-10-10 17:54:39 +02:00
Paul Monigatti
5f0f796387
Add 'icon' property to Binary Sensor, Climate, Cover, Fan, and Light platforms (#1489)
* Added 'icon' field to lights

* Icon property is not ignored (checked with HA 2021.9.7) if a device class is set

* Added icon properties to binary sensor, climate, cover, and fan components
2021-10-10 10:39:50 +02:00
Otto Winter
b796ae4980
Merge pull request #1514 from esphome/bump-2021.9.3
2021.9.3
2021-10-08 10:38:49 +02:00
Otto winter
8cfb7df1f4
Update supporters for 2021.9.3 2021-10-07 22:06:50 +02:00
Otto winter
6eabdc1ecc
Update changelog for 2021.9.3 2021-10-07 22:06:15 +02:00
Otto winter
0f3657b96e
Bump version to 2021.9.3 2021-10-07 22:05:33 +02:00
R Huish
a945103426
Edited / added accuracy_decimals (#1507)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
2021-10-07 14:40:32 +13:00
Paul Monigatti
8bed2ede8d
Add Safe Mode Restart Switch (#1504) 2021-10-06 20:44:52 +13:00
Matteo Franceschini
6c86fe2e5e
Pzem 004t doc improvements (#1371) 2021-10-06 16:10:47 +13:00
Andy Allsopp
77699b858e
Update airthings_ble.rst (#1491)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
2021-10-06 15:59:46 +13:00
Daniel Rheinbay
5b5144cd5f
Fix grammar in uart.rst (#1502) 2021-10-06 15:28:14 +13:00
Jesse Hills
b89d25b717
Remove unrelated SEO keywords from OTA (#1509) 2021-10-06 15:26:46 +13:00
NMC
857477e188
Add docs for Airthings-Wave-Mini (#1505) 2021-10-05 11:56:37 +13:00
Kostas Chatzikokolakis
12c45282b1
DIY: Embedded controller for Audioengine A5+ (#1501) 2021-10-01 22:56:17 +13:00
WeekendWarrior1
479acf411b
text sensor filter documentation (#1497)
* text sensor filter documentation

* document on raw value automation

* Apply suggestions from code review

thanks Oxan!

Co-authored-by: Oxan van Leeuwen <oxan@oxanvanleeuwen.nl>

Co-authored-by: Oxan van Leeuwen <oxan@oxanvanleeuwen.nl>
2021-09-29 23:25:11 +02:00
Marek Marczykowski-Górecki
08d76a66aa
Add documentation for new Tuya cover component (#1466) 2021-09-29 10:02:17 +13:00
Dave T
7cd2656b67
Fix typo (#1500) 2021-09-28 22:57:24 +02:00
irtimaled
b000524b55
Support for HSV color on Tuya light (#1495) 2021-09-28 22:19:21 +02:00
Stephen Tierney
6cc05b47fb
Add docs for SCD4X (#1429)
* Initial commit

* Fix title underline length

* Add SCD4X to environmental list

Co-authored-by: Oxan van Leeuwen <oxan@oxanvanleeuwen.nl>
2021-09-28 22:16:43 +02:00
Jesse Hills
2d176c1b27
Add links to security advisory and commit (#1499) 2021-09-29 07:41:02 +13:00
Jesse Hills
c3148210de
Merge pull request #1496 from esphome/bump-2021.9.2
2021.9.2
2021-09-28 16:05:04 +13:00
Jesse Hills
ae1511efdd
Update supporters for 2021.9.2 2021-09-28 15:50:55 +13:00
Jesse Hills
cc28fda938
Update changelog for 2021.9.2 2021-09-28 15:50:33 +13:00
Jesse Hills
065b06e280
Bump version to 2021.9.2 2021-09-28 15:42:00 +13:00
Jesse Hills
92f4672a5e
Merge branch 'current' into next 2021-09-28 13:57:37 +13:00
Daniel Müller
c60b571a4b
Add cover toggle support (#1189)
* Add cover toggle support

Step through open/stop/close/stop sequence with every toggle

* Tweak

Co-authored-by: Franck Nijhof <frenck@frenck.nl>
2021-09-27 22:31:20 +02:00
Marcos Pérez Ferro
b40fe3ca16
Current based cover (#905)
* Current base cover documentation

* Minor doc fixes

* Improving doc. Adding shelly 2.5 image. Add component to index

* adding malfunction detection

* Adding missing image to index

* Apply suggestions from code review

Co-authored-by: Oxan van Leeuwen <oxan@oxanvanleeuwen.nl>

Co-authored-by: Oxan van Leeuwen <oxan@oxanvanleeuwen.nl>
2021-09-27 22:23:50 +02:00
Martin
33ba298b13
Modbus controller docs (#1388)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
2021-09-27 09:27:26 +13:00
WeekendWarrior1
32ae4bf8e2
fan.cycle_speed docs (#1482) 2021-09-27 08:32:50 +13:00
irtimaled
1054af20eb
Add support for rgb support on tuya lights (#1488) 2021-09-26 21:34:08 +13:00
rbaron
0960895891
Updates b-parasite docs with light sensor information (#1492) 2021-09-25 13:16:31 +02:00
ZJY
f0064aa658
Add SSD1305 support and few new options (#1237) 2021-09-22 14:22:08 +02:00
Gustavo Ambrozio
89bdc8c7ee
Adding docs to new scan results text sensor. (#1054) 2021-09-22 13:44:24 +02:00
wifwucite
3bd14a66ac
additional speed level topics for speed fan (#1214) 2021-09-22 13:43:23 +02:00
Radim Karniš
1751fd003a
Add ESP-EYE config for esp32_camera component (#1273) 2021-09-22 13:41:09 +02:00
Tommy van der Vorst
ad4c4f7014
Document support for Waveshare 7.5in "version C" bichromatic e-paper display (#1206) 2021-09-22 13:40:50 +02:00
Stephen Tierney
8b8d9aa237
Add docs for LTR390 (#979)
* Add docs

* Fix code block indentation

* Add emtpy lines for math directive

* Fix table indentation

* Fix table indentation

* Fix math indentation

* Add adafruit link

* Changed docs order to place important feature first

* Update components/sensor/ltr390.rst

Co-authored-by: Otto Winter <otto@otto-winter.com>

* Update components/sensor/ltr390.rst

Co-authored-by: Otto Winter <otto@otto-winter.com>

* Update components/sensor/ltr390.rst

Co-authored-by: Otto Winter <otto@otto-winter.com>

Co-authored-by: Otto Winter <otto@otto-winter.com>
2021-09-22 13:24:25 +02:00
Robert Resch
2a103130df
Combine xiaomi_miscale and xiaomi_miscale2 (#1458)
* Combine xiaomi_miscale and xiaomi_miscale2

* fix lint errors
2021-09-22 12:13:32 +02:00
Silvio
2dd8abcb1f
Add documentation for Daly BMS Component (#1390)
* Add documentation for Daly BMS Component

* Add cells_number sensor

* Fix with suggestions

* Fix textual bugs
2021-09-22 12:03:58 +02:00
WeekendWarrior1
4b0345219e
add = to default glyph list (#1490) 2021-09-22 16:57:19 +12:00
Paul Monigatti
deacc17077
Documentation for non-addressable lights in light partitions (#1453) 2021-09-22 13:59:36 +12:00
Christian Taedcke
4b921ed194
Add documentation for deep-sleep wakeup from esp32 touch sensor event (#1483) 2021-09-20 20:12:46 +12:00