Commit Graph

  • a4914eb5b7 Bump ESP mdns to 1.8.2 (#8482) J. Nick Koston 2025-03-28 18:29:53 -10:00
  • 57a57f0d6a [display] Don't assume glyph x_offset is zero. (#8473) Clyde Stubbs 2025-03-27 11:31:55 +11:00
  • 7e9f93a290 [speaker] Bugfixes: two pause state issues (#8488) Kevin Ahrendt 2025-03-31 12:02:53 -05:00
  • 402ada07b5 Bump pytest-cov from 5.0.0 to 6.0.0 (#8462) dependabot[bot] 2025-03-31 14:33:00 +02:00
  • 9aa9abfc08 Bump actions/setup-python from 5.4.0 to 5.5.0 in /.github/actions/restore-python (#8467) dependabot[bot] 2025-03-31 14:28:21 +02:00
  • 4c1f83614b Bump actions/setup-python from 5.4.0 to 5.5.0 (#8468) dependabot[bot] 2025-03-31 14:28:11 +02:00
  • d1763f9831 [psram] 120MHz does not work in octal mode (#8477) Clyde Stubbs 2025-03-31 20:03:59 +11:00
  • c49391427f Bump ruff from 0.11.0 to 0.11.2 (#8461) dependabot[bot] 2025-03-31 01:52:10 +00:00
  • c42343be3a [lvgl] Implement switch restore (#8481) Clyde Stubbs 2025-03-30 20:09:19 +11:00
  • ffc233d99d [speaker] Bugfix: Media player always unpauses when receiving a stop command (#8474) Kevin Ahrendt 2025-03-30 03:41:08 -05:00
  • 5ed0046bdd [esp32] Allow pioarduino version 5.4.1 (#8480) Jonathan Swoboda 2025-03-29 03:28:10 -04:00
  • 2e16dd788c Bump ESP mdns to 1.8.2 (#8482) J. Nick Koston 2025-03-28 18:29:53 -10:00
  • 58fe8b39b2 [scheduler] Properly handle millis() overflow (#8197) Clyde Stubbs 2025-03-27 18:09:22 +11:00
  • ccd55a8e84 [display] Don't assume glyph x_offset is zero. (#8473) Clyde Stubbs 2025-03-27 11:31:55 +11:00
  • 4bb59ce1d1 [esp32_can] Configurable enqueue timeout (#8453) Patrick 2025-03-26 05:06:23 +01:00
  • bb988604c8 Merge branch 'release' into dev Keith Burzinski 2025-03-25 18:06:56 -05:00
  • 573088aadb Merge pull request #8469 from esphome/bump-2025.3.2 2025.3.2 Keith Burzinski 2025-03-25 18:06:42 -05:00
  • 031b1c8bd0 Bump version to 2025.3.2 Keith Burzinski 2025-03-25 15:22:11 -05:00
  • f95b2ba898 [ld2450] Fix bluetooth state not reported correctly (#8458) Keith Burzinski 2025-03-25 15:21:10 -05:00
  • ea4b573f9a [speaker] Bugfix: Fix rapidly adding items to playlist (#8466) Kevin Ahrendt 2025-03-25 15:20:56 -05:00
  • 8fcbd57f2f [media_player] Don't reset enqueue command (#8465) Kevin Ahrendt 2025-03-25 11:16:12 -05:00
  • f131186e6b fix 1bpp rendering (#8463) Samuel Sieb 2025-03-25 01:33:53 -07:00
  • 20c7778524 [font] More robust handling of fixed font sizes. (#8443) Clyde Stubbs 2025-03-24 20:35:42 +11:00
  • 2d8e86324b [gt911][cst226][ektf2232] Swap x and y calibration values (#8450) Clyde Stubbs 2025-03-24 20:07:21 +11:00
  • 2dfd28ba3e [ld2450] Fix bluetooth state not reported correctly (#8458) Keith Burzinski 2025-03-25 15:21:10 -05:00
  • 63221d7a1f [speaker] Bugfix: Fix rapidly adding items to playlist (#8466) Kevin Ahrendt 2025-03-25 15:20:56 -05:00
  • fb9a15f0af [media_player] Don't reset enqueue command (#8465) Kevin Ahrendt 2025-03-25 11:16:12 -05:00
  • ce2e966005 fix 1bpp rendering (#8463) Samuel Sieb 2025-03-25 01:33:53 -07:00
  • e7d1072c85 [core] Fix s2 build after crc header fix (#8459) Jonathan Swoboda 2025-03-24 19:04:25 -04:00
  • bc999b50b3 [font] More robust handling of fixed font sizes. (#8443) Clyde Stubbs 2025-03-24 20:35:42 +11:00
  • 6cfe3ac44d [gt911][cst226][ektf2232] Swap x and y calibration values (#8450) Clyde Stubbs 2025-03-24 20:07:21 +11:00
  • 6787730aa4 [core] Fix 5.4.0 build issue (#8455) Jonathan Swoboda 2025-03-23 22:46:31 -04:00
  • 48a7927a60 Merge branch 'release' into dev Keith Burzinski 2025-03-22 23:45:32 -05:00
  • 8ea4d8402f Merge pull request #8451 from esphome/bump-2025.3.1 2025.3.1 Keith Burzinski 2025-03-22 23:45:18 -05:00
  • 2c53408cfc Bump version to 2025.3.1 Keith Burzinski 2025-03-22 23:14:32 -05:00
  • 33dce6e522 [lvgl] Ensure non-zero screen dimensions during init (#8444) Clyde Stubbs 2025-03-23 15:09:29 +11:00
  • e213932b7c [lvgl] Set correct buffer size (#8442) Clyde Stubbs 2025-03-21 15:12:27 +11:00
  • 42fb0e2809 [ft63x6] Get correct dimensions from display (#8417) Clyde Stubbs 2025-03-20 15:37:44 +11:00
  • acce0bc45b [lvgl] Ensure non-zero screen dimensions during init (#8444) Clyde Stubbs 2025-03-23 15:09:29 +11:00
  • f5885de6f1 Bump pytest-asyncio from 0.23.6 to 0.25.3 (#8447) dependabot[bot] 2025-03-21 22:19:09 +00:00
  • 17e3bb7324 Bump aioesphomeapi from 29.6.0 to 29.7.0 (#8448) dependabot[bot] 2025-03-21 11:44:47 -10:00
  • d891521ce2 [lvgl] Set correct buffer size (#8442) Clyde Stubbs 2025-03-21 15:12:27 +11:00
  • 3320e4112b [cli] Add --reset and --upload_speed options (#8380) Clyde Stubbs 2025-03-21 13:38:59 +11:00
  • c0e4701e1d [esp32] Allow pioarduino versions 5.3.2 and 5.4.0 (#8440) Jonathan Swoboda 2025-03-20 22:31:58 -04:00
  • f3390ff7f5 Bump tzlocal from 5.2 to 5.3.1 (#8423) dependabot[bot] 2025-03-20 14:41:23 -10:00
  • dfbfb2a2bb Update wheel requirement from ~=0.43.0 to >=0.43,<0.46 (#8421) dependabot[bot] 2025-03-20 13:08:25 -10:00
  • 874026ca8f Bump pylint from 3.2.7 to 3.3.6 (#8441) dependabot[bot] 2025-03-20 22:07:38 +00:00
  • 4adda632bb Bump ruff from 0.9.2 to 0.11.0 (#8409) dependabot[bot] 2025-03-20 09:51:23 -10:00
  • 6ea89644e7 [ft63x6] Get correct dimensions from display (#8417) Clyde Stubbs 2025-03-20 15:37:44 +11:00
  • 64ff62c005 Merge branch 'release' into dev Keith Burzinski 2025-03-19 23:37:27 -05:00
  • c4de9e87e4 Merge pull request #8438 from esphome/bump-2025.3.0 2025.3.0 Keith Burzinski 2025-03-19 23:37:13 -05:00
  • 918924d697 Bump version to 2025.3.0 Keith Burzinski 2025-03-19 20:54:32 -05:00
  • 43805e6c56 Bump actions/cache from 4.2.2 to 4.2.3 (#8433) dependabot[bot] 2025-03-19 12:46:38 -10:00
  • 38bbfaccc6 Bump actions/cache from 4.2.2 to 4.2.3 in /.github/actions/restore-python (#8437) dependabot[bot] 2025-03-19 12:46:01 -10:00
  • 56b32aae11 Merge branch 'beta' into dev Keith Burzinski 2025-03-19 16:01:54 -05:00
  • e2c16b4baa Merge pull request #8436 from esphome/bump-2025.3.0b5 2025.3.0b5 Keith Burzinski 2025-03-19 16:01:39 -05:00
  • 10a9162f48 Bump version to 2025.3.0b5 Keith Burzinski 2025-03-19 14:36:04 -05:00
  • fbc884772c [audio] Bugfix: fix flac decoding glitches by using esp-audio-libs v1.1.3 (#8431) Kevin Ahrendt 2025-03-19 10:14:42 -05:00
  • cbf68f1fd2 [audio] Bugfix: fix flac decoding glitches by using esp-audio-libs v1.1.3 (#8431) Kevin Ahrendt 2025-03-19 10:14:42 -05:00
  • cf227d6f32 Merge branch 'beta' into dev Keith Burzinski 2025-03-18 15:21:26 -05:00
  • 54e3153f27 Merge pull request #8428 from esphome/bump-2025.3.0b4 2025.3.0b4 Keith Burzinski 2025-03-18 15:21:15 -05:00
  • c2e0a01106 Bump version to 2025.3.0b4 Keith Burzinski 2025-03-18 14:43:26 -05:00
  • d2c2439b97 [core] Handle mis-typed platform name more cleanly (#8424) Clyde Stubbs 2025-03-19 06:42:14 +11:00
  • a8d33dd26a [docker] Bump libfreetype (#8426) Keith Burzinski 2025-03-17 23:28:15 -05:00
  • da41a9204e [docker] Bump curl, git, openssh-client, libopenjp2-7, nginx-light (#8419) Keith Burzinski 2025-03-17 01:55:29 -05:00
  • f993bb08c7 [core] Handle mis-typed platform name more cleanly (#8424) Clyde Stubbs 2025-03-19 06:42:14 +11:00
  • afa481aeea [docker] Bump libfreetype (#8426) Keith Burzinski 2025-03-17 23:28:15 -05:00
  • dfb162e7a6 [docker] Bump curl, git, openssh-client, libopenjp2-7, nginx-light (#8419) Keith Burzinski 2025-03-17 01:55:29 -05:00
  • 098921b88f Merge branch 'beta' into dev Keith Burzinski 2025-03-16 01:54:05 -05:00
  • 5c6368b6b8 Merge pull request #8415 from esphome/bump-2025.3.0b3 2025.3.0b3 Keith Burzinski 2025-03-16 01:53:55 -05:00
  • 9bd7060f6b Bump version to 2025.3.0b3 Keith Burzinski 2025-03-16 01:23:06 -05:00
  • fb1d178abc Added getters for graphs ymin and ymax (#8112) Mikkel Jeppesen 2025-03-15 06:55:20 +01:00
  • 90c96a0a0f [font] Fix issues with bitmap fonts (#8407) Clyde Stubbs 2025-03-14 20:17:16 +11:00
  • d74f9d32db Bump paho-mqtt from 1.6.1 to 2.1.0 dependabot/pip/paho-mqtt-2.1.0 dependabot[bot] 2025-03-15 07:37:28 +00:00
  • c63a545750 Bump esphome-glyphsets from 0.1.0 to 0.2.0 (#8403) dependabot[bot] 2025-03-14 21:36:12 -10:00
  • 89f82be4cd Bump puremagic from 1.27 to 1.28 (#8406) dependabot[bot] 2025-03-14 21:35:51 -10:00
  • c336dd9436 Bump setuptools from 69.2.0 to 76.0.0 (#8405) dependabot[bot] 2025-03-14 21:35:15 -10:00
  • fa25cebed5 Added getters for graphs ymin and ymax (#8112) Mikkel Jeppesen 2025-03-15 06:55:20 +01:00
  • 7679c716b3 [font] Fix issues with bitmap fonts (#8407) Clyde Stubbs 2025-03-14 20:17:16 +11:00
  • 225e2585e8 Merge branch 'beta' into dev Keith Burzinski 2025-03-13 01:31:27 -05:00
  • 1bdf0fdc57 Merge pull request #8400 from esphome/bump-2025.3.0b2 2025.3.0b2 Keith Burzinski 2025-03-13 01:31:17 -05:00
  • 4d95ff2ae0 Bump version to 2025.3.0b2 Keith Burzinski 2025-03-12 23:23:27 -05:00
  • f36d400058 Bump tornado from 6.4 to 6.4.2 (#8398) dependabot[bot] 2025-03-12 23:22:08 -05:00
  • c63cf9d151 Bump cryptography to 44.0.2 (#8399) J. Nick Koston 2025-03-12 18:21:45 -10:00
  • 0a02c1461e Rework pyproject.toml to make it parseable by dependabot (#8397) J. Nick Koston 2025-03-12 15:16:59 -10:00
  • b3a69c6c05 Bump aioesphomeapi to 29.6.0 (#8396) J. Nick Koston 2025-03-12 15:00:31 -10:00
  • dd113f2972 [api] add voice assistant announce to the api (#8395) Kevin Ahrendt 2025-03-12 19:35:10 -05:00
  • 3c5a0091ee [core] add reallocation support to RAMAllocator (#8390) Kevin Ahrendt 2025-03-12 15:04:05 -05:00
  • bf65b73569 [speaker, resampler, mixer] Make volume and mute getters virtual (#8391) Kevin Ahrendt 2025-03-12 14:34:38 -05:00
  • a2b123a29a [audio, mixer] Memory and CPU performance improvements (#8387) Kevin Ahrendt 2025-03-12 14:18:31 -05:00
  • 3575f52cdf Bump mdns library to 1.8.0 (#8378) J. Nick Koston 2025-03-12 09:18:21 -10:00
  • c90185854e Bump tornado from 6.4 to 6.4.2 (#8398) dependabot[bot] 2025-03-12 23:22:08 -05:00
  • 7d8c39d295 Bump cryptography to 44.0.2 (#8399) J. Nick Koston 2025-03-12 18:21:45 -10:00
  • 59d282489a Rework pyproject.toml to make it parseable by dependabot (#8397) J. Nick Koston 2025-03-12 15:16:59 -10:00
  • f9a0a63290 Bump aioesphomeapi to 29.6.0 (#8396) J. Nick Koston 2025-03-12 15:00:31 -10:00
  • 00000e0ea8 [api] add voice assistant announce to the api (#8395) Kevin Ahrendt 2025-03-12 19:35:10 -05:00
  • bd853e6883 [core] add reallocation support to RAMAllocator (#8390) Kevin Ahrendt 2025-03-12 15:04:05 -05:00
  • 64d1d93fe0 [speaker, resampler, mixer] Make volume and mute getters virtual (#8391) Kevin Ahrendt 2025-03-12 14:34:38 -05:00
  • 266c2ef337 [audio, mixer] Memory and CPU performance improvements (#8387) Kevin Ahrendt 2025-03-12 14:18:31 -05:00
  • 35199c9b96 Bump mdns library to 1.8.0 (#8378) J. Nick Koston 2025-03-12 09:18:21 -10:00