Commit Graph

1746 Commits

Author SHA1 Message Date
Nick
5a1b07af19
Add information about 3.3v current ability and UART rx_buffer_size (#2281)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
2022-11-10 08:00:56 +13:00
Colin Leroy-Mira
b96679e6ca
Merge branch 'current' into current 2022-11-09 16:53:49 +01:00
H. Árkosi Róbert
f65720c831
Merge pull request #2406 from optimusprimespace/current
SDM230M important notice to user to pay attention when configuring the energy monitor
2022-11-09 16:53:36 +01:00
Colin Leroy-Mira
bc12457fb5 Explicit wiring a bit 2022-11-09 16:49:31 +01:00
Jesse Hills
ff64be2162
Merge branch 'current' into next 2022-11-09 17:26:51 +13:00
Ben Marengo
0a445dd7d4
Update esphome.rst 2022-11-08 16:59:32 +00:00
Ben Marengo
74e4fe4c17
Update esphome.rst 2022-11-08 16:35:33 +00:00
Ben Marengo
e47f4d7db8
Update esphome.rst 2022-11-08 16:27:27 +00:00
Jesse Hills
5a2f48f818
Add default ota port for rp2040 (#2415) 2022-11-08 11:11:12 +13:00
swifty99
68dafe02ca Remove misleading specification in example yaml
Integration time of 2.4ms gives most inaccurate results. Auto integration time does a good job and is default. Reference yaml which most users copy should reflect this.
2022-11-07 16:44:59 +01:00
optimusprimespace
70876a5e83
Merge branch 'esphome:current' into current 2022-11-07 15:33:32 +01:00
Stanislav Meduna
dc5f04661f
Implement a simple LCD menu (#2029)
Co-authored-by: H. Árkosi Róbert <robreg@zsurob.hu>
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
2022-11-07 19:01:00 +13:00
Søren Christian Aarup
79960466f3
Merge branch 'current' into patch-1 2022-11-06 15:17:46 +01:00
Christian Ferbar
354ec1f189
Fix Example configuration entry V1 (#2271) 2022-11-05 23:15:57 -07:00
H. Árkosi Róbert
12010b8ea7
Merge pull request #2264 from viisauksena/patch-1
clarify non normal cron - 6 fields with seconds
2022-11-05 09:14:54 +01:00
swifty99
592a0d47fd
update_interval missing in docs
In modbus update interval may and maybe should be configured. This was hidden in the example and should be in the config variables.
2022-11-04 18:18:42 +01:00
optimusprimespace
4202df26a7
Merge branch 'esphome:current' into current 2022-11-02 18:37:55 +01:00
Samuel Sieb
d4c6049c74
Change stepper example to use number instead of HA config (#2404) 2022-11-01 15:03:26 +13:00
Jesse Hills
28bb68b2f0
Merge branch 'current' into next 2022-11-01 12:38:36 +13:00
Ingurum
e0baa18eca
fix numbercall function names (#2255) 2022-10-30 21:50:56 -07:00
Dennis
87ccff4297
Added note about decimal accuracy of other sensors
Any sensors other than the DHT11 has at least one digit of accuracy. The default is 0, so this accuracy is lost and it's not obvious that the default masks the possibly higher resolution.
2022-10-30 18:39:07 +01:00
tubalainen
c762271f3e
id cannot be the same as the component name
The id cannot be the same as the component name, the example will not compile.
2022-10-30 17:45:17 +01:00
tubalainen
2f100e2598
Spelling miss on interRupt
interupt -> interrupt
2022-10-30 15:38:28 +01:00
whnr
c0579f928e
Update max31856.rst
Added note that only K type is supported at the moment.
2022-10-27 19:02:18 -04:00
Paul Nicholls
f99ee565a4 Revise SM300D2 documentation
Adds information about the LCD modules which are often sold with/for these sensors, and using them in conjunction with an ESP.  Also notes that INPUT_PULLDOWN mode may help with reliability, and aligns some of the config descriptions with other air quality sensors.
2022-10-27 20:27:10 +13:00
Jesse Hills
1160dc279f
Remove devices on home page and replace with platforms (#2393) 2022-10-27 15:43:17 +13:00
Jesse Hills
423e1e69d2
Add basic rp2040 docs page (#2392) 2022-10-27 12:38:26 +13:00
Jesse Hills
540a68d1f6
Add compile_process_limit docs (#2391) 2022-10-27 12:17:26 +13:00
Jesse Hills
1f2fad852c
Merge branch 'current' into next 2022-10-26 12:07:51 +13:00
H. Árkosi Róbert
5e214c836f
Remove human readable example from uptime (#2384) 2022-10-25 19:10:06 +13:00
Samuel Sieb
444ca70937
replace deprecated hexencode (#2240) 2022-10-24 16:06:07 -07:00
Samuel Sieb
1dad7e4a57
fix pulse_counter example indent (#2387)
fixes #2386
2022-10-24 11:08:37 -07:00
Christoph Wempe
f5e4c2a39a
Remove duplicated option in hmc5883l.rst
The **range** option was listed twice.
2022-10-23 12:52:51 +02:00
Ben Marengo
859c1accae
clarify that active is nested 2022-10-21 21:47:35 +01:00
briangunderson
ed88c1c6bc
Merge branch 'current' into patch-1 2022-10-21 12:21:25 -05:00
Brian Kaufman
7da3ff04cd
Fix color temp units for strobe effect
Re-sending PR
2022-10-21 09:27:17 -07:00
H. Árkosi Róbert
eacd292d90
Revert "Fix color temp units for strobe effect" 2022-10-21 06:49:16 +02:00
Brian Kaufman
8478bb15de
Fix color temp units for strobe effect
Percentage is not acceptable per config validation (cv.color_temperature).  Must be mireds or Kelvin.
2022-10-20 13:00:21 -07:00
hagak
b1b0aeb68f
Added Daikin BRC Component to the Climate IR doc (#2245)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
2022-10-19 20:29:31 +13:00
rlowens
7b0df82b16
Add copy-sensor anchor 2022-10-19 02:18:07 -05:00
rlowens
50eb076c70
Add example workaround for static uniqueid
Since the sensor's uniqueid is static you have to use the copy sensor instead. Here's an example of doing that.
2022-10-19 01:18:09 -05:00
Maximilian
bb0900058b
Add docs from adc128s102 sensor (#2308)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
2022-10-19 17:06:26 +13:00
Carlos Gustavo Sarmiento
c8a99994ec
Documentation for Atlas Scientific Peristaltic Pump (#2115) 2022-10-19 16:13:22 +13:00
Jadson Santos
e306940c09
Add ethernet_info docs (#2300) 2022-10-19 13:44:58 +13:00
Marcel Hoppe
6764a47089
Add support for wl-134 (#2137)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
2022-10-19 13:44:30 +13:00
Jesse Hills
0a11470ac9
Merge branch 'current' into beta 2022-10-19 10:30:16 +13:00
Jesse Hills
e5cbec1c9d
Merge branch 'current' into current 2022-10-19 08:11:19 +13:00
Jesse Hills
98394994f7
Update components/output/pca9685.rst 2022-10-19 08:10:38 +13:00
Jesse Hills
e04f22b271
Update components/output/pca9685.rst 2022-10-19 08:10:12 +13:00
thatso
69b1bf4436
Update LYWSDCGQ description in xiaomi_ble.rst (#2305) 2022-10-19 08:07:43 +13:00
azrdev
3c4acf2e6a
Clarify docs for logger, globals (#2323) 2022-10-19 08:05:18 +13:00
Daniel Correa Lobato
0354a78e1c
Update cse7766.rst (#2327) 2022-10-19 08:03:26 +13:00
Dominik Bruhn
3b5704deb7
Fixed UFire EC Documentation (#2357) 2022-10-19 08:01:57 +13:00
Kuba Szczodrzyński
4237b1dd31
Add docs for keep_user_credentials (#2301) 2022-10-14 08:58:46 +13:00
Frank Riley
44689b9d69
Add min/max_interval and measured_power to esp32_ble_beacon (#2337) 2022-10-13 12:59:10 +13:00
Jesse Hills
e3c261bdac
Merge branch 'current' into next 2022-10-13 09:49:31 +13:00
Jesse Hills
f8c31b2a86
Merge branch 'next' into bump-2022.10.0b1 2022-10-13 09:18:46 +13:00
definitio
efb6f17ca8
Do not requre CS pin for st7789v (#2354) 2022-10-13 08:26:31 +13:00
Chris Feenstra
89fad3a06c
Add support for ZHLT01 heatpump IR protocol (#2199)
Co-authored-by: Chris Feenstra <chris@cfeenstra.nl>
2022-10-12 15:30:00 +13:00
RoboMagus
af9abec4f4
Update docs for ble_client RSSI sensor (#2339) 2022-10-12 15:24:00 +13:00
H. Árkosi Róbert
36651f3a28
Update index.rst 2022-10-11 17:12:24 +02:00
H. Árkosi Róbert
093657e25a
Changed relay_1 to light_1
To avoid confusion that a relay can be set at 50%.
2022-10-11 17:07:17 +02:00
NP v/d Spek
90645afd57
Update xpt2046 documentation (#2259)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
2022-10-11 10:10:27 +13:00
polgarc
e09caf5c8c
Fix broken links 2022-10-09 23:38:44 +02:00
Jesse Hills
6ed0330463
Active connection config for bluetooth_proxy (#2345) 2022-10-06 09:22:03 +13:00
Jesse Hills
0f62a4bb63
Merge branch 'current' into next 2022-10-06 09:21:34 +13:00
Jesse Hills
ba2210f994
Active connection config for bluetooth_proxy (#2345) 2022-10-06 09:17:47 +13:00
Francisco J. Solis
e7d8e75dd8 docs: update the quantile link
The quantile link has been updated to a more descriptive one, which gives a better idea of the quantile function.

Refs: https://github.com/esphome/issues/issues/3622
2022-10-04 23:27:02 -05:00
Jesse Hills
11558249ee
Add min_version docs (#2342) 2022-10-05 16:31:24 +13:00
Patrick ZAJDA
86829a7eeb
Add id and teleinfo_id to teleinfo configuration variables (#2340) 2022-10-05 14:31:51 +13:00
ShellAddicted
946211c10a
mqtt: MbedTLS doesn't like wildcard certificates (#2336) 2022-10-05 14:31:15 +13:00
Michael Haas
d08cbe4523
Fix typo 2022-10-01 08:14:32 +02:00
briangunderson
10b2abc450
update bedjet.rst
The Bedjet app (iOS) no longer exposes MAC addresses of connected devices.
2022-09-29 09:09:44 -05:00
Jesse Hills
1dce603dbb
Merge branch 'current' into next 2022-09-29 16:00:37 +13:00
David Girón
728bb6ccf0
Update YAML indent of mpl3115a2 2022-09-28 21:36:30 +02:00
H. Árkosi Róbert
ceadda59ea
Update time_based.rst 2022-09-27 17:04:13 +02:00
bakeromso
438199f7f5
fixed typo's and added coma 2022-09-26 14:40:47 +02:00
Michael Davidson
6873e425d4
Remove deprecated settings and document new default_preset (#2292)
* Remove deprecated settings and document new default_preset

* Lint fixes

* More lint fixes

* Index note

* Fix incorrect plural
2022-09-25 21:59:08 -05:00
H. Árkosi Róbert
e21626f056
Merge pull request #2279 from esphome/nagyrobi-patch-1
Add BTHome to See Also list
2022-09-25 17:08:25 +02:00
Alex Iribarren
28740383e5
Mention that update_interval can be never 2022-09-25 16:20:56 +02:00
Michael Davidson
fa7780b365
Switch from marking default_target_temperature_* and default_mode as deprecated and instead just give advice they're going away (#2324) 2022-09-24 01:41:37 -05:00
Lode Vermeiren
6ba4974c8f
Update bluetooth_proxy.rst
Fix typo
2022-09-23 16:22:22 +02:00
Midbin
93bb11d0f5
Fix Typo in Code Example
Changed filter to filters in the binary_sensor, so the Example would work if copied.
2022-09-22 16:22:59 +02:00
Stanislav Habich
79c95a7a17
Update tm1621.rst 2022-09-22 14:53:22 +02:00
Bascht74
fed5b15f98
fix cover documentation error (#2193) 2022-09-21 21:26:36 -07:00
imgbot[bot]
aa88cd000d
[ImgBot] Optimize images (#2313)
Co-authored-by: ImgBotApp <ImgBotHelp@gmail.com>
2022-09-21 10:24:40 +02:00
Pascal Vizeli
9fb1ebf171
ufire doc fixes (#2297)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
2022-09-21 19:44:26 +12:00
Jesse Hills
a1d6fe2d0d
Merge branch 'current' into beta 2022-09-20 17:14:41 +12:00
blakadder
928513cb97
align template sensor unit display
Just cosmetics to align the template sensor unit display with the impedance sensor unit which is Ω
2022-09-18 14:16:58 +02:00
chris dunder
4606c722eb
Document steps for adding a password to OTA (#2304) 2022-09-17 16:19:30 -07:00
Søren Christian Aarup
f80ba00abd
Merge branch 'current' into patch-1 2022-09-15 07:57:06 +02:00
Jesse Hills
ea73b3086e
Add note for bluetooth proxy (#2298) 2022-09-15 14:21:00 +12:00
Matus Ivanecky
5e6dabdaa1
Added docs for new SIM800L features (#2284)
Co-authored-by: Guillermo Ruffino <glm.net@gmail.com>
2022-09-15 13:02:42 +12:00
Søren Christian Aarup
3ed2c4b32f
Merge branch 'current' into patch-1 2022-09-14 09:33:58 +02:00
Søren Christian Aarup
e483de08ca
Marked "name" as optional 2022-09-14 09:27:23 +02:00
Jesse Hills
0d8024c385
Merge branch 'current' into next 2022-09-14 17:00:04 +12:00
Pascal Vizeli
6985e68895
U-fire/ph (#2285)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
2022-09-14 16:51:28 +12:00
Jesse Hills
df58acb27f
Docs for BLE stop scan action (#2295) 2022-09-14 14:57:48 +12:00
Jonathan V
2496f269a9
esp32_ble_tracker updates for new functionality (#2192)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
2022-09-14 11:10:15 +12:00
functionpointer
ac7e8766db feedback cover: fix typo 2022-09-13 14:47:24 +02:00
Søren Christian Aarup
9aab27bf47
"name" not required
Does not seem like "name" is required and it is not mentioned in example 2.
2022-09-13 11:12:37 +02:00
xander2
da17b7c74a
remove temperature unit from example (#2290)
remove temperature unit from example, as configuration will not work with units present
2022-09-12 22:49:36 -07:00
Jordan W. Cobb
ca8a5ee051
Added documentation for TM1638 Led and Key module (#1991) 2022-09-12 00:32:54 -07:00
anatoly-savchenkov
6d9648aa2d
Add Factory Reset button and switch (#2280) 2022-09-12 10:23:55 +12:00
David Buezas
e2a524bd5a
Added documentation for bl0942 (#2286) 2022-09-12 09:36:13 +12:00
H. Árkosi Róbert
716329c00f
Add BTHome to See Also list 2022-09-09 10:09:31 +02:00
Keilin Bickar
c735cc2253
Add MPL3115A2 component (#2009)
* Add MPL3115A2

* Resized image

* Extended underline
2022-09-09 00:18:10 -05:00
Pascal Vizeli
8044302769
Add documentation for ufire_ec (#2273)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
2022-09-08 22:30:16 +12:00
Philippe FOUQUET
8e3689fb45
Add doc for tm1621 LCD display (#2242) 2022-09-08 11:40:32 +12:00
Jesse Hills
059092ed86
Add note to bluetooth proxy for min HA version (#2277) 2022-09-08 09:01:57 +12:00
H. Árkosi Róbert
ac72ac5d27
Merge pull request #2274 from esphome/nagyrobi-patch-1
Update xiaomi_ble.rst
2022-09-07 20:54:29 +02:00
H. Árkosi Róbert
f7bdf7b51b
Update xiaomi_ble.rst 2022-09-07 09:33:51 +02:00
H. Árkosi Róbert
72bae784ed
Update esp32_ble_tracker.rst 2022-09-07 09:29:58 +02:00
H. Árkosi Róbert
22c015d880
Update esp32_ble_tracker.rst
Add more `See Also` links and correct note for active
2022-09-07 09:25:16 +02:00
H. Árkosi Róbert
c5d355b551
Update xiaomi_ble.rst 2022-09-06 15:46:06 +02:00
Jesse Hills
ae8260cc15
Add docs for bluetooth proxy (#2247)
Co-authored-by: Paulus Schoutsen <balloob@gmail.com>
2022-09-06 13:12:03 +12:00
viisauksena
147566bbc6
clarify non normal cron - 6 fields with seconds
normal cron does not know about seconds and has typicaly only 5 fields, this is seconds aware and has 6 fields. This may be confusing without further noticing it.
2022-09-05 05:24:10 +02:00
RoboMagus
194c8e429f
Esp32 pulsecounter optional pcnt (#2212)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
2022-09-02 13:41:09 +12:00
Fabian Berthold
b7e3a5d60c
Add documentation for binary sensor map sum type(#2123)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
2022-08-31 16:52:35 +12:00
yuhei mukoyama
012d9d4602
Add AEHA IR Protocol (#2246) 2022-08-31 16:43:35 +12:00
Wouter van der Wal
beb7a459ab
Feature/ibeacon rssi sensor (#2248) 2022-08-31 16:42:51 +12:00
Jesse Hills
f6abea22f1
Merge branch 'current' into next 2022-08-31 16:01:32 +12:00
Guillermo Ruffino
7bc94261cb
schema-202208 (#2243) 2022-08-31 13:55:05 +12:00
Joe
300a511bde
Document BedJet Fan component (#2239) 2022-08-31 13:53:23 +12:00
Keith Burzinski
3907214daf
Add docs for IP101 support (#2250) 2022-08-31 13:45:35 +12:00
Jan Grewe
c588816013
Add Prometheus metrics relabeling (#2238)
Co-authored-by: Jan Grewe <jan.grewe@flixbus.com>
2022-08-30 10:55:58 +12:00
MrEditor97
2e34f4772b
Support for MCP9600 sensor (#2217)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
2022-08-25 15:49:35 +12:00
Jesse Hills
a98b66b199
Add docs for bluetooth proxy (#2247)
Co-authored-by: Paulus Schoutsen <balloob@gmail.com>
2022-08-25 09:02:17 +12:00
optimusprimespace
4d65509f8e
typo 2022-08-21 15:02:47 +02:00
optimusprimespace
14e5c78c71
updated example code to baud rate 2022-08-21 15:02:18 +02:00
optimusprimespace
412c8590b2
Updated the website link 2022-08-21 15:00:31 +02:00
optimusprimespace
9d2f261faa
Merge branch 'esphome:current' into current 2022-08-21 14:52:34 +02:00
tiagofreire-pt
67c62c1f3f
Instructions for mjpeg web service into Zoneminder NVRs (#2047) 2022-08-19 15:36:37 +12:00
Jesse Hills
5a5014e0e9
Merge branch 'current' into next 2022-08-19 11:35:16 +12:00
TheJulianJES
7ab4e678cf
Fix minor typo in feedback cover docs (#2233) 2022-08-19 10:51:59 +12:00
imgbot[bot]
a0eaf4ba48
[ImgBot] Optimize images (#2231)
Co-authored-by: ImgBotApp <ImgBotHelp@gmail.com>
2022-08-19 10:51:06 +12:00
Mike Ryan
76e619f1cd
Add docs for bitmap fonts (#2139) 2022-08-19 10:49:57 +12:00
Keith Burzinski
3d26641178
Add dps310 sensor doc (#2218) 2022-08-19 07:49:58 +12:00
Keith Burzinski
ea93c886c1
Fix sprinkler number example (#2232) 2022-08-17 12:45:12 -04:00
Stijn Tintel
56a451f67a
wifi: document enable_btm and enable_rrm (#2163) 2022-08-17 21:10:45 +12:00
functionpointer
76fe7c7f18
hydreon: Document temperature, lens_bad and em_sat (#2188) 2022-08-17 16:07:36 +12:00
Jesse Hills
133f1b4d33
Merge branch 'current' into beta 2022-08-17 12:58:25 +12:00
optimusprimespace
0b7a66694e
Update sdm_meter.rst 2022-08-16 18:31:31 +02:00
optimusprimespace
48cef6d02f
Update sdm_meter.rst 2022-08-16 18:30:52 +02:00
optimusprimespace
be1ffa5e6f
Update sdm_meter.rst 2022-08-16 18:28:53 +02:00
optimusprimespace
538db9b428
Update sdm_meter.rst 2022-08-16 18:16:59 +02:00
@RubenKelevra
3fb810b46e
tcs34725: Add overexposure quirk note (#2127)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
2022-08-16 16:08:16 +12:00
Jon Little
4c907ac593
Adding notes about mulit-phase applications. (#2151) 2022-08-16 16:08:09 +12:00
Samuel Sieb
362aff8f97
Fix pca9685 example (#2223) 2022-08-16 16:03:13 +12:00
salleq
88f8b81e9f
Update remote_transmitter.rst (#2228) 2022-08-16 16:02:25 +12:00
rbaron
29aa91452b
Docs for templated ble_client.write_action (#2225) 2022-08-16 14:47:50 +12:00
rbaron
cf4d484e77
Docs for templated ble_client.write_action (#2225) 2022-08-16 14:41:11 +12:00
puuu
cbacebc478
Add documentation of pvvx_mithermometer display platform (#1986) 2022-08-15 10:56:29 +12:00
Samuel Sieb
e1bb6239df
document new apds9960 parameters (#2222)
Co-authored-by: Samuel Sieb <samuel@sieb.net>
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
2022-08-15 10:17:01 +12:00
Jesse Hills
ddcdab96f2
Merge branch 'current' into beta 2022-08-15 08:23:25 +12:00
Zoltan Kozma
ccebcb8968 dots 2022-08-10 18:51:56 +01:00
Zoltan Kozma
94483b0fe9 indent 2022-08-10 17:06:22 +01:00
Zoltan Kozma
f7897db660 Added how to use the built-in battery voltage divider network in the Firebeetle ESP32-E 2022-08-10 16:44:12 +01:00
RoboMagus
72b7346128
Add priority to on_shutdown trigger. (#2189) 2022-08-10 13:10:53 +12:00
Adrián Panella
475933a41f
add feedback cover component (#1942) 2022-08-09 17:21:30 +12:00
anatoly-savchenkov
abd30d2bcb
[Nextion] Add on_page trigger (#2209) 2022-08-09 12:44:57 +12:00
Keith Burzinski
91f7eda827
Sprinkler Controller documentation (#1471) 2022-08-09 12:19:45 +12:00
Ian Blais
0257a0cb57
Adding Whynter AC support (#2186) 2022-08-09 10:49:16 +12:00
davestubbs
68a4f07a06
Added documentation on selecting a specific frame in an animated gif (#2214)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
2022-08-09 10:28:20 +12:00
Joe
746266b5f3
Document BedJet hub component (#2109) 2022-08-09 10:14:41 +12:00
rbaron
826b06dce0
Adds docs for the new ble_client.ble_write Action (#2024)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
2022-08-08 13:00:00 +12:00
Jesse Hills
d48af09642
Merge branch 'current' into next 2022-08-08 08:23:47 +12:00
Keith Burzinski
d6c70802ab
ST7789V doc update (#2195) 2022-08-08 07:54:53 +12:00
Derek M
e0b50d1a82
Updating xiaomi_ble.rst to add signal_strength to pvvx_mithermometer (#2211)
Co-authored-by: doolbneerg <doolbneerg@outlook.com>
2022-08-08 07:30:33 +12:00
Carlos Garcia Saura
b8614d2626
Update index.rst 2022-08-06 16:28:15 +02:00
Viktor Nagy
743ada79e8
Fixed erroneous Nextion Sensor attributes (#2113)
* Fixed erroneous Nextion Sensor attributes
2022-08-02 23:04:08 -07:00
Samuel Sieb
45deeca413
docs for PR 3676 (add address option) (#2207) 2022-08-03 07:47:41 +12:00
Olli Salonen
8c0ae3c350
doc: Selects also implement writes
Minor addition on documentation
2022-07-31 18:27:29 +03:00
piechade
c4c056d60b
Add SMT100 Soil Moisture Sensor documentation (#2197)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
Co-authored-by: Dennis Piecha <d.piecha@ymail.com>
2022-07-28 11:22:56 +12:00
Samuel Sieb
ce3a172f2b
doc update for PR#3636 (#2183)
Co-authored-by: Samuel Sieb <samuel@sieb.net>
2022-07-25 15:55:26 +12:00
snetsplit
49f95fd7be
Update web_server.rst (#2194)
Include information about the local attribute. It's very useful in certain situations.
2022-07-25 15:01:10 +12:00
RoboMagus
a84484e0fd
Add set_total_pulses to pulse_counter docs (#2187) 2022-07-25 14:20:18 +12:00
cserem
8d50db9f4f
Update modbus_controller.rst
In the example `i` gets incremented before the loop is over, but it is referenced again.
This can cause unexpected resutls if just blindly copy this example. (ask me, how i know :)
2022-07-24 16:52:05 +02:00
Gabriel Sieben
39cd2b5fa7
Update index.rst (#2167) 2022-07-07 11:30:23 +12:00
Ways
2cf3fa9514
Update i2c.rst (#2175) 2022-07-07 11:28:34 +12:00
ADeadPixel
698e521431
Documentation Update: Added in Inkplate 6 PLUS backlight controls example (#2159) 2022-07-07 07:53:23 +12:00
H. Árkosi Róbert
24cb120c62
Update xiaomi_ble.rst (#2174) 2022-07-05 13:23:44 +02:00
H. Árkosi Róbert
4947ef7227
Merge pull request #2154 from sergge1/current
reference to alternative hardware added
2022-07-05 12:53:04 +02:00
H. Árkosi Róbert
823918bc0c
Update ethernet.rst 2022-07-05 12:36:23 +02:00
H. Árkosi Róbert
675c740599
Update ethernet.rst
- add new board config from https://github.com/esphome/esphome-docs/pull/2050
2022-07-05 12:35:52 +02:00
H. Árkosi Róbert
3d5b71a457
Update ethernet.rst 2022-07-05 11:12:30 +02:00
H. Árkosi Róbert
b3e43deb01
Update ethernet.rst
- formatted notes to look consistent
- moved problematic boards to the bottom
2022-07-05 11:02:31 +02:00
H. Árkosi Róbert
771f6dfcda
Update xiaomi_ble.rst
As per corrections in https://github.com/esphome/esphome-docs/pull/2171#issuecomment-1174753882
2022-07-05 10:31:34 +02:00
H. Árkosi Róbert
e585f047cf
Update xiaomi_ble.rst
- added tips for improving reception performance
- some clarifications about TeLink flasher
- moved PVVX above ATC as PVVX is maintained, ATC seems to be abandoned, as per the message of the author in the repo, redirecting users to PVVX.
2022-07-05 10:06:52 +02:00
H. Árkosi Róbert
863de47da4
Update i2s_audio.rst 2022-07-05 09:33:03 +02:00
H. Árkosi Róbert
7283c8c038
Merge pull request #2096 from nickrout/patch-1
Update ethernet.rst
2022-07-04 14:35:29 +02:00
Gabriel Sieben
72bdc625ce
Update pca9685.rst 2022-07-03 19:33:06 +02:00
Gabriel Sieben
a28947177d
Missing entry 2022-07-02 23:46:15 +02:00
H. Árkosi Róbert
2b12dd408c
Merge pull request #2044 from sumirati/feature_1534
Update dht.rst with DHT21/AMS2301
2022-07-01 10:46:27 +02:00
H. Árkosi Róbert
2d6552d545
Merge pull request #2083 from sumirati/feature_1398
Feature 1398
2022-07-01 10:45:18 +02:00
Sybren A. Stüvel
262c698853
Clarify accuracy_decimals in sensor config
The documentation for `accuracy_decimals` was a bit vague and inaccurate (oh the irony). I think this is better.

As discussed in the Discord channel with @ssieb.
2022-06-30 23:57:19 +02:00
Jesse Hills
2547441e40
Remove min_save_interval config option (#2162) 2022-06-30 16:48:01 +12:00
H. Árkosi Róbert
482a1ba4ad
Update i2s_audio.rst 2022-06-29 22:29:03 +02:00
H. Árkosi Róbert
9bb84f55a5
Merge pull request #2140 from joegross/patch-1
fix yaml indentation
2022-06-28 17:46:53 +02:00
H. Árkosi Róbert
4d4e64be53
Merge pull request #2116 from rfvermut/patch-1
typo: switch, not sensor
2022-06-28 17:46:23 +02:00