Commit Graph

4771 Commits

Author SHA1 Message Date
Jesse Hills 46090fe37f
Merge pull request #3457 from esphome/bump-2023.12.0b2
2023.12.0b2
2023-12-15 15:26:43 +09:00
Jesse Hills 05a9f3d22b
Update supporters for 2023.12.0b2 2023-12-15 15:03:56 +09:00
Jesse Hills 9a3cfd4d78
Update changelog for 2023.12.0b2 2023-12-15 15:03:27 +09:00
Jesse Hills a500a5fe63
Bump version to 2023.12.0b2 2023-12-15 15:02:49 +09:00
jochenvg 1bfc664024
Template cover toggle (#3452) 2023-12-15 15:02:49 +09:00
Jesse Hills 7fc5131a58
Merge pull request #3453 from esphome/bump-2023.12.0b1
2023.12.0b1
2023-12-14 09:01:04 +09:00
Jesse Hills e710723463
Update supporters for 2023.12.0b1 2023-12-14 08:35:48 +09:00
Jesse Hills f5f8782691
Update changelog for 2023.12.0b1 2023-12-14 08:35:14 +09:00
Jesse Hills 484408b53e
Bump version to 2023.12.0b1 2023-12-14 08:30:47 +09:00
Keith Burzinski 7f50128530
Add PN7150 doc (#3242)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
2023-12-14 08:27:40 +09:00
Jesse Hills fdf872309a
Merge branch 'current' into next 2023-12-14 08:22:41 +09:00
Keith Burzinski c46c395099
Add PN7160 doc (#3241)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
2023-12-14 07:54:58 +09:00
Stefan Rado 97aa75ae7e
Add humidity support to climate (#3359) 2023-12-13 10:23:05 +09:00
Nicolas Gilles 2cfaa985f4
Add doc for nec repeats commands field (#3069)
Co-authored-by: H. Árkosi Róbert <robreg@zsurob.hu>
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
2023-12-13 08:55:24 +09:00
Theo Hussey d1b1d2a3d6
New documentation for AHT10/AHT20 sensors (#3221)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
2023-12-13 08:29:01 +09:00
Thomas Bræmer eb8ee0bcab
Added the A02YYUW distance sensor (#3356) 2023-12-13 08:26:13 +09:00
NP v/d Spek aeb867d4ab
Touchscreen update to explain the new features added (#3405)
Co-authored-by: Keith Burzinski <kbx81x@gmail.com>
Co-authored-by: Clyde Stubbs <2366188+clydebarrow@users.noreply.github.com>
2023-12-13 10:01:23 +11:00
Tucker Kern fe5a2862ce
Update speed fan with configuration options for preset modes (#3362)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
2023-12-12 14:13:33 +09:00
Evgeny 43d22a4c81
Added description for `on_image` callback. (#2933)
Co-authored-by: H. Árkosi Róbert <robreg@zsurob.hu>
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
2023-12-12 13:48:25 +09:00
Michael Davidson a56be58f14
Add graphical display menu docs (#2572)
Co-authored-by: H. Árkosi Róbert <robreg@zsurob.hu>
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
2023-12-12 12:16:02 +09:00
dependabot[bot] 2552595c6b
Bump actions/setup-python from 4 to 5 (#3438) 2023-12-07 08:27:06 +01:00
Edward Firmo 565e0703c2
Nextion exit reparse mode on startup (#3421)
* Adds docs for Nextion `start_up_page`

Based on changes from https://github.com/esphome/esphome/pull/5673

* Nextion - On_touch event

* Fix list of variables

* Fix list

* Lint - add blank line

* Lint - Fix underline size

* Nextion exit reparse mode on startup

Related to https://github.com/esphome/esphome/pull/5868

* Update components/display/nextion.rst

Co-authored-by: Keith Burzinski <kbx81x@gmail.com>

---------

Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
Co-authored-by: Keith Burzinski <kbx81x@gmail.com>
2023-12-06 00:55:27 -06:00
Michael Hoffmann fb7634f15f
Added a missing tab to fix code formatting (#3436) 2023-12-06 06:51:39 +01:00
Subhash Chandra bb2a740d8d
add documentation for !remove (#3406)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
2023-12-06 10:04:20 +09:00
tronikos 51dbc47f7e
Fix typo (#3435) 2023-12-05 19:40:47 +01:00
Philippe LUC cd566bc2f9
Update teleinfo.rst (#3432) 2023-12-05 09:32:02 +09:00
Peter Kindström 1f0e3ea985
Update configuration-types.rst (#3425) 2023-12-05 09:31:24 +09:00
Josh Barnard 0bfc2244df
Adding ESPHome-Econet pointer (#3422) 2023-12-05 09:28:59 +09:00
Tomasz 019b2fa4c4
Change the URL of the YAML repository, as the old one is archived (#3420) 2023-12-05 09:28:36 +09:00
Clyde Stubbs 2bdece17dd
Document option to suppress check for multiple pin usage (#3366) 2023-12-05 08:56:57 +09:00
Fabio Pugliese Ornellas d38368d4a6
Security improvement: Support wifi ap_timeout=0s (disable) (#3431) 2023-12-05 08:50:05 +09:00
jiriappl 9841389c97
Add missing required attribute name (#3428)
airthings_wave_plug requires `id` or `name` attributes, but both were missing in the sample. Adding `name` into the sample to have a working sample.
2023-12-03 06:03:47 +01:00
Piotr Szulc e470d7e9ab
Warn users about ESP32 Tasmota v12 incompatibility (#3426)
* Warn users about ESP32 Tasmota v12 incompatibility

* Fixed underline
2023-12-03 01:22:53 +01:00
Clyde Stubbs 8065e5c8b1
ili9xxx display component doc update (#3200) 2023-11-29 14:06:55 +13:00
Clyde Stubbs 06d33db20e
Add HE60R Garage Door Opener (#3413) 2023-11-29 10:42:41 +13:00
Maurice Makaay 9eacd73d83
Fix DSMR request pin diagram for 3V3 GPIO output (#3396)
The request pin diagram used a ballast resistor of 330 Ohm, which was
based on a GPIO output of 5V. This should have been 200 Ohm, based on a
GPIO output of 3.3V.

This patch updates both the related description and the diagram image.
2023-11-28 11:17:28 +01:00
Saentist 342c7df193
Update sntp.rst (#3386)
* Update sntp.rst

More detailed example

* Don't use corporate servers in the example

---------

Co-authored-by: H. Árkosi Róbert <robreg@zsurob.hu>
2023-11-28 10:14:19 +00:00
erapade 18ee074864
missing change directory directive (#3391)
* missing change directory directive

I added the "cd esphome" command in the GIT section to make it easier for users not that familiar with GIT

* Update contributing.rst

---------

Co-authored-by: H. Árkosi Róbert <robreg@zsurob.hu>
2023-11-28 10:10:31 +00:00
Dawid Cieszyński 0ee6b29edb
Update ld2420.rst (#3402)
Replace timeout with presence_timeout in the example
2023-11-28 11:08:02 +01:00
Harrison Jones f765421aba
Update spi_led_strip.rst (#3408)
Mention that the component also supports the `P9813` LED driver.
2023-11-28 11:06:58 +01:00
Benjamin G 686946db82
Clarify NEC data length (#3393) 2023-11-28 11:06:06 +01:00
Sean Brogan 75e5c52ee1
Update mopeka pro documentation to include details about universal sensor (#3418) 2023-11-28 20:00:50 +13:00
Edward Firmo ddf45531d5
Nextion `on_touch` trigger (#3412)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
2023-11-28 17:15:05 +13:00
Jesse Hills 4a9dc8cea2
Merge pull request #3417 from esphome/bump-2023.11.6
2023.11.6
2023-11-28 12:37:31 +13:00
Jesse Hills 2b2b0e4606
Update changelog for 2023.11.6 2023-11-28 12:32:32 +13:00
Jesse Hills 18b980d561
Bump version to 2023.11.6 2023-11-28 12:31:56 +13:00
Jesse Hills 3285cd184b
Merge branch 'current' into next 2023-11-28 12:31:33 +13:00
Jesse Hills e2054a6328
Merge pull request #3415 from esphome/bump-2023.11.5
2023.11.5
2023-11-28 11:54:51 +13:00
functionpointer d848f0b941
Add pylontech integration (#2841)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
2023-11-28 11:43:06 +13:00
Jesse Hills 8045024d26
Update supporters for 2023.11.5 2023-11-28 11:15:25 +13:00