1
0
mirror of https://github.com/esphome/esphome.git synced 2025-06-15 12:55:48 +01:00
Commit Graph

8361 Commits

Author SHA1 Message Date
c63a545750 Bump esphome-glyphsets from 0.1.0 to 0.2.0 ()
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-03-14 21:36:12 -10:00
89f82be4cd Bump puremagic from 1.27 to 1.28 ()
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-03-14 21:35:51 -10:00
c336dd9436 Bump setuptools from 69.2.0 to 76.0.0 ()
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-03-14 21:35:15 -10:00
fa25cebed5 Added getters for graphs ymin and ymax ()
Co-authored-by: guillempages <guillempages@users.noreply.github.com>
2025-03-15 18:55:20 +13:00
7679c716b3 [font] Fix issues with bitmap fonts () 2025-03-14 20:17:16 +11:00
225e2585e8 Merge branch 'beta' into dev 2025-03-13 01:31:27 -05:00
1bdf0fdc57 Merge pull request from esphome/bump-2025.3.0b2
2025.3.0b2
2025.3.0b2
2025-03-13 01:31:17 -05:00
4d95ff2ae0 Bump version to 2025.3.0b2 2025-03-12 23:23:27 -05:00
f36d400058 Bump tornado from 6.4 to 6.4.2 ()
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-03-12 23:23:26 -05:00
c63cf9d151 Bump cryptography to 44.0.2 () 2025-03-12 23:23:26 -05:00
0a02c1461e Rework pyproject.toml to make it parseable by dependabot () 2025-03-12 23:23:26 -05:00
b3a69c6c05 Bump aioesphomeapi to 29.6.0 () 2025-03-12 23:23:26 -05:00
dd113f2972 [api] add voice assistant announce to the api () 2025-03-12 23:23:26 -05:00
3c5a0091ee [core] add reallocation support to RAMAllocator () 2025-03-12 23:23:26 -05:00
bf65b73569 [speaker, resampler, mixer] Make volume and mute getters virtual () 2025-03-12 23:23:26 -05:00
a2b123a29a [audio, mixer] Memory and CPU performance improvements () 2025-03-12 23:23:25 -05:00
3575f52cdf Bump mdns library to 1.8.0 ()
Co-authored-by: Keith Burzinski <kbx81x@gmail.com>
2025-03-12 23:23:25 -05:00
c90185854e Bump tornado from 6.4 to 6.4.2 ()
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-03-12 23:22:08 -05:00
7d8c39d295 Bump cryptography to 44.0.2 () 2025-03-12 23:21:45 -05:00
59d282489a Rework pyproject.toml to make it parseable by dependabot () 2025-03-13 01:16:59 +00:00
f9a0a63290 Bump aioesphomeapi to 29.6.0 () 2025-03-13 01:00:31 +00:00
00000e0ea8 [api] add voice assistant announce to the api () 2025-03-12 14:35:10 -10:00
bd853e6883 [core] add reallocation support to RAMAllocator () 2025-03-13 07:04:05 +11:00
64d1d93fe0 [speaker, resampler, mixer] Make volume and mute getters virtual () 2025-03-12 14:34:38 -05:00
266c2ef337 [audio, mixer] Memory and CPU performance improvements () 2025-03-12 14:18:31 -05:00
35199c9b96 Bump mdns library to 1.8.0 ()
Co-authored-by: Keith Burzinski <kbx81x@gmail.com>
2025-03-12 14:18:21 -05:00
0a29138045 Merge branch 'beta' into dev 2025-03-12 03:40:43 -05:00
52269305ec Merge pull request from esphome/bump-2025.3.0b1
2025.3.0b1
2025.3.0b1
2025-03-12 03:40:31 -05:00
04dc0ed129 Bump version to 2025.4.0-dev 2025-03-12 01:11:50 -05:00
37fabd7c0a Bump version to 2025.3.0b1 2025-03-12 01:11:50 -05:00
4aa7ad1e33 mcp2515: Add missing CFG1 assignment to be able to use 50kbps with a 16MHz crystal. () 2025-03-11 22:31:01 +11:00
42e432754e Bump zeroconf to 0.146.1 ()
Co-authored-by: Keith Burzinski <kbx81x@gmail.com>
2025-03-11 08:08:02 +00:00
2379f02008 Bump esptool to 4.8.1latest ()
Co-authored-by: Clyde Stubbs <2366188+clydebarrow@users.noreply.github.com>
2025-03-11 02:34:47 -05:00
d3145dd95b Bump aioesphomeapi to 29.5.1 () 2025-03-11 02:31:09 -05:00
ab77dd691b Revert "[io_bus] Initial implementation" () 2025-03-11 20:02:01 +13:00
b54c0fd60a [cst816] Remove binary sensor () 2025-03-09 23:54:40 -05:00
75d1eeeffe [touchscreen] Axis swap bugfix () 2025-03-09 22:04:34 -05:00
10cea51739 allow touchscreen buttons outside of display dimensions ()
Co-authored-by: Dennis Marinus <dmarinus@apple.com>
Co-authored-by: clydebarrow <2366188+clydebarrow@users.noreply.github.com>
2025-03-08 10:41:54 +11:00
83e090cc7e [time] fix recalc_timestamp_local () 2025-03-07 00:34:04 -08:00
583f8f598a [lvgl] Fix initialisation race condition (Bugfix) () 2025-03-07 01:58:21 -06:00
3e9556c6c2 Initialise h-bridge switch to requested initial state () 2025-03-06 16:43:04 -08:00
83cba0d7bd [i2s_audio] Bugfix: Speaker incorrectly delays when sending data () 2025-03-05 21:32:45 -06:00
1d6d0d66dc [udp] fix clang tidy () 2025-03-03 15:08:42 -06:00
4ed78023b6 [bmp085] Fix error in read of pressure () 2025-03-03 15:06:30 -06:00
323209523b [ld2450] fix null exception & zone target_count not published ()
Co-authored-by: Keith Burzinski <kbx81x@gmail.com>
2025-03-03 10:44:15 -06:00
46a4f4eba9 Merge branch 'release' into dev 2025-03-03 21:24:04 +13:00
53fda0e96d Merge pull request from esphome/bump-2025.2.2
2025.2.2
2025.2.2
2025-03-03 21:23:20 +13:00
0350eafc1e [helpers] Allow RAMAllocator to be told the size of the object manually () 2025-03-03 01:11:19 -06:00
7b8e68c73a Bump version to 2025.2.2 2025-03-03 17:15:40 +13:00
db666e44a7 [ltr390] Move calculation to allow dynamic setting of gain and resolution () 2025-03-03 17:15:40 +13:00