Jesse Hills
d8c14672b2
Merge branch 'current' into next
2023-11-08 13:13:12 +13:00
Angel Nunez Mencias
4821e6b71f
[sn74hc595 ] SPI config ( #3341 )
2023-11-07 03:15:17 -06:00
Charles Johnson
980ca127eb
add docs for wifi.on_connect and wifi.on_disconnect ( #2185 )
...
* add docs for wifi.on_connect and wifi.on_disconnect
* Update components/wifi.rst
---------
Co-authored-by: Keith Burzinski <kbx81x@gmail.com>
2023-11-06 23:17:18 -06:00
Daniel Baulig
26567a3146
[web_server] Add documentation for Private Network Access support ( #3338 )
2023-11-07 13:59:05 +13:00
Edward Firmo
e499434bb2
Adds docs for Nextion start_up_page
( #3336 )
2023-11-06 18:48:22 -06:00
Angel Nunez Mencias
ad5c46bc8c
add SPI support to ADE7953 ( #3217 )
...
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
2023-11-07 13:17:34 +13:00
Greg Cormier
9464776bc1
Documentation for XGZP68xx series ( #3285 )
...
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
2023-11-07 12:46:34 +13:00
Jesse Hills
31165f4ed2
Pulse light effect transition updates ( #3321 )
2023-11-07 12:39:51 +13:00
marshn
72ca479e8d
Add Byron SX Doorbell RF protocol to remote_base integration ( #3247 )
2023-11-07 08:30:26 +13:00
RoganDawes
c037801e34
Update lcd_gpio.svg ( #3330 )
...
* Update lcd_gpio.svg
Correct labeling of D0-D3 as 4-bit, when the correct pins to
use for 4-bit data are D4-D7, as per https://github.com/duinoWitchery/hd44780/blob/master/examples/ioClass/hd44780_pinIO/HelloWorld/HelloWorld.ino#L24-L27
* Update pin examples to use GPIO instead of D
2023-11-06 16:33:07 +01:00
Rodrigo Martín
ff51c1de12
feat: Add ESP32 BLE enable/disable automations ( #3303 )
2023-11-06 15:54:42 +13:00
kahrendt
f0566c7a68
Document null MQTT topic behavior ( #3316 )
2023-11-06 14:19:06 +13:00
micw
6635802e3a
Feature/sml raw data ( #3326 )
...
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
2023-11-06 10:38:09 +13:00
Alexis Iglauer
eb848c894f
Update esp32_camera.rst to include M5CameraF New example ( #3335 )
...
Existing m5stack examples were subtly different (vsync / i2c etc)
2023-11-05 21:23:04 +01:00
Jeroen van Oort
5b30ee8c83
Added documentation for id and uart_id variables of modbus ( #3331 )
2023-11-05 11:42:31 +01:00
FreeBear-nc
d1f16a09cf
min_integral and max_integral had transposed minimum & maximum ( #3329 )
2023-11-04 22:33:36 +01:00
Thomas Billicsich
0ec701c4a0
Add hint for activating new ESPHome devices in HA ( #3325 )
...
* Added hint for enabling new ESPHome device
* Update api.rst
---------
Co-authored-by: H. Árkosi Róbert <robreg@zsurob.hu>
2023-11-03 12:08:19 +01:00
Joris S
963cb6bf4f
MicroNova component documentation ( #2890 )
...
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
2023-11-03 19:54:51 +13:00
Mike La Spina
7022723bc7
LD2420 Documentation ( #2956 )
...
Co-authored-by: Keith Burzinski <kbx81x@gmail.com>
Co-authored-by: descipher <120155735+GelidusResearch@users.noreply.github.com>
Co-authored-by: descipher <mike.laspina@gelidus.ca>
2023-11-02 18:02:36 -05:00
Max FERGER
45390fd649
Fix typo in canbus.rst ( #3323 )
2023-11-02 23:57:03 +01:00
Jesse Hills
c499ef2522
Merge branch 'current' into next
2023-11-03 08:11:42 +13:00
NP v/d Spek
030b539dbd
reupdate the changes for the RTTTL component ( #3320 )
...
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
2023-11-02 17:14:04 +13:00
Rafal Drozda
ac11455611
Update api.rst ( #3319 )
...
mention ioBroker as additional SmartHome system able to communicate by Native API
2023-11-01 18:36:22 +01:00
Jesse Hills
aba2f3afd5
Add deprecation message to custom component pages ( #3318 )
2023-11-01 00:47:57 -05:00
Clyde Stubbs
052bf024cb
Document PCA9535 support ( #3315 )
2023-11-01 12:22:09 +13:00
Jesse Hills
1ee7a2e6c2
Add on_client_connects and disconnected triggers to voice assistant ( #3310 )
2023-11-01 12:19:22 +13:00
Keith Burzinski
71a21d80b6
Document variables available to new API triggers ( #3309 )
...
* 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-11-01 12:19:22 +13:00
Keith Burzinski
1927ee00e7
Add connection triggers to API doc ( #3308 )
2023-11-01 12:19:22 +13:00
Jesse Hills
044de13ea6
Add on_client_connects and disconnected triggers to voice assistant ( #3310 )
2023-10-30 17:16:48 -05:00
Keith Burzinski
5a1fbf37c9
Document variables available to new API triggers ( #3309 )
...
* 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 ( #3308 )
2023-10-30 20:48:24 +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 ( #3294 )
...
* 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 ( #3295 )
...
* 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 ( #3299 )
...
Co-authored-by: Samuel Sieb <samuel@sieb.net>
2023-10-27 18:01:20 +13:00
niklasweber
01f07f6ebe
Add documentation for DFRobot mmWave Radar ( #2554 )
...
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. ( #3297 )
2023-10-27 11:38:54 +13:00
Keith Burzinski
f256fda25e
Add resource warnings to BLE, voice and audio component docs ( #3298 )
2023-10-27 11:29:59 +13:00
kahrendt
51a0866e1a
Document clamp filter's ignore out of range option ( #3223 )
2023-10-26 09:30:25 +13:00
kahrendt
e21a67b5a1
Documentation for new Qwiic PIR binary sensor component ( #3106 )
2023-10-26 08:29:24 +13:00
Eduard Llull
25ee24ecdd
add emc2101 component ( #2709 )
...
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
2023-10-26 07:30:16 +13:00
jpfaff
f6fb4c45b4
Honeywellabp2 ( #3204 )
...
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 ( #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
Matthias Clasen
5518d96f58
Example for ESP32S3_EYE on Freenove ESP32-S3-DevKitC-1 ( #3197 )
...
* 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 ( #3215 )
...
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 ( #3289 )
2023-10-25 16:55:06 +02:00
Thomas Dietrich
a41dc1dc13
Update mcp23Sxx.rst ( #3282 )
2023-10-25 16:54:24 +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
Luis Peralta
022d32c63d
display font: document using gfonts:// for icons ( #2883 )
...
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