Commit Graph

  • 80226694d5
    Bump version to 2024.11.0b1 Jesse Hills 2024-11-13 13:16:13 +1300
  • 053465d3f6
    Updated dfplayer logging to be more user-friendly (#7740) Kyle Cascade 2024-11-12 14:54:25 -0800
  • 7d75c9157b
    [Modbus Controller] Added `on_online` and `on_offline` automation (#7417) TFGF 2024-11-12 17:48:40 -0300
  • b367c01b4b
    [core] Ring buffer write functions use const pointer parameter (#7750) Kevin Ahrendt 2024-11-12 13:48:03 -0500
  • e6a1254e65
    [sun] Implements `is_above_horizon()` (#7754) Edward Firmo 2024-11-12 19:23:00 +0100
  • 1e80c4807e
    Message to string extend (#7755) FreeBear-nc 2024-11-12 18:20:48 +0000
  • 928b39f495
    [i2s_audio] I2S speaker improvements (#7749) Kevin Ahrendt 2024-11-12 13:20:12 -0500
  • 58d028ac13
    Add OpenTherm component (part 3: rest of the sensors) (#7676) Oleg Tarasov 2024-11-12 06:19:42 +0300
  • a2dccc4730
    [midea] Add temperature validation in do_follow_me method (bugfix) (#7736) Djordje Mandic 2024-11-11 05:14:01 +0100
  • ffee2f0e88
    [lvgl] Implement keypads (#7719) Clyde Stubbs 2024-11-11 14:07:48 +1100
  • d885d65c9b
    [sensor] Make some values templatable (#7735) Clyde Stubbs 2024-11-11 12:18:05 +1100
  • c35240ca32
    Remove the choice for MQTT logging if it is disabled (#7723) Kyle Cascade 2024-11-10 17:13:43 -0800
  • 7c00c5db70
    [docker] Bump curl, iputils-ping and libssl-dev (#7748) Jesse Hills 2024-11-11 09:44:02 +1300
  • 335faf858b
    Fix dashboard ip resolving (#7747) Jesse Hills 2024-11-11 08:55:19 +1300
  • 1829e68730
    Merge branch 'release' into dev Jesse Hills 2024-11-08 22:42:27 +1300
  • b8eadb2ba5
    Merge pull request #7732 from esphome/bump-2024.10.3 2024.10.3 Jesse Hills 2024-11-08 22:41:29 +1300
  • 551ea37882
    Bump version to 2024.10.3 Jesse Hills 2024-11-08 17:02:31 +1300
  • 3a25eaca3f
    [lvgl] Ensure images are configured before using them. (Bugfix) (#7721) Clyde Stubbs 2024-11-05 11:32:18 +1100
  • e85cbf26f8
    Fixes modbus timing error (#7674) Bonne Eggleston 2024-10-28 20:52:39 -0700
  • 2ec17eed58
    [rpi_dpi_rgb] Fix get_width and height (Bugfix) (#7675) Clyde Stubbs 2024-10-27 13:17:09 +1100
  • 2f77d31690
    OTA: Fix IPv6 and multiple address support (#7414) David Woodhouse 2024-11-08 03:38:13 +0000
  • 3f123d7542
    Bump pypa/gh-action-pypi-publish from 1.11.0 to 1.12.2 (#7730) dependabot[bot] 2024-11-08 12:42:36 +1300
  • d189cc1fbe
    [lvgl] Fix id config for the lvgl component (Bugfix) (#7731) Clyde Stubbs 2024-11-08 10:39:01 +1100
  • c0658ffe2c
    [fix] deprecated legacy driver tsens (#7658) Ramil Valitov 2024-11-08 01:10:58 +0300
  • 248b0bc378
    [lvgl] Allow multiple LVGL instances (#7712) Clyde Stubbs 2024-11-08 07:05:23 +1100
  • 80b4c26481
    feat(MQTT): Add `enable`, `disable` and `enable_on_boot` (#7716) Rodrigo Martín 2024-11-06 01:56:48 +0100
  • 5bb4d042e4
    [spi_device] rename mode to spi_mode (#7724) Clyde Stubbs 2024-11-06 11:54:47 +1100
  • dcc537d0d4
    [lvgl] Don't just throw key error if someone types a bad layout type (#7722) Jesse Hills 2024-11-06 10:45:40 +1300
  • 2dca3d79e4
    [lvgl] Ensure images are configured before using them. (Bugfix) (#7721) Clyde Stubbs 2024-11-05 11:32:18 +1100
  • 01497c891d
    datetime fix build_language_schema (#7710) tomaszduda23 2024-11-03 22:22:16 +0100
  • 77bb46ff3b
    handle bad pin schemas (#7711) Samuel Sieb 2024-11-01 02:54:34 -0700
  • cefbfb75bd
    [esp32_ble] Add disconnect as a virtual function to ``ESPBTClient`` (#7705) Jesse Hills 2024-10-31 23:46:35 +1300
  • 749b942132
    [lvlg] fix tests (#7708) Clyde Stubbs 2024-10-31 17:37:32 +1100
  • a043022444
    [font] Add support for "glyphsets" (#7429) Faidon Liambotis 2024-10-31 05:36:23 +0200
  • 8b7e061f3a
    [touchscreen] Calibration fixes (#7704) Clyde Stubbs 2024-10-31 13:15:39 +1100
  • 74ea1b60e3
    [CI] Fix webserver defines to be present based on platform, not just framework (#7703) Jesse Hills 2024-10-31 11:37:54 +1300
  • 5a2fed3569
    [spi] Add mosi pin checks for displays (#7702) Clyde Stubbs 2024-10-31 09:28:18 +1100
  • e85157db4b
    Add config for current temperature precision (#7699) Jason Nagin 2024-10-30 15:34:33 -0400
  • d3563e4e97
    [sdl] Allow window to be resized. (#7698) Clyde Stubbs 2024-10-31 06:30:46 +1100
  • 765579dabb
    [es8311] Add es8311 dac component (#7693) Kevin Ahrendt 2024-10-30 15:29:24 -0400
  • 6afd004ec5
    Bump pypa/gh-action-pypi-publish from 1.10.3 to 1.11.0 (#7700) dependabot[bot] 2024-10-31 08:25:36 +1300
  • ee3ee3a63b
    [http_request] Implement `on_error` trigger for requests (#7696) Clyde Stubbs 2024-10-30 12:10:58 +1100
  • aae2ee2ecb
    Add in area and device to the prometheus labels (#7692) Jordan Zucker 2024-10-29 18:03:10 -0700
  • bac6880a1e
    fix: [climate] Allow substitutions in `visual.temperature_step.{target_temperature,current_temperature}` (#7679) Ilia Sotnikov 2024-10-30 02:32:55 +0300
  • 0982ab58ac
    fix build error (#7694) tomaszduda23 2024-10-29 19:53:36 +0100
  • 38dd566e0c
    remove use of delay (#7680) Samuel Sieb 2024-10-28 21:12:54 -0700
  • 71e1e3b5f8
    let make new platform implementation in external components (#7615) tomaszduda23 2024-10-29 04:58:36 +0100
  • abbd7faa64
    fix(WiFi): Fix strncpy missing NULL terminator [-Werror=stringop-truncation] (#7668) Rodrigo Martín 2024-10-29 04:56:50 +0100
  • aa0e155e22
    Fixes modbus timing error (#7674) Bonne Eggleston 2024-10-28 20:52:39 -0700
  • 0dab280440
    Mopeka Pro Check improvement to allow user to configure the sensor reporting for lower quality readings (#7475) Sean Brogan 2024-10-28 20:49:06 -0700
  • 90b076eccd
    Add more prometheus metrics (#7683) Jordan Zucker 2024-10-28 20:43:02 -0700
  • 444c0fc67f
    Add asdf to gitignore (and dockerignore) (#7686) Jordan Zucker 2024-10-28 20:09:22 -0700
  • 302ba2874e
    Support W5500 SPI-Ethernet polling mode if framework is supported (#7503) Satoshi YAMADA 2024-10-29 12:08:08 +0900
  • df750d0d11
    [http_request] Add enum for status codes (#7690) Clyde Stubbs 2024-10-29 14:05:58 +1100
  • 63e4d4b493
    [font] Fix failure with bitmap fonts (#7691) Clyde Stubbs 2024-10-29 13:56:32 +1100
  • 88627095fb
    [http_request] Always return defined server response status (#7689) Clyde Stubbs 2024-10-29 11:12:32 +1100
  • 858d97ccef
    [bytebuffer] Rework ByteBuffer using templates (#7638) Clyde Stubbs 2024-10-29 09:08:29 +1100
  • 22f30d42a6
    [lvgl] Implement qrcode (#7623) Clyde Stubbs 2024-10-29 09:05:51 +1100
  • 1e2497748d
    [rpi_dpi_rgb] Fix get_width and height (Bugfix) (#7675) Clyde Stubbs 2024-10-27 13:17:09 +1100
  • 34de2bbe99
    gp8403 : Add the possibility to use substitution for channel selection (#7681) SeByDocKy 2024-10-26 23:54:57 +0200
  • 21cb941bbe
    Add OpenTherm component (part 2.1: sensor platform) (#7529) Oleg Tarasov 2024-10-25 05:00:28 +0300
  • 33fdbbe30c
    [image][online_image][animation] Fix transparency in RGB565 (#7631) Clyde Stubbs 2024-10-25 09:05:25 +1100
  • 09f9d91577
    Bump actions/setup-python from 5.2.0 to 5.3.0 (#7670) dependabot[bot] 2024-10-25 10:57:09 +1300
  • 34a8eaddb2
    Bump actions/setup-python from 5.2.0 to 5.3.0 in /.github/actions/restore-python (#7671) dependabot[bot] 2024-10-25 10:56:48 +1300
  • 7dbda12008
    [code-quality] weikai.h (#7601) tomaszduda23 2024-10-24 23:55:58 +0200
  • 4101d5dad1
    [media_player] Add new media player conditions (#7667) Kevin Ahrendt 2024-10-24 17:26:39 -0400
  • c20e1975d1
    unified way how all platforms handle get_download_types (#7617) tomaszduda23 2024-10-24 23:25:19 +0200
  • 4fa3c6915c
    Bump esphome-dashboard to 20241025.0 (#7669) Jesse Hills 2024-10-25 08:10:30 +1300
  • ca5c73d170
    Support ignoring discovered devices from the dashboard (#7665) Jesse Hills 2024-10-25 07:55:14 +1300
  • 5b5c2fe71b
    updating ESP32 board definitions (#7650) Aaron Solochek 2024-10-23 17:25:53 -0700
  • 9acc21e81a
    unified way how all platforms handle copy_files (#7614) tomaszduda23 2024-10-23 23:04:59 +0200
  • bff0e81ed3
    [speaker, i2s_audio] Support audio_dac component, mute actions, and improved logging (#7664) Kevin Ahrendt 2024-10-23 16:37:38 -0400
  • 2feffddc55
    Bump actions/cache from 4.1.1 to 4.1.2 (#7660) dependabot[bot] 2024-10-24 08:06:53 +1300
  • 4289e00ad0
    Bump actions/cache from 4.1.1 to 4.1.2 in /.github/actions/restore-python (#7659) dependabot[bot] 2024-10-24 08:06:45 +1300
  • 574ee404d2
    Merge branch 'release' into dev Jesse Hills 2024-10-24 08:05:09 +1300
  • 9caf5f8b31
    Merge pull request #7663 from esphome/bump-2024.10.2 2024.10.2 Jesse Hills 2024-10-24 08:04:29 +1300
  • 127acfde64
    Bump version to 2024.10.2 Jesse Hills 2024-10-24 07:15:40 +1300
  • 156ad773c9
    [voice_assistant] Bugfix: Fix crash on start (#7662) Kevin Ahrendt 2024-10-23 13:25:31 -0400
  • 8d90d256bf
    [lvgl] Some properties were not templatable (Bugfix) (#7655) Clyde Stubbs 2024-10-23 10:16:55 +1100
  • 833565feb9
    Humanized the missing MQTT log topic error message (#7634) Kyle Cascade 2024-10-21 21:11:23 -0700
  • fdebf04196
    [voice_assistant] Bugfix: Fix crash on start (#7662) Kevin Ahrendt 2024-10-23 13:25:31 -0400
  • dd8d25e43f
    i2c_device (#7641) Gábor Poczkodi 2024-10-23 05:23:10 +0200
  • 68844c4869
    [lvgl] Some properties were not templatable (Bugfix) (#7655) Clyde Stubbs 2024-10-23 10:16:55 +1100
  • 7c0543862a
    Humanized the missing MQTT log topic error message (#7634) Kyle Cascade 2024-10-21 21:11:23 -0700
  • a932ca2f64
    feat(MQTT): Add subscribe QoS to discovery (#7648) Rodrigo Martín 2024-10-22 05:38:25 +0200
  • 2597975ae0
    [rtttl] Add `get_gain()` (#7647) Edward Firmo 2024-10-22 05:29:16 +0200
  • 6330177d24
    [lvgl] Allow strings to be interpreted as integers (Bugfix) (#7652) Clyde Stubbs 2024-10-22 14:10:09 +1100
  • 3ac730fb2f
    [lvgl] Fix rotation code for 90deg (Bugfix) (#7653) Clyde Stubbs 2024-10-22 14:06:58 +1100
  • ff48f53989
    [image] Fix compile time problem with host image not using lvgl (#7654) Clyde Stubbs 2024-10-22 14:05:39 +1100
  • 8bb4316956
    [lvgl] light schema should require `widget:` not `led:` (Bugfix) (#7649) Clyde Stubbs 2024-10-22 14:03:32 +1100
  • 40cdb778f5
    Merge branch 'release' into dev Jesse Hills 2024-10-22 14:00:31 +1300
  • dfd174e1a5
    Merge pull request #7651 from esphome/bump-2024.10.1 2024.10.1 Jesse Hills 2024-10-22 13:59:49 +1300
  • 735c04cd69
    Bump version to 2024.10.1 Jesse Hills 2024-10-22 12:57:17 +1300
  • d95b370998
    Move setting global voice assistant to constructor (#7630) Michael Hansen 2024-10-21 18:14:07 -0500
  • 3ebdd62c67
    [lvgl] Remove states from style definitions (Bugfix) (#7645) Clyde Stubbs 2024-10-22 09:51:40 +1100
  • c26c96b8f4
    [config] Ensure user-supplied build flags don't get silently overwritten (#7622) Clyde Stubbs 2024-10-22 09:49:12 +1100
  • 748256b3ee
    [wifi] Support custom MAC on Arduino, too (#7644) Keith Burzinski 2024-10-21 17:46:41 -0500
  • 10791db82e
    auto-load preferences (#7642) Samuel Sieb 2024-10-20 17:40:43 -0700
  • 3dd34f6628
    Fix broken ibeacon_uuid config in ble_rssi (#7640) Lennart 2024-10-20 21:16:08 +0200
  • 7004053538
    [config] Fix crash with empty substitutions block (#7612) Clyde Stubbs 2024-10-17 11:32:22 +1100