Commit Graph

4593 Commits

Author SHA1 Message Date
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
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
Rob Deutsch 8710c0f10f
Heatpumpir upgrade (#3134) 2023-08-21 12:20:03 +12:00
Jesse Hills b4a4662a36
Make hut21d sensors optional (#3144) 2023-08-21 12:16:18 +12:00
redlukas 8c1986d623
Add missing word (#3132) 2023-08-21 09:26: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
redlukas a003210971
Follow the rename of the sigma_delta_output (#3133) 2023-08-21 09:24:25 +12:00
Pavlo Dudnytskyi ddb488e227
Mode AUTO replaced with HEAT_COOL in documentation (#3137) 2023-08-21 09:21:53 +12:00
Piotr Sowa c14c07e412
Fix SN-GCJA5 markdown (#3141) 2023-08-19 00:50:44 +02:00
Jesse Hills 79f2d95204
Merge pull request #3136 from esphome/bump-2023.8.1
2023.8.1
2023-08-18 09:09:24 +12:00
Jesse Hills fb56fab0fb
Update supporters for 2023.8.1 2023-08-18 08:13:54 +12:00
Jesse Hills 4f973cf64f
Update changelog for 2023.8.1 2023-08-18 08:13:23 +12:00
Jesse Hills 1386c71b55
Bump version to 2023.8.1 2023-08-18 08:12:43 +12:00
Jesse Hills 240850a1fb
Merge branch 'current' into next 2023-08-18 08:11:55 +12:00
Clyde Stubbs de817402f0
Add doc for BLE server manufacturer data. (#3125)
Co-authored-by: H. Árkosi Róbert <robreg@zsurob.hu>
2023-08-18 08:05:32 +12:00