Pietro
5f93b8eaef
Add use_psram param description to esp32_rmt_led_strip.rst ( #4266 )
2024-12-29 20:48:02 +11:00
H. Árkosi Róbert
cd2b971ffa
Update font renderer example to avoid number to string ambiguity ( #4544 )
2024-12-29 09:12:33 +11:00
H. Árkosi Róbert
0a8a374764
Correction to http_request
example ( #4543 )
...
The affected example code caused two errors:
- a `no return statement in function returning non-void [-Werror=return-type]` caused by missing `return`s within the `if`s.
- `while parsing a block mapping ... expected <block end>, but found '<scalar>'` caused by the `;` at the end of `args`
2024-12-29 09:08:13 +11:00
Keith Burzinski
d6bb477c9e
Merge pull request #4524 from esphome/bump-2024.12.2
...
2024.12.2
2024-12-20 18:56:11 -06:00
Shivam Maurya
85a290f543
Update devboard_as_flasher.rst to additionally include ESP32 S series ( #4523 )
2024-12-21 10:19:11 +11:00
Keith Burzinski
d6aac35629
Update supporters for 2024.12.2
2024-12-20 14:35:52 -06:00
Keith Burzinski
b637572277
Update changelog for 2024.12.2
2024-12-20 14:35:32 -06:00
Keith Burzinski
192e17779f
Bump version to 2024.12.2
2024-12-20 14:34:12 -06:00
Marek Lewandowski
c6c0c3e971
Fixed a typo in ld2420 docs. ( #4520 )
2024-12-20 01:15:51 +01:00
Clyde Stubbs
949c7c26a2
[lvgl] Clarify getting started ( #4519 )
2024-12-20 01:14:40 +01:00
Jesse Hills
9f3ce32e16
Merge pull request #4515 from esphome/bump-2024.12.1
...
2024.12.1
2024-12-19 19:47:47 +13:00
Jesse Hills
38e973b4a0
Update supporters for 2024.12.1
2024-12-19 17:08:47 +13:00
Jesse Hills
ffae876b37
Update changelog for 2024.12.1
2024-12-19 17:08:04 +13:00
Jesse Hills
40e793e239
Bump version to 2024.12.1
2024-12-19 17:07:44 +13:00
dependabot[bot]
17ecf4c99a
Bump actions/upload-artifact from 4.4.3 to 4.5.0 ( #4510 )
...
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact ) from 4.4.3 to 4.5.0.
- [Release notes](https://github.com/actions/upload-artifact/releases )
- [Commits](https://github.com/actions/upload-artifact/compare/v4.4.3...v4.5.0 )
---
updated-dependencies:
- dependency-name: actions/upload-artifact
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-12-18 13:51:32 +01:00
Jesse Hills
6079927ecf
[esp32_improv] Remove `false
` as valid value for authorizer ( #4512 )
2024-12-18 03:38:02 -06:00
imgbot[bot]
dd44b367ae
[ImgBot] Optimize images ( #4511 )
2024-12-18 17:15:57 +13:00
Jesse Hills
a7bc1efa40
Merge pull request #4509 from esphome/bump-2024.12.0
...
2024.12.0
2024-12-18 17:07:03 +13:00
Jesse Hills
e5d2f2bde1
Update changelog for 2024.12.0
2024-12-18 11:37:56 +13:00
Jesse Hills
49be52fd4e
Bump version to 2024.12.0
2024-12-18 11:35:43 +13:00
Jesse Hills
a56fd99d4f
Merge branch 'current' into beta
2024-12-18 11:35:39 +13:00
Jesse Hills
bc70e1ee69
Merge pull request #4508 from esphome/bump-2024.12.0b3
...
2024.12.0b3
2024-12-18 10:02:18 +13:00
Jesse Hills
38ef9407c5
Update Corrected index.rst ( #4507 )
...
The previous yaml code had errors which I corrected here. It may not be all the errors. I did not test tall the code on the page.
Co-authored-by: Gary Rubin <gary@hopworks.com>
2024-12-18 08:44:18 +13:00
Jesse Hills
3d8842d377
Update supporters for 2024.12.0b3
2024-12-18 08:08:58 +13:00
Jesse Hills
0e728ca04f
Update changelog for 2024.12.0b3
2024-12-18 08:08:13 +13:00
Jesse Hills
d2d9329dda
Bump version to 2024.12.0b3
2024-12-18 07:43:40 +13:00
Jesse Hills
c0f416760a
Merge pull request #4504 from esphome/bump-2024.12.0b2
...
2024.12.0b2
2024-12-16 10:42:37 +13:00
Jesse Hills
53c97f7827
Update supporters for 2024.12.0b2
2024-12-16 08:05:49 +13:00
Jesse Hills
326ebcb382
Update changelog for 2024.12.0b2
2024-12-16 08:05:06 +13:00
Jesse Hills
e04ebdbc9f
Bump version to 2024.12.0b2
2024-12-16 07:57:07 +13:00
Jesse Hills
bedfbf5dc4
Merge branch 'current' into beta
2024-12-16 07:56:55 +13:00
BerlinJoker
f39ceef59d
expanded description for "radius" ( #4482 )
...
I originally understood the wording around "65535 = pill shaped widget (true circle..." in a way that setting radius to 65535 always gives you a circle, also for widgets that (obviously) have way smaller widths and heights. Working with it a bit I realised it's not that straightforward, and that setting a radius in line with what is set for width/height is the way to go anyway. So I decided to expand the description a bit.
2024-12-11 14:47:35 +01:00
Jesse Hills
f6822e7094
Merge pull request #4500 from esphome/bump-2024.12.0b1
...
2024.12.0b1
2024-12-11 21:19:00 +13:00
Jesse Hills
2247710867
Update supporters for 2024.12.0b1
2024-12-11 16:30:31 +13:00
Jesse Hills
d89b31c596
Update changelog for 2024.12.0b1
2024-12-11 16:29:47 +13:00
Jesse Hills
cc06eab856
Bump version to 2024.12.0b1
2024-12-11 15:55:29 +13:00
Jesse Hills
9dbd81f870
Merge branch 'current' into next
2024-12-11 15:49:44 +13:00
Keith Burzinski
6d2a69f116
Add note about retiring armv7
( #4497 )
2024-12-10 16:07:29 +13:00
Keith Burzinski
8f7ed92ea4
Add GHA detail, copy fixes ( #4498 )
2024-12-10 16:06:37 +13:00
Clyde Stubbs
fc4620c373
Document `on_change ( #4496 )
2024-12-10 14:25:32 +13:00
Sean Johnson
2dd164a413
Update index.rst - typo ( #4495 )
2024-12-10 14:08:07 +13:00
Citric Lee
21bb8c81dd
Add: Seeed Studio MR60BHA2 Document ( #4333 )
...
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
2024-12-09 15:28:46 +13:00
LaboDJ
0224cf843f
vbus component: fix for Deltasol CS Plus ( #4478 )
2024-12-07 21:19:13 +11:00
Shivam Maurya
b4bd55cc5a
Create guide for using an ESP devboard with USB_UART bridge chip as serial adapter ( #4483 )
2024-12-07 21:15:53 +11:00
Jesse Hills
ee7b292dbe
Merge branch 'current' into next
2024-12-06 17:23:28 +13:00
Jesse Hills
1e973ba61b
Merge pull request #4492 from esphome/bump-2024.11.3
...
2024.11.3
2024-12-06 17:22:50 +13:00
Jesse Hills
9d15cca2b7
Update supporters for 2024.11.3
2024-12-06 16:03:00 +13:00
Jesse Hills
4d5fc3c869
Update changelog for 2024.11.3
2024-12-06 16:02:17 +13:00
Jesse Hills
87e1ac4fcf
Bump version to 2024.11.3
2024-12-06 15:55:52 +13:00
Jesse Hills
c2dbfa1079
Merge branch 'current' into next
2024-12-06 15:42:42 +13:00