Commit Graph

2137 Commits

Author SHA1 Message Date
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
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