Commit Graph

2059 Commits

Author SHA1 Message Date
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
gatonero
0706aa6d77
Adjusted indentation (#2793)
from "output:" downwards
2023-03-30 09:41:00 +02:00
Kenny Stier
49840138b5
Fix broken link, add new link in midea.rst (#2794) 2023-03-30 07:43:45 +02:00
Jesse Hills
4e1fb99b22
Merge branch 'current' into next 2023-03-27 15:57:39 +13:00
Jesse Hills
8fbb53e016
Add note for names to use friendly_name (#2774) 2023-03-27 15:35:26 +13:00
Jesse Hills
5cd9720f4b
Add variable name for touchscreen touches (#2785) 2023-03-26 21:41:11 +13:00
zivillian
bc65c0cc8e
Update tuya.rst (#2777) 2023-03-26 10:31:39 +02:00
H. Árkosi Róbert
e023e0d3b9
move datasheet links to bottom (#2782) 2023-03-25 12:43:12 +01:00
H. Árkosi Róbert
efe665228e
brush up pca9554.rst (#2781)
* Update pca9554.rst

* Update pca9554.rst
2023-03-25 10:14:17 +01:00
H. Árkosi Róbert
4b5f4c9dc8
Add remote_* to seealso (#2775)
* Add remote_* to seealso

* Update rf_bridge.rst
2023-03-22 11:07:25 +01:00
Michael Jahn
4b729f9885
fix typo in mqtt doc ypi -> you (#2776) 2023-03-22 11:06:28 +01:00
David Newgas
d493079e07
Document what remote "raw format" is (#2773)
* Document what remote "raw format" is

Add a note explaining that raw format is pulse widths (in microseconds) with sign indicating mark or space. This understanding is based on RemoteReceiverComponent::decode_rmt_, RemoteReceiverComponentStore::gpio_intr and RawDumper::dump.

* Update remote_receiver.rst

* Update remote_receiver.rst

---------

Co-authored-by: H. Árkosi Róbert <robreg@zsurob.hu>
2023-03-22 09:13:54 +01:00
B48D81EFCC
7398834ec9
Update title of ADS1115 component (ads1115.rst) (#2764)
* Update ads1115.rst

Edited document title to align with other adc components

* Update ads1115.rst

Increased size of title underlie

* Update ads1115.rst

---------

Co-authored-by: H. Árkosi Róbert <robreg@zsurob.hu>
2023-03-20 15:10:42 +01:00
mrtoy-me
a31483f14e
Update bme280.rst (#2766)
* Update bme280.rst

Small addition - added a sentence in the first para to explain that Forced Mode per datasheet section 3.3 is used for measurement.

* Update bme280.rst

---------

Co-authored-by: H. Árkosi Róbert <robreg@zsurob.hu>
2023-03-20 14:34:57 +01:00
Aaron S. Jackson
f9aa59fd33
GooDisplay GDEY029T94 (#2765) 2023-03-20 17:01:59 +13:00
Peter Halicky
41ed5a7294
Add support for ESP32 CAM 3MP and 5MP resolutions and arbitrary camera clock. (#2759) 2023-03-20 08:50:38 +13:00
Sybren A. Stüvel
e01079d2be
Documentation for the skip_initial filter (#2760) 2023-03-20 08:50:21 +13:00
Sybren A. Stüvel
437a19218f
Document how to return 'no value' from a lambda filter (#2761)
* Document how to filter out values in a lambda filter

* Fix the code example
2023-03-18 22:39:41 +01:00
Raph
77bcde8e60
Add flip_x (#2746) 2023-03-16 12:24:09 +13:00
Samuel Sieb
174b72b502
add output option for status led (#2727)
Co-authored-by: H. Árkosi Róbert <robreg@zsurob.hu>
2023-03-16 11:49:46 +13:00
Witold Krecicki
6b42fc13e4
Spi force sw (#2748) 2023-03-16 11:49:26 +13:00
R Huish
22c235793b
Added missing PM_1_0 and PM_10_0 for TYPE_PMS5003T (#2741) 2023-03-16 11:49:07 +13:00
Trent Houliston
67db98f803
Update delta filter docs for new percentage mode (#2647) 2023-03-16 11:48:44 +13:00
Jesse Hills
a7233a2aae
Merge branch 'current' into beta 2023-03-16 09:38:15 +13:00
Jesse Hills
abbc55b23b
Merge branch 'current' into next 2023-03-16 09:31:38 +13:00
d053
051acf8659
Update prometheus.rst (#2753)
fix type (double the)
2023-03-15 20:59:08 +01:00
Jesse Hills
f66a48f570
Revert "Add supported touch pins for esp32-s2/s3" (#2751) 2023-03-15 21:20:11 +13:00
Jesse Hills
4774c1f999
Merge branch 'current' into next 2023-03-15 21:20:00 +13:00
Jesse Hills
7ee774b98c
Merge branch 'current' into beta 2023-03-15 21:20:00 +13:00
Jesse Hills
1301ee92a1
Revert "Add supported touch pins for esp32-s2/s3" (#2751) 2023-03-15 20:47:04 +13:00
Jesse Hills
cd31996569
Prefix all docker image references with ghcr.io (#2749) 2023-03-15 10:02:26 +13:00
Jesse Hills
4d378b32c8
Add supported touch pins for esp32-s2/s3 (#2743) 2023-03-13 13:32:25 +13:00
Dorian Zedler
fa505d91e5
Feat: add hex color (#2731) 2023-03-13 13:32:25 +13:00
Jesse Hills
a9e1d2d4dc
Merge branch 'current' into beta 2023-03-13 13:32:09 +13:00
Jesse Hills
d911bbbab4
Add supported touch pins for esp32-s2/s3 (#2743) 2023-03-13 13:13:51 +13:00
Dorian Zedler
72c0fdd05f
Feat: add hex color (#2731) 2023-03-13 09:26:34 +13:00
alexd321
198249bedf
include i2c requirement in docs (#2742)
* include i2s requirement in docs

mention the requirement for i2s to be set up for this sensor to function

* Update mics_4514.rst

* Update mics_4514.rst
2023-03-12 19:57:29 +01:00
H. Árkosi Róbert
4131c3f656
Update index.rst (#2738) 2023-03-11 12:25:36 +01:00
Samuel Sieb
8605fd5a3d
fix example (#2736) 2023-03-10 10:27:07 -08:00
H. Árkosi Róbert
9d58ebf3b9
Update remote_receiver.rst (#2735) 2023-03-10 10:34:54 +01:00
Jeff
243ec7deaf
Update uart.rst (#2734)
* Update uart.rst

* Update uart.rst

---------

Co-authored-by: H. Árkosi Róbert <robreg@zsurob.hu>
2023-03-10 10:10:41 +01:00
ithinkido
2ac91126ff
Update hbridge.rst (#2733)
Decay mode : Fast decay is braking vs slow decay , coasting
2023-03-10 07:07:57 +01:00
NP v/d Spek
5176b16150
Replace ili9341 with ili9xxx documentation (#2729)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
2023-03-09 15:48:13 +13:00
Russell Cloran
badc454254
Document NeoPixelBus support on ESP32-S3 (#2491)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
2023-03-09 15:48:13 +13:00
Samuel Sieb
f7420c857f
fix kuntze docs (#2698)
Co-authored-by: Samuel Sieb <samuel@sieb.net>
2023-03-09 15:48:13 +13:00
NP v/d Spek
12e0073cb0
Replace ili9341 with ili9xxx documentation (#2729)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
2023-03-09 13:02:14 +13:00
Russell Cloran
ee3083a9c5
Document NeoPixelBus support on ESP32-S3 (#2491)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
2023-03-09 12:25:20 +13:00
Samuel Sieb
64edd17b57
fix kuntze docs (#2698)
Co-authored-by: Samuel Sieb <samuel@sieb.net>
2023-03-09 09:45:56 +13:00
Kai Gerken
612c791536
added reset energy action to pzemdc (#2700) 2023-03-09 08:56:36 +13:00
Morgan Robertson
df41bf7675
Add documentation for AS7341 spectral color sensor (#2609)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
2023-03-08 14:28:10 +13:00
Jesse Hills
dc02fc8788
Fix bad merge 2023-03-08 01:17:48 +00:00
Jesse Hills
38d73ce10a
Merge branch 'current' into next 2023-03-08 01:10:46 +00:00
bisbastuner
bf0b271a73
bme680_bsec: Add information and example about multiple devices support (#2234)
Co-authored-by: Trevor North <trevor@freedisc.co.uk>
Co-authored-by: H. Árkosi Róbert <robreg@zsurob.hu>
2023-03-08 10:22:14 +13:00
DAVe3283
3e74757ce9
Add absolute humidity component (#2723)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
2023-03-08 10:21:36 +13:00
H. Árkosi Róbert
e4e133d369
Update index.rst (#2726) 2023-03-07 14:42:23 +01:00
AlexCPU
7b4a42cfc0
correct details in SEN5x documentation (#2692)
* correct connector details in SEN5x documentation

* remove Sen54 from section on NOx
2023-03-07 09:23:09 +01:00
Kamahat
58831869de
small issue on unit used (#2693)
small issue on unit used
2023-03-07 09:22:27 +01:00
cinghialino
f1f9be6887
Update anova.rst (#2696) 2023-03-07 09:21:47 +01:00
Mathias Stock
a28da87762
wrong name for the link (#2695) 2023-03-07 09:20:43 +01:00
Anthony Keane
9eb91e153e
Update custom.rst (#2699)
Adding ID reference cos I spent 3 hours trying to find why I got this error

Couldn't find ID 'my_custom_switch'. Please check you have defined an ID with that name in your configuration.
2023-03-07 09:20:08 +01:00
Rob Adams
61f79fba3a
Fix typo in filter max docs (#2701) 2023-03-07 09:19:07 +01:00
systeembeheerder
cac3e0f606
Update modbus_controller.rst (#2708)
S_QWORD is signed, not unsigned
2023-03-07 09:17:39 +01:00
Jeff
c56b231679
Update safe_mode.rst (#2713)
* Update safe_mode.rst

* Update safe_mode.rst

---------

Co-authored-by: H. Árkosi Róbert <robreg@zsurob.hu>
2023-03-07 09:16:24 +01:00
Sean Carolan
c50477f1d6
Removing default setting (#2716)
`discovery: true` is on by default and therefore not required here.  You only need this to set `discovery: false`
2023-03-07 09:08:38 +01:00
kahrendt
ec78f92910
Add documentation for fs3000 sensor. (#2715)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
2023-03-07 19:27:20 +13:00
Nathaniel Wesley Filardo
8c3845a312
climate on_control documentation (#2720) 2023-03-07 19:27:02 +13:00
Petr Kejval
d1e7907930
Update resistance.rst (#2725)
* Update resistance.rst

Spent many hours to figure it out why my NTC reading are incorrect. Found out that ADC readings must be multiplied by 3.3 because built-in voltage divider on ADC pin on some boards.

* Update resistance.rst
2023-03-06 20:23:01 +01:00
Carlos Garcia Saura
6a90cd8cfc
Improve example in SCD4X for ambient pressure compensation (#2645)
* Update scd4x.rst

* Update scd4x.rst

* Update scd4x.rst

* Improve calibration example
2023-03-06 16:24:06 +01:00
Ian Reinhart Geiser
9f22bf66ff
Clarify purpose of appending the mac address (#2721) 2023-03-06 16:54:04 +13:00
Tomas Klouda
cc426b972c
Mention MH-Z14 as working with MH-Z19 library. (#2719) 2023-03-05 14:49:01 +01:00
Ian Reinhart Geiser
5d25fac978
Clarify what IAQ is (#2714)
* Clarify what IAQ is

Since standards are only for companies that lack a marketing department, I clarified some of the documentation around Bosch's definition of what IAQ means in their universe.   There is a lot here and it was taken from their datasheet directly that I provided a link to anyway.  I just wanted to include the important stuff to save people from surprises because like me they didn't bother to follow the links.  I can remove the b-VOC stuff if it's too much noise, but I thought it clarified to the users what it might be measuring for.  I also changed `2` to `₂` in `CO2` for the non-code snippets soothe the emotional damage incurred from doing too many school papers in LaTeX.

* fix table
2023-03-02 22:32:29 +01:00
Jesse Hills
26f59b8540
Remove copy paste config var mistake on mics-4514 (#2711) 2023-02-28 09:02:42 +13:00
Jesse Hills
7f5385981a
Fix adc link (#2710) 2023-02-28 08:17:44 +13:00
Peter Kay
51ba47c6a6
Update gps.rst (#2704)
Multiple typos corrected
2023-02-26 23:00:46 +01:00
Jesse Hills
68da2f6686
Add friendly name to docs (#2707) 2023-02-26 21:46:01 +13:00
Andreas Hergert
c0b17e0477
Added energy sensor to pzemdc (#2177)
Co-authored-by: Andreas <andreas.hergert@otrs.com>
2023-02-23 18:38:48 +01:00
Yaroslav Heriatovych
ac71defd45
Add haier climate component (#2431)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
2023-02-23 15:05:54 +13:00
H. Árkosi Róbert
06b374db5c
Documentation for kuntze component (#2411) 2023-02-23 14:31:59 +13:00
Jesse Hills
b101a1e80e
Merge branch 'current' into next 2023-02-23 13:41:40 +13:00
Shreyas Karnik
b6adcdb0cc
add person sensor (sen21231) from useful sensors (#2678)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
2023-02-23 13:37:47 +13:00
Samuel Sieb
5b69264802
clarify matrix keypad pin requirements (#2694)
Co-authored-by: Samuel Sieb <samuel@sieb.net>
2023-02-22 21:43:07 +01:00
Keith Burzinski
cfc56b9c00
Sprinkler docs v2 update (#2510)
* Sprinkler docs v2 update

* Correction

* Polishing up

* Fixing some links

* Add 'Understanding the Sprinkler Controller's State' section

* Shorten text in examples

* Fix example, syntax highlighting

* Add divider to action index, other copy tweaks

* Document unit_of_measurement use
2023-02-21 19:48:02 -06:00
Fabian
52b2e857ea
Add Mopeka standard to next docs. (#2624)
Co-authored-by: Your Name <you@example.com>
Co-authored-by: H. Árkosi Róbert <robreg@zsurob.hu>
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
2023-02-22 10:49:15 +13:00
Jesse Hills
e710582826
Add docs for split visual temperature step (#2691) 2023-02-21 11:22:46 +13:00
WJCarpenter
83aba51528
ens210 must be lowercase (#2690) 2023-02-20 16:44:14 +13:00
Mat931
a060225575
Add internal_temperature component (#2611)
Co-authored-by: H. Árkosi Róbert <robreg@zsurob.hu>
2023-02-20 16:43:15 +13:00
irtimaled
9c2d56d80c
Support for color types on Tuya light (#2686) 2023-02-20 16:43:06 +13:00
Christoph Wagner
8ab17f6aaa
Fixed prdouct url (#2674)
Old one was https://senseair.com/products/size-counts/senseair-s8-residential/ and redirects to their landing page
2023-02-18 08:07:04 +01:00
Sven Serlier
9300ddced3
Fix SEN5X datasheet URL (#2683)
* Fix SEN5X datasheet URL

* Fix sen5x engineering guidelines URL
2023-02-18 08:05:56 +01:00
Sven Serlier
218df09ae3
Fix CT clamp API URL (#2684) 2023-02-18 08:05:11 +01:00
H. Árkosi Róbert
8284ca6508
Update index.rst (#2677) 2023-02-16 14:53:19 +01:00
H. Árkosi Róbert
efe999bce9
Update sigma_delta.rst (#2676) 2023-02-16 14:48:44 +01:00
H. Árkosi Róbert
ab4edcf1aa
Update pid.rst (#2675) 2023-02-16 14:45:55 +01:00
Jesse Hills
a9b69cb5d4 Merge branch 'current' into beta 2023-02-15 19:28:58 +13:00
Michael Boulding
37d4e88a3d
Update example to use Color::BLACK not COLOR_BLACK (#2670)
COLOR_BLACK now generates a deprecation warning, update the example to use the recommended name.
2023-02-14 21:58:55 +01:00
Sergey Dudanov
1b65ed1d8b Issue3914 (#2665)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
2023-02-14 13:59:52 +13:00
Jesse Hills
cedde31334 Merge branch 'current' into beta 2023-02-14 13:59:38 +13:00
Sven Serlier
aac1c4e498
Update sgp30 URL (#2636) 2023-02-13 07:24:13 +01:00
NP v/d Spek
eed3d41024 Nvds display clipping (#2659)
* Adding documentation about Clipping

* add example
2023-02-13 11:54:31 +13:00
Cossid
5dbd8210ee LED Drivers - Fix typo (#2657) 2023-02-13 11:54:31 +13:00
Jesse Hills
b4ef1452a5 Merge branch 'current' into beta 2023-02-13 11:54:18 +13:00
meijerwynand
e3e8c274b0
Update hdc1080.rst (#2652)
HDC1080 library compatible with CHT8305
2023-02-12 21:18:07 +01:00
Eric van Blokland
53bffad94f
Added documentation for the CanalSat and CanalSatLD codec (#2318)
Co-authored-by: H. Árkosi Róbert <robreg@zsurob.hu>
2023-02-09 13:22:09 +13:00
Jesse Hills
a5710689b6
Add note about startup time for mics4514 (#2650) 2023-02-09 12:52:51 +13:00
jmichiel
726e70ab8c
Add preset MQTT topics + remove away mode refs (#2641)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
2023-02-09 12:46:02 +13:00
Jesse Hills
a6fff4b5f2
Merge branch 'current' into next 2023-02-08 23:37:59 +00:00
Michael Muré
04882129e9
climate: add support for quiet fan speed (#2160) 2023-02-09 11:28:20 +13:00
Bob Perciaccante
dc07be64ce
Update mopeka_pro_check documentation to support Lippert devices (#2493) 2023-02-09 11:07:58 +13:00
Jesse Hills
300c55bc1f
Add JL1101 to ethernet docs (#2649) 2023-02-07 12:55:01 +13:00
H. Árkosi Róbert
11528c83e9
Documentation for vbus component (#2397)
Co-authored-by: Samuel Sieb <samuel-github@sieb.net>
Co-authored-by: Samuel Sieb <samuel@sieb.net>
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
2023-02-07 12:17:19 +13:00
sebcaps
be05682b3b
Add documentation for LD2410 (#2385)
Co-authored-by: Richard North <rich.north@gmail.com>
Co-authored-by: H. Árkosi Róbert <robreg@zsurob.hu>
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
2023-02-07 11:47:51 +13:00
Noxmiles
f3fb438652
Update ccs811.rst (#2549)
* Update ccs811.rst

* Update ccs811.rst

---------

Co-authored-by: H. Árkosi Róbert <robreg@zsurob.hu>
2023-02-05 19:47:22 +00:00
lillborje71
798b47dc5c
Update index.rst (#2574)
* Update index.rst

* Update index.rst

* Update index.rst

* Update index.rst

---------

Co-authored-by: H. Árkosi Róbert <robreg@zsurob.hu>
2023-02-05 20:39:25 +01:00
mistrjirka
764155d5e5
Removing information that after some testing isn't true (#2568)
Raspberry pico W is supported, but the vanilla raspberry pico clearly is not. After trying "rpipico" as a board this error shows up "Error: Unknown board ID 'rpipico'". It is bit misleading, because from what I know about esphome you cannot just have a device that communicates through USB and doesn't connect to WiFi. 

I think it is important to understand that RP2040 isn't like ESP. Every RP2040 board doesn't support esphome, but basically any ESP device can support esphome.
2023-02-05 20:36:50 +01:00
sebcaps
4e8fa5c131
Update dallas.rst (#2570)
Fix mini resolution from 8 to 9, to comply with datasheet and component validation rules
2023-02-05 20:34:37 +01:00
Jan Pieter Waagmeester
880085fa33
Fix list layout for Graph>'Trace specific fields' (#2577) 2023-02-05 20:31:35 +01:00
xyzroe
5d870401ff
Examples of Daly BMS control using uart.write (#2584)
* Update daly_bms.rst

Add a couple of examples of Daly BMS control using uart.write

* Examples of Daly BMS control using uart.write

fixed lint errors

* Examples of Daly BMS control using uart.write

 probably fixed lint errors

* Fixed every boot up battery level setup
2023-02-05 20:29:30 +01:00
Mike Ellis
a34f2c8679
Update st7789v.rst (#2622)
* Update st7789v.rst

Modified to allow dimmable control of the backlight (using GPIO4)

* Update st7789v.rst

---------

Co-authored-by: H. Árkosi Róbert <robreg@zsurob.hu>
2023-02-05 19:28:12 +00:00
backcountrymountains
fd4fd55333
Alternative Costco Feit A19 Bulb config (#2591)
I have a Costco Feit A19 that is similar but different. It is actually a RGBCT. I was wondering if we could post it here or otherwise make clear that there are alternate configs for Feit A19 bulbs. Maybe just warning people that there are several models of Feit A19 RGB/white bulbs is enough to not confuse people like me that used the sample code. Also, whoTF makes 2 nearly identical bulbs but with different pinouts WTF is that about, Feit electric?

My change is to the pins of the sm16716 and changing it to an RGBCT bulb.
2023-02-05 20:27:57 +01:00
RubyBailey
9f7b9e83a9
Onboard USB chip may interfere with deep sleep. (#2627)
* Update deep_sleep.rst

Added note to explain that onboard USB chip may interfere with deep sleep.

* Update deep_sleep.rst

Added note to explain potential with deep sleep on some ESP8266

* Update deep_sleep.rst
2023-02-05 20:21:00 +01:00
Antonio Fiol
a3bdd1ff5d
Added example with the expanded form for file (#2635)
Added one example where file does not use the short form, but the YAML expanded one described below the examples.
2023-02-05 20:10:26 +01:00
TechSmart Solutions
60233fccf8
Update index.rst (#2643) 2023-02-05 10:19:11 +01:00
usernames122
923db447a1
Add comma (#2629)
You forgot a comma, so i fixed it for you.
2023-02-04 21:22:50 +01:00
Florian Trück
07f6b30cc1
Update SCD30 sensor documentation (#2631) 2023-02-03 21:13:31 +13:00
Joakim Plate
703aada7da
Add initial docs for mdns extensions (#2553) 2023-02-02 17:19:00 +13:00
@RubenKelevra
3d6bfec6dd
sensor index: add missing commas (#2639) 2023-02-01 16:24:37 -08:00
Jannick
b4aa44d564
Correct signed and unsigned data type descriptions (#2637)
- S_QWORD from unsigned to signed 64 bit
- U_QWORD_R twice
2023-02-01 07:36:34 +01:00
WitchKing
a55a071a7c
Added documentation in order to use ADS1015 (#2581)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
2023-01-26 17:21:07 +13:00
Jesse Hills
c8fefadfa4
Merge branch 'current' into next 2023-01-26 14:59:51 +13:00
Jesse Hills
ba2bcccdf3
Add improv serial next_url (#2620) 2023-01-25 14:37:03 +13:00
Jesse Hills
b7a6bc4d78
Add documentation for MiCS 4514 (#2605) 2023-01-25 09:58:48 +13:00
Guillermo Ruffino
8b7fcf2313
Format-fixes-202211 (#2461) 2023-01-24 14:56:46 -03:00
NP v/d Spek
8a18636d4b
Add missing font: component to example. (#2614)
Co-authored-by: Samuel Sieb <samuel-github@sieb.net>
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
fixes https://github.com/esphome/issues/issues/4065
2023-01-24 15:27:16 +13:00
Jesse Hills
4171ba1fb4
Fix display font and static text ref (#2618) 2023-01-24 14:35:06 +13:00
Jesse Hills
f858439867
Move password to bottom of list and add deprecated label (#2617) 2023-01-24 14:34:58 +13:00
H. Árkosi Róbert
a7f83576f9
Fix order (#2615) 2023-01-23 22:31:20 +01:00
Jesse Hills
528ccd2e65
Merge branch 'current' into next 2023-01-24 08:30:14 +13:00
Antonio
13a7cdc5f4
Update ethernet.rst (#2612)
Include LILYGO TTGO T-Internet ESP32-WROVER-E LAN8270 configuration
2023-01-23 07:29:48 +01:00
Jesse Hills
8c3d9b5b8b
Merge branch 'current' into next 2023-01-23 09:06:03 +13:00
Nejc
dd5bc51973
Update pcf8574.rst (#2608)
* Update pcf8574.rst

* Update components/pcf8574.rst

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

Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
2023-01-22 08:50:58 +13:00
Jesse Hills
96308aeb57
Merge branch 'current' into next 2023-01-20 18:33:02 +13:00
Lukas Schulte
50171271cc
addded: BME680 IAQ Class (#2593)
* addded: BME680 IAQ Class

* fixed: yaml layout

* fixed: some iaq values has result in an error

* Update bme680_bsec.rst

* Update bme680_bsec.rst

Co-authored-by: H. Árkosi Róbert <robreg@zsurob.hu>
2023-01-19 19:42:35 +01:00
billthe4th
7453de6ae2
Fix esp32-arduino_framework ref (#2587) 2023-01-19 14:59:17 +01:00
H. Árkosi Róbert
110080c3f4
Revert "Added power negative filter example - very useful (#2595)" (#2604)
This reverts commit db7c4b4c59.
2023-01-19 14:33:24 +01:00
Chester
db7c4b4c59
Added power negative filter example - very useful (#2595) 2023-01-19 14:30:58 +01:00
jensgraef
1659578643
Fix typo in text-sensor documentation (#2601) 2023-01-19 13:47:53 +01:00
Jesse Hills
21a01eee50
Fix link to mqtt base component config (#2603) 2023-01-19 09:49:06 +13:00
H. Árkosi Róbert
b84eb16038
Documentation for wiegand component (#2424)
Co-authored-by: Samuel Sieb <samuel@sieb.net>
2023-01-18 14:37:57 +13:00
Valentin Ochs
52e7be2e97
Documentation for sigma_delta_output component (#2500)
Co-authored-by: H. Árkosi Róbert <robreg@zsurob.hu>
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
2023-01-18 13:42:36 +13:00
Stanislav Habich
833d2d783a
Updated documentation for pca9685 (#2325) 2023-01-18 13:00:39 +13:00
Mathias Stock
d0378c71b8
Add support for EE895, HTE501 and TEE501 sensors (#2241)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
Co-authored-by: H. Árkosi Róbert <robreg@zsurob.hu>
2023-01-18 10:43:20 +13:00
Z3LIFF
170f9fa40b
add "actual_gain" information (#2600) 2023-01-18 10:17:35 +13:00
H. Árkosi Róbert
9c5afcbec1
Documentation for key_collector component (#2426)
Co-authored-by: Samuel Sieb <samuel@sieb.net>
2023-01-17 17:18:42 +13:00
martin jonasson
9b3096fa2f
Spelling mistake public/publish (#2594) 2023-01-14 14:24:17 -08:00
Antonio Fiol
101ead9279
Fix API reference link (#2586) 2023-01-11 10:09:55 +01:00
Antonio Fiol
7697877195
Add note explaining what to do in set_action (#2585)
Add note explaining what to do in set_action to update the state of the component.
2023-01-11 09:51:27 +01:00
Samuel Sieb
bc0c9aa286
Add framework workaround to the config example (#2580) 2023-01-11 15:45:47 +13:00
EtienneMD
52a5ebea51
Add X9C potentiometer docs (#2541) 2023-01-11 14:51:58 +13:00
Stas
6a378af92e
http_request: document new parameter duration_ms in on_response handler (#2578) 2023-01-10 17:40:48 +13:00
H. Árkosi Róbert
f08998729a
Documentation for matrix_keypad component (#2425)
Co-authored-by: Samuel Sieb <samuel@sieb.net>
Co-authored-by: Samuel Sieb <samuel-github@sieb.net>
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
2023-01-10 16:07:17 +13:00
lillborje71
36b3a33c05
fix rotary encode example (#2573) 2023-01-04 15:34:00 -08:00
optimusprimespace
ca531ba52e
Updated pmsx003.rst (#2567) 2022-12-23 13:45:46 +01:00
brogon
e189d6d85c
Pcf85063 rtc (#2347)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
2022-12-23 12:33:58 +13:00
Jeremy Pack
dc528e0b6b
Rework reference to MQTT as its not really the point (#2565) 2022-12-23 11:59:38 +13:00
Jesse Hills
28f359e8c5
Merge branch 'current' into next 2022-12-22 22:58:00 +00:00
Jesse Hills
150d149d60
Restructure time docs into its own folder and split (#2566) 2022-12-23 11:57:01 +13:00
Cossid
039228274a
Add documentation for SM2235 & SM2335 LED drivers (#2514) 2022-12-23 11:04:29 +13:00
Cossid
e73edf0fbb
Add documentation for new component BB1658CJ LED Driver (#2432) 2022-12-23 10:39:49 +13:00
Cossid
42baa49565
Add documentation for new component BP5758D LED driver. (#2433) 2022-12-23 10:24:52 +13:00
Jesse Hills
0751e604f7
Add disable_crc to modbus doc (#2563) 2022-12-22 20:14:15 +13:00
Dave T
16b7c27648
Add docs for ili9341 image adaptive pallet mode (#2089) 2022-12-22 19:54:07 +13:00
Steve Rodgers
f17fe13da6
Add PCA9554 docs (#2532) 2022-12-22 18:39:29 +13:00
Evgeni Golov
a3bc4197fa
document that cron behaves like days_of_week, not like crontab (#2555) 2022-12-18 12:51:45 -08:00
mailwash
7ccd3ddfe9
Update sn74hc165.rst (#2552)
Corrected:
        pin:
          sn74hc165: sn74hc165_hub
2022-12-18 13:54:49 +01:00
H. Árkosi Róbert
0cf1618a7c
Update servo.rst (#2546)
8551c30b39 (commitcomment-93267779)
2022-12-16 15:09:31 +01:00