Commit Graph

2313 Commits

Author SHA1 Message Date
Samuel Sieb
f95d5e4b2f
mcp4728 is required (#3302)
Co-authored-by: H. Árkosi Róbert <robreg@zsurob.hu>
2023-12-29 08:28:19 +01:00
Dion
083f3f264b
Update ld2410.rst - Typo (#3503)
perfrom -> perform (button heading)
2023-12-28 20:52:05 +01:00
Clyde Stubbs
e1f1cc9771
Note about st7789v being replaced by ili9xxx (#3499) 2023-12-27 00:25:10 -06:00
Maximilian Ertl
8e983bd8d5
Fix type in ble_presence.rst (#3489)
- "present" was misspelled as "precent"
- all other lines ent with a period
2023-12-23 07:18:31 +01:00
Edward Firmo
89efea7d96
UART changing at runtime (#3456)
Based on esphome/esphome#5909
2023-12-22 11:04:03 +09:00
yousaf465
c8ff8f8d75
Update ens160.rst (#3481)
* Update ens160.rst

update datasheet link. pervious one is broken

* Update ens160.rst
2023-12-20 21:59:01 -06:00
Keith Burzinski
fea3671c7c
Update logger component docs for new USB support (#3469) 2023-12-20 13:43:45 +09:00
jochenvg
1bfc664024
Template cover toggle (#3452) 2023-12-15 15:02:49 +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
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
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
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
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
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
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
2936efbdae
Add 'voice_assistant.connected' condition (#3414) 2023-11-28 11:14:29 +13:00
Jesse Hills
c935cd8cd0
Add 'voice_assistant.connected' condition (#3414) 2023-11-27 14:57:51 -06:00
Clyde Stubbs
815684df11
Gt911 touchscreen component (#3400)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
2023-11-28 09:42:38 +13:00
Clyde Stubbs
91761cf259
Add docs for power_supply enable_on_boot config option. (#3411) 2023-11-27 10:37:20 +13:00
Vincent Schmandt
10bdd79d7b
Documentation for ens160 component (#2931)
* Create ens160.rst

Add ens160

* Update index.rst

* Update index.rst

* Add ens160 image

* Add files via upload

* Delete ens160.jpg

* Add files via upload

* Update ens160.rst

* Add files via upload

* Update ens160.rst

* Update ens160.rst

* Update ens160.rst

* Update ens160.rst

A few extra bits of information about 1 sec measurement frequency and compensation

* Update ens160.rst

fixing a few mistakes and omission

* Update ens160.rst

* Update ens160.rst

* Update components/sensor/ens160.rst

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

* Update components/sensor/ens160.rst

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

* Update components/sensor/ens160.rst

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

* Update components/sensor/ens160.rst

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

* Update components/sensor/ens160.rst

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

* Update components/sensor/ens160.rst

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

* Update index.rst

---------

Co-authored-by: mrtoy-me <118446898+mrtoy-me@users.noreply.github.com>
Co-authored-by: H. Árkosi Róbert <robreg@zsurob.hu>
Co-authored-by: Keith Burzinski <kbx81x@gmail.com>
2023-11-23 22:31:21 -06:00
Jesse Hills
a1861ff6de
Add documentation for images using URL (#3409) 2023-11-24 10:24:28 +13:00
Jesse Hills
be2bbb0b0c
Merge branch 'current' into next 2023-11-24 10:19:54 +13:00
Ilia Sotnikov
a9c5f2e547
Pillow: bump to 10.1.0 (#3401) 2023-11-24 08:55:45 +13:00
Jesse Hills
a53fc6b37e
Add documentation for images using URL (#3409) 2023-11-24 08:10:39 +13:00
周琦超
04ff3bd010
Update index.rst (#3407)
Fix bug with incorrect value for 'initial_option'
2023-11-23 05:39:48 +01:00
matt7aylor
225263669e
sen5x normalized_offset_slope as float (#2981)
Co-authored-by: H. Árkosi Róbert <robreg@zsurob.hu>
2023-11-23 08:48:43 +13:00
Samuel Sieb
654018ab9e
Document non-numeric Wiegand keys (#3404) 2023-11-22 06:15:32 +01:00
Keith Burzinski
acd603cb37
Add some additional VA triggers, part 2 (#3399)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
2023-11-22 11:08:49 +13:00
Jesse Hills
e870b4cf96
Merge branch 'current' into next 2023-11-22 11:07:58 +13:00
Keith Burzinski
dfab9bd249
Add some additional VA triggers, part 2 (#3399)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
2023-11-22 10:09:18 +13:00
Jesse Hills
e59d1dd3e9
Revert "Update mopeka docs" (#3398) 2023-11-21 14:19:08 +13:00