Commit Graph

4709 Commits

Author SHA1 Message Date
Jesse Hills
3b95698446
Merge pull request #3199 from esphome/bump-2023.9.0b2
2023.9.0b2
2023-09-21 12:52:38 +12:00
Jesse Hills
e08941f8f3
Update supporters for 2023.9.0b2 2023-09-21 10:57:17 +12:00
Jesse Hills
d444ab3460
Update changelog for 2023.9.0b2 2023-09-21 10:56:45 +12:00
Jesse Hills
d010b687ff
Bump version to 2023.9.0b2 2023-09-21 10:35:41 +12:00
Patrick ZAJDA
2c1891d494
Remove enable_ipv6 restricted to ESP32 with ESP-IDF (#3190) 2023-09-21 10:35:41 +12:00
Jesse Hills
0e378ada0d
Merge branch 'current' into beta 2023-09-21 10:35:14 +12:00
Samuel Sieb
cd20212a3f
document pulldowns option (#3198) 2023-09-21 10:26:38 +12:00
Patrick ZAJDA
89749fc5ed
Remove enable_ipv6 restricted to ESP32 with ESP-IDF (#3190) 2023-09-21 10:18:25 +12:00
Benas09
ebd003352b
Update diy.rst (#3196) 2023-09-20 18:56:26 +02: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
Alan Lord
17cd0c05d6
Update esp32.rst (#3194)
Not sure. but the values given for board variant doesn't sound like a boolean to me.
2023-09-19 19:03:11 +02:00
Henrik Fransson
dc375a454b
Fix broken link (#3192)
Fix broken link to the `CustomAPIDevice` documentation.
2023-09-17 21:20:13 +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
John Hollowell
a039db82b8
Update http_request_sensor.rst (#3191)
fix typo
2023-09-17 07:01:52 +02:00
Jesse Hills
22155b58b2
Merge pull request #3182 from esphome/bump-2023.9.0b1
2023.9.0b1
2023-09-13 15:30:58 +12:00
Jesse Hills
ccf95dfb24
Update supporters for 2023.9.0b1 2023-09-13 14:11:11 +12:00
Jesse Hills
9d8bd9ab56
Update changelog for 2023.9.0b1 2023-09-13 14:10:39 +12:00
Jesse Hills
4733be599f
Bump version to 2023.10.0-dev 2023-09-13 13:05:07 +12:00
Jesse Hills
0e89ff7908
Bump version to 2023.9.0b1 2023-09-13 13:05:07 +12: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
Tercio Filho
c5074fe774
Add new configuration for Modbus Controller. (#3163)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
Co-authored-by: H. Árkosi Róbert <robreg@zsurob.hu>
2023-09-13 10:15:03 +12:00
Daniel Dunn
a9f35ad6d3
Documentation for persistable globals (#3151)
Co-authored-by: Daniel Dunn <dannydunn@eternityforest.com>
2023-09-12 09:26:03 +12:00
Simone Rossetto
1d07f3f9d4
Documentation for WireGuard component and sensors (#2948)
Co-authored-by: H. Árkosi Róbert <robreg@zsurob.hu>
2023-09-12 07:13:30 +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
Keith Burzinski
d0719caf68
Add a doc for PSRAM config (#3177)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
2023-09-11 16:19:19 +12:00
Clyde Stubbs
28758a9b85
SPI RGB LED component description (#3147)
* APA102 description

* Add note about miso

* Rename apa102 to spi_rgb_led

* Rename to spi_led_strip

* Update TOC, add reference to SPI LED Strip in Fastled doc.

* More cross-refs

* Add image

* Resize image

* Format.

* Formatting...
2023-09-10 21:20:15 -05:00
Flaviu Tamas
f36ded648e
Add BMI160 docs (see esphome/esphome#5143) (#3086) 2023-09-09 21:25:15 -05:00
Guillaume Rischard
996c8988c4
Link to compiler options, fix example (#3052)
* Link to compiler options, fix example

* Actually use the right option from the documentation

* Keep meaning the same

* Fix link

Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>

---------

Co-authored-by: H. Árkosi Róbert <robreg@zsurob.hu>
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
2023-09-09 19:36:43 -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
Clyde Stubbs
f9eaf893cd
Add spi_device (#3156)
* Add spi_device

* Fix list.

* Update SPI with interface: option

* Update for config changes.

* Cleanup terminology.
2023-09-08 02:27:24 -05:00
Jesse Hills
840c633a0b
Merge pull request #3164 from esphome/bump-2023.8.3
2023.8.3
2023-09-06 11:31:42 +12:00
Christian
5db8708f93
add lightwave (#2915)
Co-authored-by: Keith Burzinski <kbx81x@gmail.com>
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
2023-09-06 10:33:52 +12:00
Jesse Hills
3f3bf6bc0d
Update supporters for 2023.8.3 2023-09-06 10:15:12 +12:00
Jesse Hills
996f8d5603
Update changelog for 2023.8.3 2023-09-06 10:14:39 +12:00
Jesse Hills
a78bf76537
Bump version to 2023.8.3 2023-09-06 10:14:20 +12:00
Jesse Hills
09fe46291b
Merge branch 'current' into next 2023-09-06 10:13:53 +12: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
John Mueller
c12003c8e8
Mention how to disable MQTT logging (#3038) 2023-09-06 07:38:09 +12:00
H3
b6d9eb7317
Docker Dashboard Doc: Username and Password (#3046)
Co-authored-by: H. Árkosi Róbert <robreg@zsurob.hu>
2023-09-05 17:59:56 +00:00
Clyde Stubbs
751c02a629
Add new documentation for ST7789V displays (#3161)
* Add new documentation for ST7789V displays

* Add S2 to preset list

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

* Fix heading

* Add table.

* Cleanup

---------

Co-authored-by: Keith Burzinski <kbx81x@gmail.com>
2023-09-05 02:01:40 -05:00
kahrendt
aed117ceaa
Documentation for new free PSRAM sensor (#3160) 2023-09-05 14:03:02 +12:00
mkaiser
a1cc373140
Extend supported CAN bit_rate for ESP32 variants (#3142)
Co-authored-by: mkaiser <mkaiser@techfak.uni-bielefeld.de>
2023-09-05 10:28:01 +12:00
Kuba Szczodrzyński
6dacabd9ff
Add LibreTiny documentation (#3159)
Co-authored-by: H. Árkosi Róbert <robreg@zsurob.hu>
2023-09-05 10:16:29 +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
3cea6bc83d
Merge pull request #3145 from esphome/bump-2023.8.2
2023.8.2
2023-08-21 13:31:50 +12:00
Jesse Hills
ce195a437f
Update supporters for 2023.8.2 2023-08-21 12:35:04 +12:00
Jesse Hills
fe395cacfb
Update changelog for 2023.8.2 2023-08-21 12:34:35 +12:00
Jesse Hills
3a0d5aa50a
Bump version to 2023.8.2 2023-08-21 12:33:51 +12:00