1
0
mirror of https://github.com/esphome/esphome-docs.git synced 2025-03-17 14:29:41 +01:00
Commit Graph

4674 Commits

Author SHA1 Message Date
Jesse Hills
256b5bd05a
Merge branch 'current' into next 2023-11-01 12:18:43 +13:00
Jesse Hills
044de13ea6
Add on_client_connects and disconnected triggers to voice assistant () 2023-10-30 17:16:48 -05:00
Keith Burzinski
5a1fbf37c9
Document variables available to new API triggers ()
* Document variables available to new API triggers

* Copy fix

* Update api.rst

Fixed string type and expanded one of the examples.

---------

Co-authored-by: H. Árkosi Róbert <robreg@zsurob.hu>
2023-10-30 21:03:14 +01:00
Keith Burzinski
eadee3a2e2
Add connection triggers to API doc () 2023-10-30 20:48:24 +13:00
Jesse Hills
359f3595fa
Merge pull request from esphome/bump-2023.10.4
2023.10.4
2023-10-30 16:33:53 +13:00
Jesse Hills
2fe163cea9
Update supporters for 2023.10.4 2023-10-30 14:03:59 +13:00
Jesse Hills
ac5559ed92
Update changelog for 2023.10.4 2023-10-30 14:03:27 +13:00
Jesse Hills
aa1c7c3ef7
Bump version to 2023.10.4 2023-10-30 14:00:00 +13:00
Jesse Hills
aa35f6a2ea
Merge branch 'current' into next 2023-10-30 13:59:32 +13:00
H. Árkosi Róbert
a62d7ab193
Brush up modbus doc ()
* Brush up modbus doc

Fixed punctuation and terminology, added some explanation.

* Update modbus_controller.rst

* Update modbus_controller.rst

* Update modbus_controller.rst

fix SeeAlso

* Update modbus_controller.rst

* Update modbus_controller.rst
2023-10-27 18:03:27 +13:00
H. Árkosi Róbert
75d6d8c2b6
Brush up modbus ()
* Brush up modbus

Correct name

* Update modbus.rst

* Update modbus.rst
2023-10-27 18:02:07 +13:00
Samuel Sieb
7f89184726
update mcp4728 docs ()
Co-authored-by: Samuel Sieb <samuel@sieb.net>
2023-10-27 18:01:20 +13:00
niklasweber
01f07f6ebe
Add documentation for DFRobot mmWave Radar ()
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
Co-authored-by: Keith Burzinski <kbx81x@gmail.com>
2023-10-27 17:56:36 +13:00
Cossid
f0d06b76ad
Add area (zone) to esphome core config to be suggested through API and MQTT. () 2023-10-27 11:38:54 +13:00
Keith Burzinski
f256fda25e
Add resource warnings to BLE, voice and audio component docs () 2023-10-27 11:29:59 +13:00
kahrendt
51a0866e1a
Document clamp filter's ignore out of range option () 2023-10-26 09:30:25 +13:00
kahrendt
e21a67b5a1
Documentation for new Qwiic PIR binary sensor component () 2023-10-26 08:29:24 +13:00
Eduard Llull
25ee24ecdd
add emc2101 component ()
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
2023-10-26 07:30:16 +13:00
jpfaff
f6fb4c45b4
Honeywellabp2 ()
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
2023-10-26 07:28:13 +13:00
Cong Hoang Nguyen
255018db43
Update LD2410 Home Assistant card sample ()
* 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 ()
* 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
Matthias Clasen
5518d96f58
Example for ESP32S3_EYE on Freenove ESP32-S3-DevKitC-1 ()
* Update esp32_camera.rst with example for ESP32S3_EYE on Freenove ESP32-S3-DevKitC-1

Updated the docs to include an example on how to include the ESP32S3_EYE on Freenove ESP32-S3-DevKitC-1 with an external component entry.

* fix: underline length

---------

Co-authored-by: Matthias Clasen <mclasen@seibert-media.net>
2023-10-25 17:04:20 +02:00
RoganDawes
cf091b67cb
Update LibreTiny docs ()
Include reference to Tuya, and change the boolean family option to a string.
2023-10-25 17:01:53 +02:00
Samuel Sieb
4303bed701
fix canbus send config docs () 2023-10-25 16:55:06 +02:00
Thomas Dietrich
a41dc1dc13
Update mcp23Sxx.rst () 2023-10-25 16:54:24 +02:00
Stephen Armitage
9df912bd04
Update bme680.rst - add indoor air quality index and IAQ label () 2023-10-25 16:52:33 +02:00
adynis
588338d973
Improve explanation of "while" ()
It was confusing to read that it executes the code until the condition is false. What if the condition is false from the begining?
2023-10-25 16:51:24 +02:00
Luis Peralta
022d32c63d
display font: document using gfonts:// for icons ()
Added example showing how to use gfonts to download icons. It seems it is not widely known.

Co-authored-by: H. Árkosi Róbert <robreg@zsurob.hu>
2023-10-25 16:50:32 +02:00
Mat931
f5d86c33c2
HLW8012: Add calibration instructions and calculator ()
* 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 ()
* add note regarding standalone init

* Update pm1006.rst
2023-10-25 16:45:46 +02:00
Peter
896dda9b62
Update esp32_camera.rst ()
Add warning that GPIO16 will trigger watchdog on ai-thinker boards (and possibly others)
https://github.com/esphome/issues/issues/4014#issuecomment-1630334346 contains an example of the issue and there are many other sources online demonstrating resets as a result of using GPIO16. Pinout documentation states this GPIO is connected to PSRAM

Co-authored-by: H. Árkosi Róbert <robreg@zsurob.hu>
2023-10-25 14:45:13 +00:00
Jesse Hills
2815f5a163
Add text component docs () 2023-10-25 22:00:37 +13:00
Alejandro Galfrascoli
d1abd6a560
Update climate_ir.rst ()
Co-authored-by: H. Árkosi Róbert <robreg@zsurob.hu>
2023-10-24 03:37:20 +00:00
Jesse Hills
d16eb94f6d
Merge pull request from esphome/bump-2023.10.3
2023.10.3
2023-10-24 13:40:31 +13:00
Jesse Hills
80d7ff5332
Update supporters for 2023.10.3 2023-10-24 12:57:17 +13:00
Jesse Hills
40ef88c992
Update changelog for 2023.10.3 2023-10-24 12:56:45 +13:00
Jesse Hills
e35b5b7b58
Bump version to 2023.10.3 2023-10-24 12:56:27 +13:00
Jesse Hills
640e748828
Merge branch 'current' into next 2023-10-24 12:56:11 +13:00
Jevgeni Kiski
6d7d238675
iAQ Core ()
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
2023-10-24 12:36:30 +13:00
Piu Piuson
c853251005
Add GREE to climate_ir ()
Co-authored-by: orestismers <33354671+orestismers@users.noreply.github.com>
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
2023-10-24 11:34:52 +13:00
Chris Feenstra
9eeec66c3c
Add ZH/LT-01 climate ir integration ()
Co-authored-by: Chris Feenstra <chris@cfeenstra.nl>
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
2023-10-24 11:33:51 +13:00
Jesse Hills
65046d54b1
Merge pull request from esphome/bump-2023.10.2
2023.10.2
2023-10-24 10:15:26 +13:00
Jesse Hills
c9946e2de6
Update supporters for 2023.10.2 2023-10-24 08:33:46 +13:00
Jesse Hills
a984861013
Update changelog for 2023.10.2 2023-10-24 08:33:10 +13:00
Jesse Hills
9560cda66b
Bump version to 2023.10.2 2023-10-24 08:32:27 +13:00
Jesse Hills
74f4a25045
Merge branch 'current' into next 2023-10-24 08:30:18 +13:00
Simone Rossetto
43bbd0139d
Add documentation for WireGuard address text sensor () 2023-10-24 08:06:00 +13:00
NP v/d Spek
d609c17972
Update display document with test script ()
Co-authored-by: Keith Burzinski <kbx81x@gmail.com>
2023-10-22 22:23:39 -05:00
Adam Goode
5e68bbbcce
Fix my embarrassing typo in the new mmc5983 docs () 2023-10-20 04:37:56 +02:00
MartinP
2457738ce5
Add LILYGO T-ETH-Lite to ethernet.rst ()
Added config example for LILYGO T-ETH-Lite
2023-10-19 09:54:28 +02:00