Commit Graph

2333 Commits

Author SHA1 Message Date
Jesse Hills
2ba146ddfc
Merge branch 'current' into beta 2023-09-27 12:28:03 +13:00
Michael Hoffmann
4fba6bae4d
Update neopixelbus.rst (#3211)
Put "method" in code markdown
2023-09-26 22:35:34 +02:00
Jesse Hills
1b9b520416
Merge branch 'current' into beta 2023-09-25 12:10:24 +13:00
Kapil Yedidi
0e5de2debe
Fix typos in pmsa003i.rst (#3207) 2023-09-25 10:44:32 +13:00
Torsten Paul
9ffbc6e94d
Fix typo in tm1637.rst (#3203) 2023-09-24 06:23:01 +02:00
neeldaware
da43deb1a7
Update growatt_solar.rst (#3185)
Added two missing configurable parameters - Polling interval and address.
2023-09-23 06:40:38 +02:00
Patrick ZAJDA
2c1891d494
Remove enable_ipv6 restricted to ESP32 with ESP-IDF (#3190) 2023-09-21 10:35:41 +12:00
Jesse Hills
0e378ada0d
Merge branch 'current' into beta 2023-09-21 10:35:14 +12:00
Samuel Sieb
cd20212a3f
document pulldowns option (#3198) 2023-09-21 10:26:38 +12:00
Patrick ZAJDA
89749fc5ed
Remove enable_ipv6 restricted to ESP32 with ESP-IDF (#3190) 2023-09-21 10:18:25 +12:00
Alan Lord
5e94994f7f
Update hydreon_rgxx.rst (#3195)
I can't see how "RG_9" or "RG_15" are integers
2023-09-19 20:18:34 +02:00
Alan Lord
17cd0c05d6
Update esp32.rst (#3194)
Not sure. but the values given for board variant doesn't sound like a boolean to me.
2023-09-19 19:03:11 +02:00
Michael Jahn
5065041bb7
extend clamp sensor description (#3189)
slight addition to clamp sensor filter to make it clear that values outside the range are not filtered away but rather reset
2023-09-17 07:04:13 +02:00
Jesse Hills
3e92c5879e
Merge branch 'current' into next 2023-09-13 13:04:34 +12:00
rufuswilson
5e7d834b95
Added heater_enabled parameter (#3149)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
2023-09-13 10:20:03 +12:00
Tercio Filho
c5074fe774
Add new configuration for Modbus Controller. (#3163)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
Co-authored-by: H. Árkosi Róbert <robreg@zsurob.hu>
2023-09-13 10:15:03 +12:00
Simone Rossetto
1d07f3f9d4
Documentation for WireGuard component and sensors (#2948)
Co-authored-by: H. Árkosi Róbert <robreg@zsurob.hu>
2023-09-12 07:13:30 +12:00
Keir Stiegler
d20d82bcdc
Correcting battery level UOM and adding "Edit on Github" and BLE tracker links (#3178)
Current docs list "percent" as battery level UOM when HA uses "%" to indicate percentage. Also adding the "See Also" section that has the "Edit on GitHub" link since it was missing. Included the BLE Tracker section, as well, since it seemed relevant.
2023-09-11 17:44:39 +02:00
Keith Burzinski
d0719caf68
Add a doc for PSRAM config (#3177)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
2023-09-11 16:19:19 +12:00
Clyde Stubbs
28758a9b85
SPI RGB LED component description (#3147)
* APA102 description

* Add note about miso

* Rename apa102 to spi_rgb_led

* Rename to spi_led_strip

* Update TOC, add reference to SPI LED Strip in Fastled doc.

* More cross-refs

* Add image

* Resize image

* Format.

* Formatting...
2023-09-10 21:20:15 -05:00
Flaviu Tamas
f36ded648e
Add BMI160 docs (see esphome/esphome#5143) (#3086) 2023-09-09 21:25:15 -05:00
Guillaume Rischard
996c8988c4
Link to compiler options, fix example (#3052)
* Link to compiler options, fix example

* Actually use the right option from the documentation

* Keep meaning the same

* Fix link

Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>

---------

Co-authored-by: H. Árkosi Róbert <robreg@zsurob.hu>
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
2023-09-09 19:36:43 -05:00
Ilia Sotnikov
d1096fd3b4
[ADC] Documented measuring VCC on Raspberry Pico (W) (#3174)
* [ADC] Documented measuring VCC on Raspberry Pico (W)

* Update components/sensor/adc.rst

* Update components/sensor/adc.rst

---------

Co-authored-by: Keith Burzinski <kbx81x@gmail.com>
2023-09-09 04:00:59 -05:00
Clyde Stubbs
f9eaf893cd
Add spi_device (#3156)
* Add spi_device

* Fix list.

* Update SPI with interface: option

* Update for config changes.

* Cleanup terminology.
2023-09-08 02:27:24 -05:00
Christian
5db8708f93
add lightwave (#2915)
Co-authored-by: Keith Burzinski <kbx81x@gmail.com>
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
2023-09-06 10:33:52 +12:00
Jesse Hills
09fe46291b
Merge branch 'current' into next 2023-09-06 10:13:53 +12:00
JJ
81da86f67a
Documentation for DFRobot Ozone Sensor (sen0321) (#2897)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
2023-09-06 10:09:32 +12:00
JJ
da50d9faf1
Reference both the XL model sensor as well as the HRXL (#2718) 2023-09-06 10:02:45 +12:00
John Mueller
c12003c8e8
Mention how to disable MQTT logging (#3038) 2023-09-06 07:38:09 +12:00
Clyde Stubbs
751c02a629
Add new documentation for ST7789V displays (#3161)
* Add new documentation for ST7789V displays

* Add S2 to preset list

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

* Fix heading

* Add table.

* Cleanup

---------

Co-authored-by: Keith Burzinski <kbx81x@gmail.com>
2023-09-05 02:01:40 -05:00
kahrendt
aed117ceaa
Documentation for new free PSRAM sensor (#3160) 2023-09-05 14:03:02 +12:00
mkaiser
a1cc373140
Extend supported CAN bit_rate for ESP32 variants (#3142)
Co-authored-by: mkaiser <mkaiser@techfak.uni-bielefeld.de>
2023-09-05 10:28:01 +12:00
Kuba Szczodrzyński
6dacabd9ff
Add LibreTiny documentation (#3159)
Co-authored-by: H. Árkosi Róbert <robreg@zsurob.hu>
2023-09-05 10:16:29 +12:00
Christian
ea28d5e1c9
Feature/heating si7021 (#3150)
* update

* Update components/sensor/htu21d.rst

---------

Co-authored-by: Keith Burzinski <kbx81x@gmail.com>
2023-09-01 19:03:37 -05:00
Jesse Hills
a3edb16cd9
Make hut21d sensors optional (#3144) 2023-08-21 12:33:51 +12:00
Jesse Hills
cb83f01387
Merge branch 'current' into next 2023-08-21 12:33:28 +12:00
Rob Deutsch
8710c0f10f
Heatpumpir upgrade (#3134) 2023-08-21 12:20:03 +12:00
Jesse Hills
b4a4662a36
Make hut21d sensors optional (#3144) 2023-08-21 12:16:18 +12:00
redlukas
8c1986d623
Add missing word (#3132) 2023-08-21 09:26:18 +12:00
imgbot[bot]
727fcdbe55
[ImgBot] Optimize images (#3135)
Co-authored-by: ImgBotApp <ImgBotHelp@gmail.com>
2023-08-21 09:25:45 +12:00
TheGroundZero
ad84d2fecf
Add peak tariff sensors to documentation (#3140) 2023-08-21 09:25:25 +12:00
Pavlo Dudnytskyi
ddb488e227
Mode AUTO replaced with HEAT_COOL in documentation (#3137) 2023-08-21 09:21:53 +12:00
Piotr Sowa
c14c07e412
Fix SN-GCJA5 markdown (#3141) 2023-08-19 00:50:44 +02:00
Jesse Hills
240850a1fb
Merge branch 'current' into next 2023-08-18 08:11:55 +12:00
Clyde Stubbs
de817402f0
Add doc for BLE server manufacturer data. (#3125)
Co-authored-by: H. Árkosi Róbert <robreg@zsurob.hu>
2023-08-18 08:05:32 +12:00
SeByDocKy
7c06659ed0
Doc for Pmwcs3 soil sensor (#2791)
Co-authored-by: H. Árkosi Róbert <robreg@zsurob.hu>
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
2023-08-18 08:03:41 +12:00
Jesse Hills
324650383d
Merge branch 'current' into beta 2023-08-17 13:04:23 +12:00
Attila Darazs
ee6f785f56
Update ledc.rst with warning about outstanding issue (#3126) 2023-08-17 12:25:19 +12:00
Regev Brody
cf329e6795
Modify documentation for ld2410 (#2680)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
2023-08-16 11:49:11 +12:00
Pavlo Dudnytskyi
50581e3b0b
Information about new features for Haier integration added (#3112)
Co-authored-by: Pavlo Dudnytskyi <pdudnytskyi@astrata.eu>
2023-08-16 11:49:11 +12:00
Jesse Hills
5ed47911ce
Merge branch 'current' into beta 2023-08-16 11:48:56 +12:00
Regev Brody
d85fb496ab
Modify documentation for ld2410 (#2680)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
2023-08-16 11:31:39 +12:00
erapade
0d3e003983
Update dallas.rst (#3127)
Added reference to Analog Devices information about how to build reliable network since me along others are struggling with this
2023-08-15 23:30:37 +02:00
Pavlo Dudnytskyi
7116ba6bc4
Information about new features for Haier integration added (#3112)
Co-authored-by: Pavlo Dudnytskyi <pdudnytskyi@astrata.eu>
2023-08-15 07:04:07 +12:00
Jesse Hills
eaa0bf0d64
Merge branch 'current' into next 2023-08-10 17:29:00 +12:00
Samuel Sieb
434888aabd
document value parameter for timeout filter (#3115)
Co-authored-by: Samuel Sieb <samuel@sieb.net>
2023-08-10 17:11:07 +12:00
Francesco Ciocchetti
05b59d3799
Add Documentation for "on_XXXX" triggers for alarm_control_panel component (#3114) 2023-08-10 17:09:25 +12:00
Greg Cormier
cca0aa7e9b
Docs - new sensor Panasonic GCJA5 (#3011)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
2023-08-10 17:04:25 +12:00
Jesse Hills
d4817e46c6
Update note on pillow install (#3117) 2023-08-10 15:57:44 +12:00
Bart
a540a3ba4f
Update web_server.rst (#3045)
Added log variable to enable or disable log feature in webinterface
2023-08-08 20:20:14 +02:00
kahrendt
f8d2bde4ac
New component: Add documentation for bmp581 component (#2771)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
2023-08-08 17:05:12 +12:00
Rudd-O
efd37b4e47
Documentation for KMeterISO component (#3095)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
2023-08-08 12:32:38 +12:00
Francesco Ciocchetti
31b1cfd14d
Add documentation for Armed_Night on the alarm control panel component (#3101) 2023-08-08 11:57:52 +12:00
Lucas Prim
aa5abd17fe
Updated docs to reflect newly implemented waveshare 7.5in B V3 code. (#3111) 2023-08-08 07:31:13 +12:00
Keith Burzinski
0440eabaa9
Update esp32_touch docs for ESP32-S2/S3 support (#3077) 2023-08-07 13:54:29 +12:00
André Cirne
5934f07397
Add documentation for for a01nyub (#2934)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
2023-08-07 13:23:52 +12:00
B48D81EFCC
8cc9649f29
Added more configuration examples (#3105)
* Added more configuration examples

Added configuration examples for ESP32-Stick Boards (Esp32-Stick-Eth, Esp32-Stick-PoE-P, Esp32-Stick-PoE-A)

* fix: Added missing line break after code-block

* fix: Added missing spaces

Added missing spaces to ethernet block (linting error)
2023-08-04 00:28:36 +02:00
blackscreener
a9143309d4
Update index.rst (#3103)
The code parameter is an optional. Without "std::string("1234")" compilation fails.
2023-08-03 19:53:50 +02:00
Pascal Roeleven
50fd45f073
Add undocumented available DSMR sensors (#3100) 2023-08-02 19:24:28 +02:00
Nosen92
d029ac031e
Documented Holley Meter SML hardware bug and workaround (#3099)
* Documented Holley Meter SML hardware bug and workaround

* Documented Holley Meter SML hardware bug and workaround
2023-08-02 19:23:53 +02:00
mullerdavid
c994a3ca22
Adding Inkplate 6 v2 Documentation (#3092) 2023-07-31 09:10:35 +12:00
Mat931
2134e5fdf3
Add 'map_linear' and 'clamp' sensor filters (#3039) 2023-07-31 09:09:15 +12:00
Sergey Dudanov
b6b4cb5c30
climate triggers Climate and ClimateCall references (#3033) 2023-07-31 07:52:08 +12:00
cvwillegen
68fa517768
Fix typo (#3088) 2023-07-24 19:53:48 +02:00
Sergey Dudanov
87854b1e72
Coolix IR protocol improvements (#3071)
* coolix changes

* remove templateable
2023-07-23 08:16:06 +12:00
kahrendt
5d6dc508a5
Fix a link and add more to See Also (#3085) 2023-07-22 20:53:51 +02:00
Guillermo Ruffino
a160d97f9e
Fix for schema 2023.7 (#3078) 2023-07-19 22:35:00 +00:00
Patrick ZAJDA
6afdf5aea8
Specify web_server ota configuration variable is not compatible with esp-idf (#3081)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
2023-07-20 10:27:48 +12:00
Graham Brown
500a93608d
fix issues and note only away/home (#3040) 2023-07-20 08:31:03 +12:00
Clyde Stubbs
59a279e923
Add timeout filter documentation (#3068) 2023-07-17 09:29:38 +12:00
Jesse Hills
d22b54e634
Add section for ADC pins on esp32 (#3072) 2023-07-17 09:29:38 +12:00
Jesse Hills
25928d5f71
Remove restore_state from template switch (#3070) 2023-07-17 09:29:37 +12:00
Jesse Hills
7bfd2aad4a
Merge branch 'current' into beta 2023-07-17 09:29:21 +12:00
NP v/d Spek
046e7ba697
Update remote_transmitter.rst (#3066)
changed ``Set this **is** 50%`` to ``set this **to** 50%``
2023-07-15 10:49:22 +02:00
gohakn
21a9fdf4f6
vbus alias Deltasol BS Plus V2 (#3065) 2023-07-14 14:49:38 -07:00
Sergey Dudanov
c78d80b831
New duty_time sensor (#3049)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
2023-07-13 08:48:21 +12:00
Christian
b83777305e
fix naming (#3059) 2023-07-13 08:13:53 +12:00
danieltwagner
87f7a1c82a
Add ATM90E26 documentation (#3002) 2023-07-12 17:10:25 +12:00
Clyde Stubbs
2c3b017500
Add 12MHz option to canbus docs. (#3055) 2023-07-12 15:12:51 +12:00
Christian
f54cf2ff7d
grove TB6612FNG (#2906)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
2023-07-12 15:02:56 +12:00
Kevin P. Fleming
fb4f1957b0
airthings_wave: Document battery-voltage sensors. (#3007) 2023-07-12 13:38:55 +12:00
Stefan Rado
a7dd5acf17
Add documentation for TT21100 touchscreen component (#2916)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
2023-07-12 13:19:28 +12:00
KoenBreeman
6eb726d8d3
Documentation PCF8563 (#2868)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
2023-07-12 09:19:31 +12:00
jan-hofmeier
2a96773541
Add documentation for Alpha3 Pump component (#2278)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
Co-authored-by: H. Árkosi Róbert <robreg@zsurob.hu>
2023-07-11 17:12:53 +12:00
kahrendt
860677d09d
Add documentation for new Zio Ultrasonic Distance Sensor component (#3043) 2023-07-11 16:24:23 +12:00
Jesse Hills
e3280e01db
Merge branch 'current' into next 2023-07-10 11:24:28 +12:00
Fabian
c647c184e6
[Ethernet] ksz8081rna support (#2875)
Co-authored-by: Your Name <you@example.com>
Co-authored-by: H. Árkosi Róbert <robreg@zsurob.hu>
2023-07-10 10:02:45 +12:00
Graham Brown
54b52def5b
Dark mode (#3025) 2023-07-10 09:49:12 +12:00
swhaat
79fbeb1206
small typo (#3048)
small typo before link
2023-07-07 20:13:15 +02:00
Tobias Oort
5d6ce459b8
add e-ink display gdew0154m09 to waveshare_epaper (#2987)
* add m5stack core ink gdew0154m09

* Update components/display/waveshare_epaper.rst

---------

Co-authored-by: Keith Burzinski <kbx81x@gmail.com>
2023-07-05 14:32:39 -05:00
Fabian
f11a43ab48
[ili9xxx] Allow config of spi data rate. (#2874)
* ili9xxx add data_rate option.

* add node about multiple displays.

---------

Co-authored-by: Your Name <you@example.com>
2023-07-05 02:53:17 -05:00
lnicolas83
1eb3385041
Update ili9xxx.rst - Add Ili9488_A (#3031)
* Add ili9488_a

* fix
2023-07-04 19:21:29 -05:00
Jesse Hills
7e084ed336
Merge branch 'current' into next 2023-07-04 14:03:03 +12:00
Sergey Dudanov
ea3d66c261
binary_sensor templatable delays (#3034) 2023-07-04 12:25:52 +12:00
Nathan Petersen
b9c2b1c7d5
Fix typo (#3032) 2023-06-30 07:35:51 +02:00
Jesse Hills
8e48e0393d
Merge branch 'current' into next 2023-06-28 12:34:48 +12:00
imgbot[bot]
f06b7c4e4e
[ImgBot] Optimize images (#3015)
Co-authored-by: ImgBotApp <ImgBotHelp@gmail.com>
2023-06-28 07:46:25 +12:00
Kevin P. Fleming
fb5ea612b3
bluetooth_proxy: Clarify that only BLE devices are supported. (#2999)
Co-authored-by: H. Árkosi Róbert <robreg@zsurob.hu>
2023-06-28 07:31:30 +12:00
kahrendt
04260850b0
Fix typo in bme280 documentation (#2998) 2023-06-27 19:00:07 +02:00
sebPomme
a3f6465de3
[time] Fix cron typo to real every 5min (#3017)
Co-authored-by: H. Árkosi Róbert <robreg@zsurob.hu>
2023-06-27 18:59:27 +02:00
Wouter van der Wal
565466c6b9
Added missing tab in example (#3016) 2023-06-27 18:59:05 +02:00
NP v/d Spek
80c17d3920
ili9xxx: add list of models on top of the document. (#3023)
* Update ili9xxx.rst

Pleasing the list of allowed display models on top of the page.
As suggested on the discord #documention channel.

* Update index.rst

Adding all display models that can be used with the ili9xxx display controller component.

* Update index.rst

restore 'ILI9xxx, components/display/ili9xxx, ili9341.jpg' in index page

* adding driver aliases to the index page as well.

* revert last changes

* Update components/display/ili9xxx.rst

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

---------

Co-authored-by: Keith Burzinski <kbx81x@gmail.com>
2023-06-26 17:39:17 -05:00
Jesse Hills
3130234dc6
Merge branch 'current' into next 2023-06-26 09:43:15 +12:00
Guillermo Ruffino
96ce858f41
Fix schema 202306 (#3020) 2023-06-26 09:40:03 +12:00
Jesse Hills
352db4e0ca
Merge branch 'current' into next 2023-06-23 07:34:32 +12:00
H. Árkosi Róbert
58cdc09af8
Update wifi.rst (#3014) 2023-06-22 22:10:46 +12:00
Jesse Hills
5973c2547a
Merge branch 'current' into next 2023-06-20 11:10:37 +12:00
guillempages
69573565ce
Add animation actions documentation (#3001)
Co-authored-by: H. Árkosi Róbert <robreg@zsurob.hu>
2023-06-20 10:50:06 +12:00
MrEditor97
75b8ddf5ee
XL9535 I/O Expander (#2949) 2023-06-19 15:26:10 +12:00
Pavlo Dudnytskyi
6088b03b2f
Haier climate documentation updated to support new functionality (#2809)
Co-authored-by: H. Árkosi Róbert <robreg@zsurob.hu>
Co-authored-by: Pavlo Dudnytskyi <pdudnytskyi@astrata.eu>
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
2023-06-19 10:40:01 +12:00
Kamil Trzciński
0a370f424a
display: allow to align image with ImageAlign (#2996) 2023-06-19 07:35:14 +12:00
guillempages
b7f6d15460
Add S3-Box (Full) to the documentation (#2994) 2023-06-19 07:35:14 +12:00
guillempages
d99756b2f7
Add ESP32-S3-Box-Lite display documentation (#2988)
Co-authored-by: Keith Burzinski <kbx81x@gmail.com>
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
2023-06-19 07:35:14 +12:00
H. Árkosi Róbert
d93ea60326
Fix alarm template cosmetics (#2997) 2023-06-19 07:35:13 +12:00
Clyde Stubbs
92126e2aa7
Add Deltasol BS 2009 to vbus (#2992) 2023-06-19 07:35:13 +12:00
Graham Brown
60494c403c
lower the O (#2993) 2023-06-19 07:35:13 +12:00
Jesse Hills
9c791cd86f
Merge branch 'current' into beta 2023-06-19 07:34:49 +12:00
Kamil Trzciński
5e18c9eed0
display: allow to align image with ImageAlign (#2996) 2023-06-19 07:24:27 +12:00
DominikBitzer
143a874059
Added hints about repetition of signals (#3000)
* Added hints about repetition of signals

* Formatting for rf-transmitter docs improvment
2023-06-17 14:10:18 +02:00
guillempages
ba342c46e5
Add S3-Box (Full) to the documentation (#2994) 2023-06-17 03:38:37 -05:00
guillempages
d4ef0dd0fd
Add ESP32-S3-Box-Lite display documentation (#2988)
Co-authored-by: Keith Burzinski <kbx81x@gmail.com>
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
2023-06-16 11:40:17 +12:00
H. Árkosi Róbert
6ffb188d96
Fix alarm template cosmetics (#2997) 2023-06-16 01:08:47 +12:00
Clyde Stubbs
d866d63420
Add Deltasol BS 2009 to vbus (#2992) 2023-06-14 23:52:21 -07:00
Graham Brown
45a399662b
lower the O (#2993) 2023-06-15 18:49:06 +12:00
Jesse Hills
369809d257
Merge branch 'current' into next 2023-06-15 14:23:43 +12:00
Graham Brown
e7047e6fe0
Add Alarm Control Panel (#2891)
Co-authored-by: H. Árkosi Róbert <robreg@zsurob.hu>
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
2023-06-15 12:34:42 +12:00
Alexander Dimitrov
323874b76a
Add warning addressable lights on esp-idf (#2989) 2023-06-14 01:42:23 -05:00
Ariff Saad
8398c79c10
adding clarity (#2985) 2023-06-13 19:37:30 +02:00
Carlos Cordero
4448acbe5d
New i2s_comm_fmt parameter for i2c_audio media_player (#2979)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
2023-06-13 07:48:13 +12:00
guillempages
93d7245eab
Add SVG support (#2983) 2023-06-12 09:36:42 +12:00
RoboMagus
e3d191fedb
Allow list of MAC addresses for 'on_ble_advertise' trigger (#2888) 2023-06-09 12:53:34 +12:00
guillempages
52bff79366
Add mdi image documentation (#2837) 2023-06-07 09:32:24 +12:00
PlainTechEnthusiast
18f738b945
document addition of power_supply option to ST7789V component (#2976) 2023-06-03 16:07:03 -05:00
c0ffeeca7
e02a41469c
Update links to voice control (#2971) 2023-06-02 17:59:10 +02:00
H. Árkosi Róbert
67513701e8
Brush up page looks for Web Server Component (#2969)
* Brush up page looks for Web Server Component

* Update web_server.rst

* Update web_server.rst

* Update web_server.rst
2023-06-01 16:03:01 +02:00
H. Árkosi Róbert
62aa463b99
Correct web_server auth type (#2966)
* Correct web_server auth type

It's not Basic, but Digest!

* Fix typos
2023-06-01 13:14:44 +02:00
H. Árkosi Róbert
ca829aeca3
Add more links to See Also (#2965)
Add more links to See Also
2023-06-01 12:02:37 +02:00
H. Árkosi Róbert
13c55ea24b
Add more links to See Also, fix REST API hook (#2964) 2023-06-01 11:24:00 +02:00
Jesse Hills
48392c73ca
Docs for wifi enable/disable (#2958) 2023-06-01 11:34:38 +12:00
muddyfeet
89451cbe46
Update custom.rst to include changes made in CoverTraits (#2944)
Update documentation to add changes made in https://github.com/esphome/esphome/pull/3897

traits.set_supports_stop(true) required now in the custom cover for stop button to be exposed.
2023-05-31 15:40:41 +02:00
Staffan Larsen
b3fb5b3b84
Add "dimensions" and remove "cs_pin" (#2848)
* Add "dimensions" and remove "cs_pin"

Added "dimensions" since it was not documented.
Removed "cs_pin" since ili9xxx does not use that config.

* Remove cs_pin from examples
2023-05-31 15:39:31 +02:00
smoke007
3967374318
Update mics_4514.rst (#2862)
MICS-4514 being sold on AliExpress has the same model number, but is a different board that doesn't use I²C Bus.  Adding a note about this as a warning for anyone shopping for this sensor.
2023-05-31 15:38:01 +02:00
joaopedrotaveira
e209f47639
Update hmc5883l.rst (#2864)
Fixed address on example
2023-05-31 15:37:13 +02:00
Ludovic BOUÉ
d2bf9eba84
Update binary.rst (#2884)
Add binary output component to use for this fan.
2023-05-31 15:33:11 +02:00
Guillermo Ruffino
0b041128a6
Current-gen-schema (#2887)
* fix enum docs style

* schema fixes updates for 2023.2

* support multi key prop

* format fixes

* Format fixes

* set typed

* fix code quotes

* add platforms

---------

Co-authored-by: H. Árkosi Róbert <robreg@zsurob.hu>
2023-05-31 15:31:55 +02:00
notsonominal
12f9aefeed
Update captive_portal.rst (#2898)
Specify only serial uploads will overwrite the wifi settings.
2023-05-31 15:27:21 +02:00
Aapeli Vuorinen
c8b352fe48
Update sensiron datasheets (#2927) 2023-05-31 14:34:53 +02:00
H. Árkosi Róbert
d21a0df727
Update rtttl.rst (#2959) 2023-05-31 14:19:21 +02:00
Jesse Hills
7d796d3ba3
Add conversation and silence detection docs (#2957) 2023-05-31 16:30:56 +12:00
blakadder
da0f328272
Update i2s_audio.rst (#2947)
* Update i2s_audio.rst

Superscript title to keep inline with other I2S components

* Update components/media_player/i2s_audio.rst

---------

Co-authored-by: H. Árkosi Róbert <robreg@zsurob.hu>
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
2023-05-30 20:44:22 +02:00
LewisSpring
805ece2df4
Update internal_temperature.rst - Clarify 53.3/128 value (#2955) 2023-05-30 09:35:45 +12:00
Jesse Hills
56913a673b
Merge branch 'current' into next 2023-05-29 09:41:54 +12:00
blakadder
bf123aad85
Update i2s_audio.rst (#2946)
* Update i2s_audio.rst

add link to new I2S Speaker component

* Update i2s_audio.rst

missed a backslash

---------

Co-authored-by: H. Árkosi Róbert <robreg@zsurob.hu>
2023-05-28 09:56:40 +02:00
emanrezuneb
45ab0a00a9
fix mmc5603 example (#2951) 2023-05-27 22:59:08 +02:00
guillempages
182750cd6a
Document looping animations (#2847) 2023-05-26 00:09:34 -05:00
Sybren A. Stüvel
091f50260a
Add TMP1075 temperature sensor documentation (#2895)
See https://github.com/esphome/esphome/pull/4776 for the PR that adds
this sensor to ESPHome.
2023-05-26 00:04:37 -05:00
Jesse Hills
af154cd8f1
Add bits_per_sample config option for i2s_microphone (#2943) 2023-05-26 15:50:47 +12:00
Rajan Patel
ffa4d4e793
Add mute pin to i2s_audio/media_player (#2928) 2023-05-25 07:35:38 +12:00
Rajan Patel
66a1b10f1e
Update i2s_audio.rst (#2941) 2023-05-24 19:28:12 +12:00
Jesse Hills
e2e5628a92
Add channel to i2s_microphone (#2937) 2023-05-22 16:53:17 -05:00
Jesse Hills
0f56ed774d
Add channel to i2s_microphone (#2937) 2023-05-23 07:02:20 +12:00
Jesse Hills
ea25018268
Merge branch 'current' into next 2023-05-22 11:29:49 +12:00
Daniel Mahaney
7167370d03
Add rp2040_pio_led_strip docs (#2917)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
2023-05-22 10:31:35 +12:00
guillempages
ba7f38c0a9
Add transparency support to images and animations (#2770) 2023-05-22 08:03:24 +12:00
Quint Guvernator
e6f7d4ec1c
correct spelling of Revspace in link to wiki page (#2926) 2023-05-17 15:43:17 +02:00
Lukas Lindner
e54c7e876e
Insert Europe Tank Types from mopeka_std_check (#2886) 2023-05-17 16:41:56 +12:00
Christian
04256bc1ba
update doc DNS Address (#2919) 2023-05-17 16:29:23 +12:00
Samuel Sieb
a1a5ef07e2
document new sending method (#2923) 2023-05-17 09:57:38 +12:00
Jesse Hills
149bef2270
Merge branch 'current' into next 2023-05-17 09:37:03 +12:00
Samuel Sieb
7aa7b58080
document new sending method (#2923) 2023-05-16 23:36:05 +12:00
Christian
bf5d65b043
update doc Pulse Light Effect (#2918)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
2023-05-16 11:16:16 +12:00
Jesse Hills
6c8a07d6e5
Merge branch 'current' into beta 2023-05-16 11:15:58 +12:00
Christian
4fd29c3c6f
update doc Pulse Light Effect (#2918)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
2023-05-16 08:28:58 +12:00
BerlinJoker
afed1384bf
add note about default SPI pin usage for stability/performance (#2921)
The current SPI documentation doesn't mention that there is a difference in how ESPs work depending on which GPIOs are chosen for the SPI setup. While in theory all regular GPIOs can be used (and might work for a lot of people/setups), using the dedicated default SPI pins can be the missing puzzle piece for unstable ESP/device combinations

https://techoverflow.net/2021/07/26/what-is-the-spi-pinout-of-the-esp32-esp-wroom-32/

https://randomnerdtutorials.com/esp8266-pinout-reference-gpios/
2023-05-15 20:30:58 +02:00
NP v/d Spek
8b59e6a4e7
add new min_rssi property info (#2800)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
2023-05-12 04:28:30 +12:00
Eli
83fcab4ec6
Updated rc522.rst to correct image reference (#2910) 2023-05-11 06:09:55 +02:00
Jesse Hills
4cad75c595
Mark i2s_audio bclk_pin as optional (#2907) 2023-05-11 07:18:02 +12:00
Jesse Hills
f1cdacf281
Merge branch 'current' into next 2023-05-10 04:43:35 +00:00
Jesse Hills
8363d06ebe
Add docs for extended microphone config (#2899) 2023-05-10 16:37:47 +12:00
bouhaa
148b124940
Sm2135 current updates (#2331)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
2023-05-10 11:07:01 +12:00
Jesse Hills
2ab7d958dd
Add esp32_rmt_led_strip docs (#2902) 2023-05-09 09:33:49 +12:00
Graham Brown
a6851195d9
Add clarity to i2s audio (#2904)
* Add clarity to i2s audio

* fix copy/paste
2023-05-09 06:03:36 +12:00
Jesse Hills
b52df8e9a3
Add gp8403 docs (#2901) 2023-05-08 12:45:14 +12:00
Jesse Hills
4b879d5e7b
Add speaker to VA docs (#2900) 2023-05-07 23:02:19 +00:00
Jesse Hills
962656bec3
Speaker docs (#2892) 2023-05-08 10:36:43 +12:00
Jesse Hills
c215938cdc
Merge branch 'current' into next 2023-05-04 10:52:43 +12:00
Chris Nussbaum
8c03d2fc36
Revert template sensor publish updates (#2889) 2023-05-04 10:16:16 +12:00
Giovanni
8b0a7af7f8
Update total_daily_energy.rst (#2880) 2023-05-03 15:43:32 +12:00
Jesse Hills
8ed26db6e7
Merge branch 'current' into next 2023-05-02 17:08:38 +12:00
looping40
72bc0f612c
Max6956 support added (#2320)
Co-authored-by: Nicolas C <nicolas.camil@airbus.com>
Co-authored-by: H. Árkosi Róbert <robreg@zsurob.hu>
2023-05-02 09:51:55 +12:00
cooki35
7a92fae4e6
Add support for V2 of the waveshare 5.83in e-paper display. (#2200)
Update the docs.
2023-05-01 21:36:51 +00:00
Mat931
4d8e238f20
Add support for BLE passkey authentication (#2607) 2023-05-02 09:25:15 +12:00
Philippe FOUQUET
3032493225
Add HYT271 doc (#2583) 2023-05-01 16:18:40 +12:00
marshn
53cdf2436b
Added documentation for Drayton Digistat codec (#2712)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
2023-05-01 16:13:01 +12:00
Luis Andrade
7d0fbc19fe
Adding play_mp3 action documentation to dfplayer component (#2879) 2023-05-01 16:01:28 +12:00
Mat931
4b5f24a1d6
Add PCA6416A (#2834)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
2023-05-01 16:00:24 +12:00
imgbot[bot]
23aad5ce78
[ImgBot] Optimize images (#2784)
Co-authored-by: ImgBotApp <ImgBotHelp@gmail.com>
2023-05-01 07:54:50 +12:00
Jesse Hills
56a7d349ff
Merge branch 'current' into next 2023-04-27 19:35:48 +12:00
notsonominal
dab09f6c86
Adding docs for mlx90614 (#2845)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
2023-04-27 01:18:05 +00:00
Keith Burzinski
fc4e2738b0
Add copy for on_tag_removed trigger for RC522 (#2876) 2023-04-27 10:47:52 +12:00
Jesse Hills
0405df3e49
Fix examples with uart1 in id (#2872) 2023-04-24 09:45:44 +12:00
notsonominal
018e5bb6d9
add initial_value to servo example (#2870) 2023-04-23 13:11:02 -07:00
Samuel Sieb
83583e37bf
fix uart id in example (#2869) 2023-04-23 07:12:26 +02:00
Jesse Hills
bae288c994
Fix mmc5603 filename (#2861) 2023-04-20 20:09:51 +12:00
Bella Coola
7fde35a251
Add support for passive WiFi scanning. (#2812)
Co-authored-by: BellaCoola <unknown>
2023-04-20 16:18:56 +12:00
Jesse Hills
59424303ca
Merge branch 'current' into next 2023-04-20 03:45:42 +00:00
Jesse Hills
552dc838a5
Merge branch 'current' into beta 2023-04-20 10:15:28 +12:00
Ludovic BOUÉ
2910aae2c6
Fix strftime issue in max7219 doc (#2856)
Fix strftime issue in max7219 doc
error: no matching function for call to 'esphome::max7219::MAX7219Component::strftime(const char [9])'
       it.strftime("%H.%M.%S");
2023-04-19 16:27:50 +02:00
Veli Veromann
01ea4397e4
fix "cycle: !lambda:" (#2854)
the double ":" is not valid
2023-04-18 00:36:31 -07:00
Jesse Hills
72cb2fd2cc
Add triggers to voice assistant (#2849) 2023-04-17 15:45:39 +12:00
R Huish
d978a94b6c
Added Sensor Longevity and correction to PMSX003 (#2824) 2023-04-17 15:45:38 +12:00
Jesse Hills
a765931f35
Merge branch 'current' into next 2023-04-17 15:45:23 +12:00
Jesse Hills
9f83c63bb5
Merge branch 'current' into beta 2023-04-17 15:45:23 +12:00
Jesse Hills
6f3b7d6de0
Add triggers to voice assistant (#2849) 2023-04-17 14:57:41 +12:00
Benno Pütz
c562afc472
Small corrections (#2836) 2023-04-13 16:08:10 +02:00
H. Árkosi Róbert
7f51bc25fe
Further movement to devices site (#2835)
* Further movement to devices site

* Update _redirects

* Update template.rst

* change icon for magic

* Update index.rst
2023-04-13 14:23:03 +02:00
R Huish
27c940ccd8
Added Sensor Longevity and correction to PMSX003 (#2824) 2023-04-13 20:10:58 +12:00
kahrendt
b9c710a133
Document Bayesian type for binary_sensor_map component (#2796)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
2023-04-13 17:12:39 +12:00
Jesse Hills
cd92f71534
Merge branch 'current' into next 2023-04-13 10:11:13 +12:00
Jesse Hills
63429dc3dc
Change default restore mode for fan/light/switch (#2830) 2023-04-13 10:00:04 +12:00
X-Ryl669
4b517933a3
feat: Add manual control config variable doc (#2571) 2023-04-13 09:53:37 +12:00
Fabian
c40572eb48
[Ethernet] Add PHY KSZ8081 support (#2808)
Co-authored-by: Your Name <you@example.com>
2023-04-13 09:52:18 +12:00
H. Árkosi Róbert
df3050d727
Add seealso link to cookbook (#2826) 2023-04-12 17:42:50 +02:00
H. Árkosi Róbert
952bbea02c
Add seealso link to cookbook (#2827) 2023-04-12 17:42:35 +02:00
victorclaessen
79e307f96d
Update modbus_controller.rst (#2817)
I think at some time in the past the 'command_throttle' parameter changed from a unit of 'milliseconds' to the unit of 'time'.

If you try to compile with a value of 1000 (supposedly milliseconds), compilation fails with the following error:
```
    Don't know what '1000' means as it has no time *unit*! Did you mean '1000s'?.
    command_throttle: 1000
```
If I put a value of '1s' then compilation works and also this is the time I see that is being used.
2023-04-12 11:43:11 +02:00
H. Árkosi Róbert
dbfd65504e
Add/Rename item in Cookbook (#2821)
* Add/Rename item in Cookbook

Made a "Lambda Magic" cookbook item, where we can gather interesting Lambda implementations.

* Update lambda_magic.rst

* Update lambda_magic.rst

* Update lcd_display.rst
2023-04-12 11:37:13 +02:00
Dave Johnston
a925b1a63b
add docs for SSD1306 72x40 display (#2805) 2023-04-11 23:02:20 -05:00
Jesse Hills
c745a29af7
Initial voice assistant documentation (#2813) 2023-04-12 11:53:24 +12:00
H. Árkosi Róbert
0998228c45
Remove migrated items from Cookbook (#2816)
* remove migrated documentation

All of these are present now on our https://devices.esphome.io/ site.

The missing ones were pushed with https://github.com/esphome/esphome-devices/pull/385, and the rest ones were already in, thus removing here the duplicates.

* Update modbus.rst

* Update modbus.rst

* Update modbus_controller.rst

* Update ltr390.rst

* Update ltr390.rst

* Update modbus_controller.rst

* fix broken links

* Update index.rst

* Update index.rst
2023-04-11 17:51:46 +02:00
Cossid
f639d42225
BP1658CJ - Fix power level defaults in configuration variables section. (#2815) 2023-04-11 17:02:04 +02:00
Ludovic BOUÉ
53634e84f8
Update doc to add multiple dallas hubs (#2783)
* Update doc to add multiple dallas hubs

If you have multiple dallas hubs

* Update dallas.rst

* Fix

* Title underline too short

* Update dallas.rst

---------

Co-authored-by: H. Árkosi Róbert <robreg@zsurob.hu>
2023-04-11 10:46:47 +02:00
J. Nick Koston
7d8d015be5
Add note about increased window and interval can cause WiFi instability (#2790)
* Add note about increased window and interval can cause WiFi instability

* Update components/bluetooth_proxy.rst

Co-authored-by: Erik Montnemery <erik@montnemery.com>

* Update bluetooth_proxy.rst

* Update components/bluetooth_proxy.rst

* Update components/bluetooth_proxy.rst

* Update components/bluetooth_proxy.rst

---------

Co-authored-by: Erik Montnemery <erik@montnemery.com>
2023-04-11 10:29:16 +02:00
David
eb57e186ee
Update sht3xd.rst (#2804)
Updated page to specify that this driver also supports the Temp/Humidity sendor SHT3x.
2023-04-11 10:25:50 +02:00
TheGroundZero
dcd8c1d058
Add TZ timezone string examples (#2806) 2023-04-11 10:25:23 +02:00
Artem Sheremet
a85e13f9ff
Fix pulse_counter example unit name (#2811) 2023-04-11 10:23:12 +02:00
Alex Barcelo
83ea93d625
Fix datasheet link for PCA9685 component (#2810)
The link for the PCA9685 pointed to LEDC Espressif documentation. Updated with the proper NXP datasheet URL.
2023-04-08 09:40:57 +02:00
Ben Hoff
f44e9b3e8f
Mmc5603 (#2524)
Co-authored-by: H. Árkosi Róbert <robreg@zsurob.hu>
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
2023-04-05 13:30:47 +12:00
zivillian
3fe59bf89a
fix typo (#2803) 2023-04-04 21:14:26 +02:00
Robert
1cfe800733
Add clarity for use of multiplier (#2763)
For seasonal changes, it’s easier to use the multiplier to adjust the watering time instead of adjusting the run durations directly. Set your run duration to the time you want for ‘mild’ weather (spring/autumn) and then use the multiplier to increase (summer) or decrease (winter) the calculated run times.
2023-04-03 23:24:31 -05:00
kahrendt
b8f33134e2
Update binary_sensor_map.rst (#2795) 2023-03-31 17:27:18 +13:00