Commit Graph

966 Commits

Author SHA1 Message Date
imgbot[bot]
e28345cd8f
[ImgBot] Optimize images (#3969)
Co-authored-by: ImgBotApp <ImgBotHelp@gmail.com>
2024-06-20 17:22:16 +12:00
Jesse Hills
3c97a0e622
Merge branch 'current' into beta 2024-06-19 15:37:32 +12:00
tronikos
b6f848a375
Add state class and fix typo in bme680 example (#3793) 2024-06-18 16:43:14 +12:00
Samuel Sieb
101005f1f1
docs for one-wire platform change (#3911)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
Co-authored-by: Samuel Sieb <samuel@sieb.net>
2024-06-12 13:05:50 +12:00
Jesse Hills
b9b2e08993
Merge branch 'current' into next 2024-06-10 02:04:27 +00:00
mrtoy-me
52179cea24
SHT3xd component - Provide example i2c configuration for >50-100Khz i2c frequencies on IDF (#3921)
* Update for higher i2c frequencies on IDF

* Update sht3xd.rst
2024-06-07 17:03:37 +02:00
Jesse Hills
bb6a134f66
Merge branch 'current' into next 2024-06-05 15:51:19 +12:00
ave
39abfa64e3
Improve SGP30 humidity compensation documentation (#3556)
* Improve SGP30 compensation documentation

* Use must instead of should, fix celsius spelling
2024-06-04 15:25:34 +02:00
Ludovic BOUÉ
ef967e9ff7
Update ens160.rst to add missing ens160_air_quality_index (#3720)
Co-authored-by: H. Árkosi Róbert <robreg@zsurob.hu>
2024-06-04 15:04:55 +02:00
Anton Viktorov
7f398b6cb9
Series of Lite-On Light (ALS) and Proximity(PS) sensors - LTR-303, LTR-329, LTR-553, LTR-556, LTR-659, some others (#3528)
* LTR303 and LTR329 light sensors

* LTR303 tidy up

* LTR303 tidy up

* LTR303 auto mode

* LTR303 auto mode+

* LTR303 auto mode+

* removed param

* LTR als ps

* ref

* typo

* simplified syntax

* minor sections update

* Apply suggestions from code review

* Apply suggestions from code review

---------

Co-authored-by: Keith Burzinski <kbx81x@gmail.com>
2024-05-30 03:47:02 -05:00
RFDarter
99e76d6689
Webserver entity sorting (#3741)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
2024-05-30 13:54:22 +12:00
Jesse Hills
60dfe2d5d6
Merge branch 'current' into next 2024-05-28 08:29:08 +12:00
Honza Pobořil
89d087197f
Fixed attenuation values (#3868)
According to the docs 12db is not allowed.
https://docs.espressif.com/projects/esp-idf/en/v4.4.7/esp32/api-reference/peripherals/adc.html#_CPPv425adc1_config_channel_atten14adc1_channel_t11adc_atten_t
2024-05-25 15:46:32 +02:00
Jesse Hills
7ebb8a4a87
Merge branch 'current' into next 2024-05-25 08:14:27 +12:00
Chris Feenstra
99219c4fcd
Fixed broken text (#3705) 2024-05-22 06:11:57 +02:00
bzzzbzzzzz
7fe65f6415
Add note that the PWM and RS485 versions of the A02YYUW are not supported (#3828)
* Update a02yyuw.rst to emphasize that the PWM and RS485 versions of the sensor are not supported.

* Update a02yyuw.rst

---------

Co-authored-by: H. Árkosi Róbert <robreg@zsurob.hu>
2024-05-21 18:22:11 +02:00
Anton Viktorov
92b3a2d570
INA228/INA229, INA238/INA239, INA237 power/energy/charge monitor (I2C, SPI) - Documentation (#3571)
Co-authored-by: Keith Burzinski <kbx81x@gmail.com>
2024-05-16 16:50:34 +12:00
Anton Viktorov
fafa4823ef
ENS160 I2C and SPI support (#3683) 2024-05-16 15:22:44 +12:00
Mat931
0703bace35
Add ADC multisampling (#3664)
Co-authored-by: H. Árkosi Róbert <robreg@zsurob.hu>
2024-05-16 14:11:24 +12:00
Jesse Hills
524b74e8f8
[adc] Change 11dB references to 12dB (#3837) 2024-05-15 13:14:18 +12:00
Jesse Hills
bf4433ecac
Merge branch 'current' into beta 2024-05-15 13:14:09 +12:00
Jesse Hills
8faef74065
Merge branch 'current' into next 2024-05-15 13:14:08 +12:00
Jesse Hills
1c44e2e8e7
[adc] Change 11dB references to 12dB (#3837) 2024-05-15 13:01:43 +12:00
Clyde Stubbs
d06ece2d70
Use GPIOXX in sample configs (#3702) 2024-05-15 12:56:30 +12:00
Szewcson
bccac73a77
GDK101 support (#2853)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
2024-05-13 13:36:13 +12:00
chbmuc
338a378699
Add IRK support to RSSI tracking with randomized MAC addresses (#3707) 2024-05-09 15:02:48 +12:00
Jesse Hills
0cfbc64f6a
Merge branch 'current' into next 2024-05-08 13:19:52 +12:00
imgbot[bot]
7f7878559b
[ImgBot] Optimize images (#3766)
Co-authored-by: ImgBotApp <ImgBotHelp@gmail.com>
2024-05-07 14:40:06 +02:00
Jesse Hills
696a828156
Merge branch 'current' into next 2024-05-07 05:45:51 +00:00
Jesse Hills
88e315e0e4
Many example yaml tidy-ups (#3821)
* Many example yaml tidy-ups

* Update components/sensor/hlw8012.rst

---------

Co-authored-by: Keith Burzinski <kbx81x@gmail.com>
2024-05-07 00:40:12 -05:00
Keith Burzinski
ca96dd49e1
Change "integration" -> "component", minor copy fixes (#3790) 2024-05-07 17:16:56 +12:00
IreuN
567fa6a76a
Update bme680_bsec licence url (#3818) 2024-05-06 20:04:42 -05:00
Anton Viktorov
4217ab9c30
bmp3xx SPI support added (#3801)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
2024-05-02 13:49:06 +12:00
Jesse Hills
ab42cc0fef
Merge branch 'current' into next 2024-04-24 00:52:23 +00:00
Jesse Hills
b8523b89fb
Remove "Required Home Assistant XXXX.X" messages for older versions (#3788) 2024-04-23 16:46:47 +12:00
Jesse Hills
57e080464a
Merge branch 'current' into beta 2024-04-15 13:25:48 +12:00
Jesse Hills
33c433dc84
Merge branch 'current' into next 2024-04-15 13:25:22 +12:00
Dawid Wróbel
e90f8c7b19
Update xiaomi_ble: Bluetooth Proxy supports stock firmware, too (#3747) 2024-04-15 09:04:42 +12:00
voed
d0ad059ff2
Remove unnecessary lambda from example (#3600) 2024-04-15 09:00:46 +12:00
MRemy2
cc0dc1dccb
Update htu21d.rst (#3742) 2024-04-12 11:29:02 +12:00
Jesse Hills
d6c38a14cd
Merge branch 'current' into next 2024-04-10 11:40:29 +12:00
imgbot[bot]
df6d0246db
[ImgBot] Optimize images (#3698)
Co-authored-by: ImgBotApp <ImgBotHelp@gmail.com>
2024-04-09 13:23:45 +12:00
fariouche
d72ce9e136
added documentation for the pink version of miflora sensor (#3465)
Co-authored-by: H. Árkosi Róbert <robreg@zsurob.hu>
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
2024-04-09 10:18:59 +12:00
Mat931
26be239efc
Internal temperature: Support Beken platform (#3746) 2024-04-09 07:21:55 +12:00
tronikos
53230c9fb6
Add temperature for QMC5883L (#3730) 2024-04-03 15:57:12 +13:00
yousaf465
14321df03d
Update bl0942.rst (#3728) 2024-04-02 19:13:05 +13:00
mrtoy-me
eb562e89b0
Update for SHT85 support (#3703) 2024-03-28 15:19:30 +13:00
Jesse Hills
e349f6af81
Merge branch 'current' into next 2024-03-28 13:34:50 +13:00
Mafus1
d80425d7eb
Documentation for JSN-SR04T Ultrasonic Sensor (#3501) 2024-03-27 14:14:26 +13:00
SodaWithoutSparkles
008766717a
fix(ina219): typo (#3697)
esphome/issues#5613
2024-03-20 15:53:54 +01:00
Jesse Hills
732e3e5528
Merge branch 'current' into next 2024-03-18 14:21:25 +13:00
Jesse Hills
18cf4c08d7
Merge branch 'current' into beta 2024-03-15 14:23:02 +13:00
Michał Sochoń
69dd4c41ee
Fix indentation for SGP4x (#3670)
Co-authored-by: guillempages <guillempages@users.noreply.github.com>
2024-03-13 20:44:38 +01:00
kev300
d47883aa54
add possibility to provide different conversion times for Bus Voltage… (#3661)
Co-authored-by: Kevin Hübner <k.huebner@ceyoniq.com>
2024-03-13 16:25:41 +13:00
Chris Feenstra
c02f4106d8
Kamstrup KMP (#3513)
Co-authored-by: Chris Feenstra <chris@cfeenstra.nl>
Co-authored-by: H. Árkosi Róbert <robreg@zsurob.hu>
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
2024-03-13 16:01:26 +13:00
Mark Spicer
5acfce67c1
feat: Add HTU31D Documentation (#3397)
* feat: Add HTU31D Documentation

This commit adds documentation for the HTU31D component.

* Fix image size

---------

Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
2024-03-13 14:05:02 +13:00
Sorin Iordachescu
e31870f247
ADE7953: Add the ability to use accumulating energy registers, more precise power reporting (#3656) 2024-03-13 12:17:10 +13:00
Anton Viktorov
039846406b
VEML7700 and VEML6030 light sensors (#3525)
* VEML7700 and VEML6030 light sensors

* VEML7700 math indent

* VEML7700 tidy

* VEML7700 tidy

* VEML7700 update

* VEML7700 pic fix

* VEML7700 typo

* VEML7700 doc fix

* Apply suggestions from code review

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

* VEML7700 minor fixes after the review

* simplified sensor config

* Update components/sensor/veml7700.rst

---------

Co-authored-by: Keith Burzinski <kbx81x@gmail.com>
2024-03-11 21:51:05 -05:00
mrtoy-me
9f30cf7b60
hydreon_rgxx - add resolution option (#3529) 2024-03-12 15:32:01 +13:00
Mike La Spina
dd22ca90cc
ATM90E32 advanced features (#3573)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
2024-03-12 07:23:17 +13:00
Fabio Pugliese Ornellas
7010eabcea
Add MHZ-19 warmup time (#3604) 2024-03-12 07:17:50 +13:00
swoboda1337
1de513d903
Add AM2315C docs (#3625)
Co-authored-by: Jonathan Swoboda <jonathan.swoboda>
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
2024-03-11 19:33:46 +13:00
Solomon
2af197fe09
Add documentation for ADS1118 (#3606)
Co-authored-by: Solomon <solomon.gorkhover@finnpartners.com>
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
2024-03-11 11:09:09 +13:00
Dmitry
ab4e7bd835
Add AGS10 Sensor (#3527)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
2024-03-11 10:19:14 +13:00
Pavlo Dudnytskyi
f3c10ed34b
Help for additional haier climete sensors added (#3628)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
Co-authored-by: Pavlo Dudnytskyi <pdudnytskyi@astrata.eu>
2024-03-05 10:54:04 +13:00
Dan Jackson
480478582a
Support for MS8607 PHT (Pressure Humidity Temperature) sensor (#1974)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
2024-03-05 10:50:11 +13:00
DAVe3283
5fd4b4d74d
CSE7766 Apparent Power & Power Factor calculations (#3643) 2024-02-29 10:12:06 +13:00
Jesse Hills
a1ac3dc1b5
Merge branch 'current' into next 2024-02-26 07:46:51 +13:00
betz0r
2037a12f8d
Fix typo liquit to liquid (#3638) 2024-02-26 07:40:12 +13:00
MrEditor97
68adb55c79
Update I2C minimum bus speed (#3493)
Co-authored-by: H. Árkosi Róbert <robreg@zsurob.hu>
2024-02-23 07:05:04 +01:00
Stephen Tierney
46790fd346
LTR390 - Multiple fixes (sensor name, descriptions and notes) (#3585)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
2024-02-21 17:10:07 +13:00
Kevin P. Fleming
6bae4e4037
New component: ADE7880 voltage/current/power/energy sensor (#3123) 2024-02-20 12:24:49 +13:00
Anton Viktorov
7d8c3c757a
INA226 - new options added for ADC configuration; Fixed improper work with signed values (#3608) 2024-02-19 14:25:02 +13:00
bisbastuner
491c33fc15
Add documentation about the new supply_voltage option (#3607) 2024-02-19 07:44:29 +13:00
Jesse Hills
9f189c737a
Merge branch 'current' into next 2024-02-13 09:44:35 +13:00
dougiteixeira
c6372c19a7
Updates links to device class list (#3594)
* Updates link to documentation for device classes for sensors

* Updates link to documentation for device classes and state classes for binary sensors

* Updates link to documentation for device classes and state classes for buttons

* Updates link to documentation for device classes and state classes for covers

* Updates link to documentation for device classes and state classes for numbers

* Updates link to documentation for device classes and state classes for swtichs
2024-02-06 06:52:40 +01:00
H. Árkosi Róbert
9e4ff6e250
Brush up modbus docs (#3478) 2024-01-30 18:01:35 -06:00
icefest
67065801c4
better description and note for pulse_meter graph (#3582) 2024-01-30 01:03:08 -08:00
Dion
8bb4d7df8e
Update MCP3008 Formatting & Readability (#3564)
Increase readability and fix some minor punctuation / formatting issues.
2024-01-22 21:25:36 +01:00
Bascht74
c7f204fc8b
remove serial command text (#3561)
## Description:
The serial command text at the end is not needed anymore becaus of: https://github.com/esphome/esphome/pull/2214

Was probably forgotten to remove

**Related issue (if applicable):**
./.

**Pull request in [esphome]:**
./.

## Checklist:

  - [ ] I am merging into `next` because this is new documentation that has a matching pull-request in [esphome](https://github.com/esphome/esphome) as linked above.  
    or
  - [X] I am merging into `current` because this is a fix, change and/or adjustment in the current documentation and is not for a new component or feature.

  - [ ] Link added in `/index.rst` when creating new documents for new components or cookbook.
2024-01-20 19:30:17 +01:00
Jesse Hills
d1d889d3f8
Add AM2120 model to dht (#3559) 2024-01-19 11:50:04 +09:00
kahrendt
340bd0d1c5
Add documentation for combination sensor (#3216) 2024-01-18 18:09:52 +09:00
Benoît Leforestier
a7ac33d1bb
Add doc for Honeywell HumidIcon (I2C HIH series) Temperature & Humidity sensor (#3357)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
2024-01-18 09:57:00 +09:00
Keith Burzinski
92c48dd837
Add docs for VEML3235 lux sensor (#3471)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
2024-01-17 15:50:56 +09:00
Samuel Sieb
62292906f0
document cse7766 changes (#3539) 2024-01-15 09:05:50 +09:00
Jesse Hills
cc2f6abe0c
Merge branch 'current' into next 2024-01-15 08:23:35 +09:00
Andrey Bodrov
3f20eb3a22
Add BME280 SPI Component (#3273)
* Update bme280.rst

add BME280 SPI doc

* Update bme280.rst
2024-01-09 22:31:47 -06:00
attilioscot
3162638b25
Update pulse_meter.rst (#3518)
fix action in example
2024-01-06 08:29:14 +01:00
Peter van Dijk
470d4a5338
Update AHT10 docs to show support for AHT30 sensor (#3508)
A few users commented in https://github.com/esphome/esphome/pull/5198 to say their AHT30 works now.
I tested this, and indeed it works.
2024-01-01 23:00:12 +01:00
Dion
083f3f264b
Update ld2410.rst - Typo (#3503)
perfrom -> perform (button heading)
2023-12-28 20:52:05 +01:00
Jesse Hills
13d8585470
Merge branch 'current' into next 2023-12-22 11:03:43 +09:00
yousaf465
c8ff8f8d75
Update ens160.rst (#3481)
* Update ens160.rst

update datasheet link. pervious one is broken

* Update ens160.rst
2023-12-20 21:59:01 -06:00
Branden Cash
1b497bfa82
feat: add documentation for AS5600 (#3304)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
2023-12-21 09:07:49 +09:00
Yorick Smilda
2b2c0e2259
HLW8012: add "never" option to change_mode_every (#3473) 2023-12-20 04:52:59 -06:00
Jesse Hills
fdf872309a
Merge branch 'current' into next 2023-12-14 08:22:41 +09:00
Theo Hussey
d1b1d2a3d6
New documentation for AHT10/AHT20 sensors (#3221)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
2023-12-13 08:29:01 +09:00
Thomas Bræmer
eb8ee0bcab
Added the A02YYUW distance sensor (#3356) 2023-12-13 08:26:13 +09:00
tronikos
51dbc47f7e
Fix typo (#3435) 2023-12-05 19:40:47 +01:00
Philippe LUC
cd566bc2f9
Update teleinfo.rst (#3432) 2023-12-05 09:32:02 +09:00
jiriappl
9841389c97
Add missing required attribute name (#3428)
airthings_wave_plug requires `id` or `name` attributes, but both were missing in the sample. Adding `name` into the sample to have a working sample.
2023-12-03 06:03:47 +01:00