Commit Graph

789 Commits

Author SHA1 Message Date
Keith Burzinski
f256fda25e
Add resource warnings to BLE, voice and audio component docs (#3298) 2023-10-27 11:29:59 +13:00
Cong Hoang Nguyen
255018db43
Update LD2410 Home Assistant card sample (#3169)
* Update LD2410 Home Assistant card sample

Updated some out-of-date HA sensor entity IDs and made grammar corrections.

* Fix DEVICE_detection_distance
2023-10-25 17:12:42 +02:00
Dennis
7ef6443568
Updated documentation related to power meter integration (#3184)
* Updated documentation related to power meter integration

I've updated the cookbook to use the more accurate ``pulse_meter_sensor`` and added how to convert power to energy using ``total_daily_energy``.

* Update power_meter.rst

* Update pulse_meter.rst

* Update total_daily_energy.rst

* Update pulse_meter.rst

* Update total_daily_energy.rst

* Update power_meter.rst

* Add files via upload

* Added more information about pulse meter
and pulse counter differences including graph.

* Reduced image size.

* Path issue

* Once more into the fray.

* And again.

* Some more documentation related to meters

* Worked more on the power meter cookbook.

* Minor modification to match previously used
impulse constant.

* Made pulse_meter more implementation agnostic
and moved power meter relevant information
to the cookbook.

* Apply suggestions from code review

Co-authored-by: Clyde Stubbs <2366188+clydebarrow@users.noreply.github.com>

* Code Review Changes

* Linting.

* Linting again.

* Some reformatting of pulse_meter.rst

* Some more formatting changes.

* Corrected internal filter mode description.

---------

Co-authored-by: H. Árkosi Róbert <robreg@zsurob.hu>
Co-authored-by: Clyde Stubbs <2366188+clydebarrow@users.noreply.github.com>
2023-10-25 17:10:57 +02:00
Stephen Armitage
9df912bd04
Update bme680.rst - add indoor air quality index and IAQ label (#3272) 2023-10-25 16:52:33 +02:00
Mat931
f5d86c33c2
HLW8012: Add calibration instructions and calculator (#3253)
* HLW8012: Add calibration instructions and calculator

* Add example config

* Clarify where to find the calibration values
2023-10-25 16:46:48 +02:00
Frederik
d8517d13df
PM1006: add note regarding standalone UART init (#3240)
* add note regarding standalone init

* Update pm1006.rst
2023-10-25 16:45:46 +02:00
Adam Goode
5e68bbbcce
Fix my embarrassing typo in the new mmc5983 docs (#3287) 2023-10-20 04:37:56 +02:00
voed
953603810a
Fix sensor filter links (#3281) 2023-10-18 14:21:12 +02:00
Jesse Hills
87273af8e0
Merge branch 'current' into next 2023-10-12 15:12:41 +13:00
Mark Veinot
c1ec3cbea7
As3935 calibration (#3173) 2023-10-12 14:27:39 +13:00
Guillermo Ruffino
c305a836f9
fixes docs for 202310 (#3251)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
2023-10-11 00:13:24 +00:00
imgbot[bot]
93ca790745
[ImgBot] Optimize images (#3232)
Co-authored-by: ImgBotApp <ImgBotHelp@gmail.com>
2023-10-11 13:03:35 +13:00
RoboMagus
5e1379800a
Clarifications to pulse_width documentation (#3249) 2023-10-09 20:36:40 +02:00
Adam Goode
b93c1c4059
Add docs for new sensor MMC5983 (#3170) 2023-10-09 10:27:01 +13:00
Kevin David
9daf7e9a36
sht3xd: document the reason & effects for heater_enabled (#3237)
From a report here: https://github.com/esphome/issues/issues/2887#issuecomment-1741934563

This was introduced in this change: https://github.com/esphome/esphome-docs/pull/3149
2023-10-05 01:48:48 +02:00
kahrendt
108c47c995
Fix units for SPS30 number concentration sensors (#3220) 2023-10-03 23:02:01 +13:00
John K. Luebs
fa612ede89
SHT3x heater_enabled defaults to false (#3219) 2023-09-29 18:27:44 -05:00
Jesse Hills
1b9b520416
Merge branch 'current' into beta 2023-09-25 12:10:24 +13:00
Kapil Yedidi
0e5de2debe
Fix typos in pmsa003i.rst (#3207) 2023-09-25 10:44:32 +13:00
neeldaware
da43deb1a7
Update growatt_solar.rst (#3185)
Added two missing configurable parameters - Polling interval and address.
2023-09-23 06:40:38 +02:00
Jesse Hills
0e378ada0d
Merge branch 'current' into beta 2023-09-21 10:35:14 +12:00
Alan Lord
5e94994f7f
Update hydreon_rgxx.rst (#3195)
I can't see how "RG_9" or "RG_15" are integers
2023-09-19 20:18:34 +02:00
Michael Jahn
5065041bb7
extend clamp sensor description (#3189)
slight addition to clamp sensor filter to make it clear that values outside the range are not filtered away but rather reset
2023-09-17 07:04:13 +02:00
Jesse Hills
3e92c5879e
Merge branch 'current' into next 2023-09-13 13:04:34 +12:00
rufuswilson
5e7d834b95
Added heater_enabled parameter (#3149)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
2023-09-13 10:20:03 +12:00
Keir Stiegler
d20d82bcdc
Correcting battery level UOM and adding "Edit on Github" and BLE tracker links (#3178)
Current docs list "percent" as battery level UOM when HA uses "%" to indicate percentage. Also adding the "See Also" section that has the "Edit on GitHub" link since it was missing. Included the BLE Tracker section, as well, since it seemed relevant.
2023-09-11 17:44:39 +02:00
Flaviu Tamas
f36ded648e
Add BMI160 docs (see esphome/esphome#5143) (#3086) 2023-09-09 21:25:15 -05:00
Ilia Sotnikov
d1096fd3b4
[ADC] Documented measuring VCC on Raspberry Pico (W) (#3174)
* [ADC] Documented measuring VCC on Raspberry Pico (W)

* Update components/sensor/adc.rst

* Update components/sensor/adc.rst

---------

Co-authored-by: Keith Burzinski <kbx81x@gmail.com>
2023-09-09 04:00:59 -05:00
JJ
81da86f67a
Documentation for DFRobot Ozone Sensor (sen0321) (#2897)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
2023-09-06 10:09:32 +12:00
JJ
da50d9faf1
Reference both the XL model sensor as well as the HRXL (#2718) 2023-09-06 10:02:45 +12:00
Christian
ea28d5e1c9
Feature/heating si7021 (#3150)
* update

* Update components/sensor/htu21d.rst

---------

Co-authored-by: Keith Burzinski <kbx81x@gmail.com>
2023-09-01 19:03:37 -05:00
Jesse Hills
a3edb16cd9
Make hut21d sensors optional (#3144) 2023-08-21 12:33:51 +12:00
Jesse Hills
cb83f01387
Merge branch 'current' into next 2023-08-21 12:33:28 +12:00
Jesse Hills
b4a4662a36
Make hut21d sensors optional (#3144) 2023-08-21 12:16:18 +12:00
imgbot[bot]
727fcdbe55
[ImgBot] Optimize images (#3135)
Co-authored-by: ImgBotApp <ImgBotHelp@gmail.com>
2023-08-21 09:25:45 +12:00
TheGroundZero
ad84d2fecf
Add peak tariff sensors to documentation (#3140) 2023-08-21 09:25:25 +12:00
Piotr Sowa
c14c07e412
Fix SN-GCJA5 markdown (#3141) 2023-08-19 00:50:44 +02:00
Jesse Hills
240850a1fb
Merge branch 'current' into next 2023-08-18 08:11:55 +12:00
SeByDocKy
7c06659ed0
Doc for Pmwcs3 soil sensor (#2791)
Co-authored-by: H. Árkosi Róbert <robreg@zsurob.hu>
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
2023-08-18 08:03:41 +12:00
Regev Brody
cf329e6795
Modify documentation for ld2410 (#2680)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
2023-08-16 11:49:11 +12:00
Jesse Hills
5ed47911ce
Merge branch 'current' into beta 2023-08-16 11:48:56 +12:00
Regev Brody
d85fb496ab
Modify documentation for ld2410 (#2680)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
2023-08-16 11:31:39 +12:00
erapade
0d3e003983
Update dallas.rst (#3127)
Added reference to Analog Devices information about how to build reliable network since me along others are struggling with this
2023-08-15 23:30:37 +02:00
Jesse Hills
eaa0bf0d64
Merge branch 'current' into next 2023-08-10 17:29:00 +12:00
Samuel Sieb
434888aabd
document value parameter for timeout filter (#3115)
Co-authored-by: Samuel Sieb <samuel@sieb.net>
2023-08-10 17:11:07 +12:00
Greg Cormier
cca0aa7e9b
Docs - new sensor Panasonic GCJA5 (#3011)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
2023-08-10 17:04:25 +12:00
kahrendt
f8d2bde4ac
New component: Add documentation for bmp581 component (#2771)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
2023-08-08 17:05:12 +12:00
Rudd-O
efd37b4e47
Documentation for KMeterISO component (#3095)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
2023-08-08 12:32:38 +12:00
André Cirne
5934f07397
Add documentation for for a01nyub (#2934)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
2023-08-07 13:23:52 +12:00
Pascal Roeleven
50fd45f073
Add undocumented available DSMR sensors (#3100) 2023-08-02 19:24:28 +02:00