Commit Graph

  • dc42427c60
    Move setting global voice assistant to constructor (#7630) Michael Hansen 2024-10-21 18:14:07 -0500
  • 40ad6befa8
    [lvgl] Remove states from style definitions (Bugfix) (#7645) Clyde Stubbs 2024-10-22 09:51:40 +1100
  • 612e2c1644
    [lvgl] Defer display rotation reset until setup(). (Bugfix) (#7627) Clyde Stubbs 2024-10-22 09:50:16 +1100
  • c8d0cde329
    [config] Ensure user-supplied build flags don't get silently overwritten (#7622) Clyde Stubbs 2024-10-22 09:49:12 +1100
  • 5e8794175d
    [wifi] Support custom MAC on Arduino, too (#7644) Keith Burzinski 2024-10-21 17:46:41 -0500
  • 657527655d
    auto-load preferences (#7642) Samuel Sieb 2024-10-20 17:40:43 -0700
  • f7543a7b8d
    Update Pull request template (#7620) Jesse Hills 2024-10-21 11:28:52 +1300
  • 43a020641b
    Fix broken ibeacon_uuid config in ble_rssi (#7640) Lennart 2024-10-20 21:16:08 +0200
  • c019ff34bc
    Bump bme68x_bsec2 version to 1.8.2610 (#7626) Shivam Maurya 2024-10-18 06:45:28 +0530
  • ef6ccddc0d
    [lvgl] Allow esphome::Image in lambda to update image source directly (#7624) guillempages 2024-10-17 22:23:37 +0200
  • 8bbe4efded
    [lvgl] Revise code generation to allow early widget creation (#7611) Clyde Stubbs 2024-10-17 13:20:19 +1100
  • f490585f66
    [code-quality] udp component (#7602) tomaszduda23 2024-10-17 03:38:02 +0200
  • fcfc76b01b
    [lvgl] Roller and Dropdown enhancements; (#7608) Clyde Stubbs 2024-10-17 12:03:48 +1100
  • 5ad68e926d
    [axs15231] Touchscreen driver (#7592) Clyde Stubbs 2024-10-17 11:44:20 +1100
  • 56fa6fef85
    [config] Fix crash with empty substitutions block (#7612) Clyde Stubbs 2024-10-17 11:32:22 +1100
  • c9e5919739
    [fix] ESP32-C6 BLE compile error (#7580) Ramil Valitov 2024-10-17 03:31:02 +0300
  • 0451b31f9e
    Bump arduino-mlx90393 to 1.0.2 (#7618) functionpointer 2024-10-17 02:17:20 +0200
  • 1c845e0ff8
    [speaker, i2s_audio] I2S Speaker implementation using a ring buffer (#7605) Kevin Ahrendt 2024-10-16 18:47:11 -0400
  • 22478ffb0f
    chore: bump platformio to 6.1.16 to support py3.13 build (#7590) Rui Chen 2024-10-16 00:26:48 -0400
  • c38cc128db
    chore: bump pyyaml to 6.0.2 to support py3.13 build (#7610) Rui Chen 2024-10-16 00:26:17 -0400
  • fa01149771
    Add support for Analog Devices MAX17043 battery fuel gauge (#7522) Paul Blacknell 2024-10-16 04:28:24 +0100
  • 254522dd93
    [qspi_dbi] Rename from qspi_amoled, add features (#7594) Clyde Stubbs 2024-10-16 14:26:50 +1100
  • 6a86d92781
    [lvgl] Implement better software rotation (#7595) Clyde Stubbs 2024-10-16 14:26:06 +1100
  • b274d6901a
    [fix] deprecated functions warnings for logger component with ESP IDF version 5.3.0+ (#7600) Ramil Valitov 2024-10-16 06:25:47 +0300
  • 3ef31e55ca
    [display] filled_ring and filled_gauge methods added (#7420) Aleksandr Artemev 2024-10-16 05:25:05 +0200
  • fb002ac3b0
    Add TC74 temperature sensor (#7460) Seth Girvan 2024-10-15 20:24:37 -0700
  • de943908bd
    [automation] Implement all and any condition shortcuts (#7565) Clyde Stubbs 2024-10-16 14:23:43 +1100
  • b0a25872da
    [code-quality] statsd component (#7603) tomaszduda23 2024-10-16 05:22:45 +0200
  • 403d450f47
    Merge branch 'release' into dev Jesse Hills 2024-10-16 16:19:08 +1300
  • d6b96ad51d
    Merge pull request #7609 from esphome/bump-2024.10.0 2024.10.0 Jesse Hills 2024-10-16 16:18:27 +1300
  • 9b4b50a3a6
    Bump version to 2024.10.0 Jesse Hills 2024-10-16 14:29:17 +1300
  • 2cca26ada4
    [fix] ESP32-C6: internal temperature reporting (#7579) Ramil Valitov 2024-10-14 20:59:23 +0300
  • 312799babf
    Update test_build_components (#7597) tomaszduda23 2024-10-14 03:31:37 +0200
  • 5bc5a9dcb6
    Merge branch 'beta' into dev Jesse Hills 2024-10-14 10:58:02 +1300
  • ef87a6657a
    Merge pull request #7599 from esphome/bump-2024.10.0b2 2024.10.0b2 Jesse Hills 2024-10-14 10:57:15 +1300
  • 27e1233fc0
    [CI] failures when installing using apt-get. (#7593) Clyde Stubbs 2024-10-13 10:51:51 +1100
  • d24ad2e0e7
    Bump version to 2024.10.0b2 Jesse Hills 2024-10-14 09:31:16 +1300
  • dda27d9de4
    Fix update sequence when update is set to false (#5225) (#7407) Niclas Larsson 2024-10-13 22:17:37 +0200
  • f52136338d
    [touchscreen] Fix coordinates when using rotation (#7591) Clyde Stubbs 2024-10-14 07:10:48 +1100
  • bafb0ad688
    [web_server] Event component grouping (#7586) RFDarter 2024-10-13 20:50:13 +0200
  • b617b92758
    fix uart settings check (#7573) Samuel Sieb 2024-10-09 03:44:19 -0700
  • 39e922580a
    Fix update sequence when update is set to false (#5225) (#7407) Niclas Larsson 2024-10-13 22:17:37 +0200
  • 77d0bfc4bb
    [touchscreen] Fix coordinates when using rotation (#7591) Clyde Stubbs 2024-10-14 07:10:48 +1100
  • 654cee6f83
    [web_server] expose event compoent to REST (#7587) RFDarter 2024-10-13 20:50:22 +0200
  • cf14c02b8a
    [web_server] Event component grouping (#7586) RFDarter 2024-10-13 20:50:13 +0200
  • 42f6095960
    [core][esp32_rmt_led_strip] Migrate ExternalRAMAllocator to RAMAllocator Pietro 2024-10-13 11:24:17 +0200
  • f224984858
    [CI] failures when installing using apt-get. (#7593) Clyde Stubbs 2024-10-13 10:51:51 +1100
  • efe4c5e3bc
    [light] Add ``initial_state`` configuration (#7577) Jesse Hills 2024-10-12 06:13:32 +1300
  • cedb671f07
    [fix] ESP32-C6 Reset Reasons (#7578) Ramil Valitov 2024-10-10 21:51:21 +0300
  • c18bd3ac81
    Bump actions/upload-artifact from 4.4.2 to 4.4.3 (#7575) dependabot[bot] 2024-10-10 16:07:40 +1300
  • b08432bd0d
    Update `pillow` to 10.4.0 (#7566) Ilia Sotnikov 2024-10-10 05:44:07 +0300
  • 4bac9707fe
    fix uart settings check (#7573) Samuel Sieb 2024-10-09 03:44:19 -0700
  • 7e16cda949
    Merge branch 'beta' into dev Jesse Hills 2024-10-09 17:48:32 +1300
  • 8a025a6617
    Merge pull request #7572 from esphome/bump-2024.10.0b1 2024.10.0b1 Jesse Hills 2024-10-09 17:44:02 +1300
  • 1c05f5af03
    Bump version to 2024.11.0-dev Jesse Hills 2024-10-09 15:01:49 +1300
  • 4a9d3a3927
    Bump version to 2024.10.0b1 Jesse Hills 2024-10-09 15:01:49 +1300
  • 26694cb55e
    Bump actions/cache from 4.1.0 to 4.1.1 in /.github/actions/restore-python (#7571) dependabot[bot] 2024-10-09 14:51:43 +1300
  • 94ad1237ce
    Bump actions/cache from 4.1.0 to 4.1.1 (#7570) dependabot[bot] 2024-10-09 14:51:31 +1300
  • 69467ea6ff
    Bump actions/upload-artifact from 4.4.1 to 4.4.2 (#7569) dependabot[bot] 2024-10-09 14:51:23 +1300
  • 66f500e594
    [template/binary_sensor] Implement `condition:` option as alternative to lambda. (#7561) Clyde Stubbs 2024-10-09 12:49:33 +1100
  • fc97a6d1e3
    [lvgl] Fix text component (#7563) Clyde Stubbs 2024-10-09 12:43:28 +1100
  • 1a567b6986
    [cst816] Allow skipping i2c probe (#7557) Clyde Stubbs 2024-10-09 12:41:58 +1100
  • 9211aad524
    Update radon_eye_listener.cpp for more possible variants (#7567) baldisos 2024-10-09 03:33:50 +0200
  • 6139b933c5
    Bump actions/cache from 4.0.2 to 4.1.0 (#7558) dependabot[bot] 2024-10-08 02:00:10 +0000
  • 3804b3b759
    Bump actions/cache from 4.0.2 to 4.1.0 in /.github/actions/restore-python (#7560) dependabot[bot] 2024-10-08 14:34:26 +1300
  • 659239e8cd
    Bump actions/upload-artifact from 4.4.0 to 4.4.1 (#7559) dependabot[bot] 2024-10-08 14:34:15 +1300
  • 52e59d1dad
    [ili9xxx] Put display into sleep mode on shutdown. (#7555) Clyde Stubbs 2024-10-08 12:28:59 +1100
  • b8630363e0
    [online_image] Bugfix: Use std::string instead of const char * (#7556) Clyde Stubbs 2024-10-08 03:47:07 +1100
  • 1d91601094
    Update webserver local assets to 20241007-025551 (#7553) esphomebot 2024-10-07 16:22:17 +1300
  • ea23f49e90
    nau7802: new component (#6291) Curtis Malainey 2024-10-06 20:08:56 -0700
  • b2bf2bc448
    Add Initial NPI-19 pressure sensor support (#7181) Ken Baker 2024-10-06 22:59:13 -0400
  • 5ad5ef5a42
    Add Initial TE-M3200 pressure sensor support (#6862) Ken Baker 2024-10-06 22:58:28 -0400
  • 86a34f4b17
    [web_server] v3 entity grouping (#6833) RFDarter 2024-10-07 04:52:26 +0200
  • 6a2ed8241e
    [lvgl] Fix: allow full range of styles on dropdown list. (#7552) Clyde Stubbs 2024-10-07 13:43:41 +1100
  • 03a95ee05f
    Feature/add seeed grove gmxxx multichannel gas support (#4304) YorkshireIoT 2024-10-07 03:34:46 +0100
  • 81f6750211
    [lvgl] Bugfixes #3 (#7472) Clyde Stubbs 2024-10-07 11:27:08 +1100
  • cbc03aae80
    [code-quality] fix clang-tidy api (#7279) tomaszduda23 2024-10-07 00:55:11 +0200
  • 390299894e
    [code-quality] fix clang-tidy md5 and hmac_md5 (#7325) tomaszduda23 2024-10-07 00:53:49 +0200
  • fc7628cdea
    Bump docker/build-push-action from 6.7.0 to 6.9.0 in /.github/actions/build-image (#7511) dependabot[bot] 2024-10-07 10:34:38 +1300
  • fbd600f43f
    Bump pypa/gh-action-pypi-publish from 1.10.2 to 1.10.3 (#7541) dependabot[bot] 2024-10-07 10:34:17 +1300
  • 239eadb895
    Bump docker/setup-buildx-action from 3.6.1 to 3.7.1 in the docker-actions group across 1 directory (#7542) dependabot[bot] 2024-10-07 10:34:03 +1300
  • e87169805c
    [wifi] Replace ``USE_ESP32_IGNORE_EFUSE_MAC_CRC`` with IDF's ``CONFIG_ESP_MAC_IGNORE_MAC_CRC_ERROR`` (#7502) Keith Burzinski 2024-10-06 16:02:53 -0500
  • 9f85d99a22
    [audio_dac] [aic3204] Add new component + platform (#7505) Keith Burzinski 2024-10-06 15:59:42 -0500
  • 56e305f986
    [bedjet_codec] Remove ``assert()`` (#7543) Keith Burzinski 2024-10-06 15:01:43 -0500
  • 1c0ee5ae6b
    [thermostat] Remove ``assert()``s (#7544) Keith Burzinski 2024-10-06 15:01:11 -0500
  • 949e61db8d
    [bang-bang] Remove ``assert()`` (#7533) Keith Burzinski 2024-10-06 15:00:09 -0500
  • e31a96bfe2
    Allow use of all pulse count unit channels if needed. (#7550) Tobias Hoff 2024-10-06 21:53:57 +0200
  • 6a8e88b1cc
    CSE7766 needs even parity (#7549) Samuel Sieb 2024-10-06 12:49:52 -0700
  • b3cff566eb
    [lvgl] Remap image to img in "set_style_*" (#7546) guillempages 2024-10-06 00:44:18 +0200
  • 0a62106b7b
    [image] Use "puremagic" instead of "magic" python module (#7536) guillempages 2024-10-05 09:07:32 +0200
  • 1cf4818640
    [CI] Use a list when reading idedata for includes (#7535) Keith Burzinski 2024-10-04 03:07:49 -0500
  • 523eedbc51
    [web_server] Expose detail=all on all components (#7531) RFDarter 2024-10-03 02:34:12 +0200
  • e57a1ff42d
    Fix parsing of µs time periods in config (#7495) David Woodhouse 2024-10-02 19:54:12 +0100
  • 361b6ab961
    [mics_4514] Move consts to consts.py (#7528) Jesse Hills 2024-10-02 22:27:32 +1300
  • 0d80286bb3
    [esp32] Add ``ignore_efuse_custom_mac`` config var (#7527) Keith Burzinski 2024-10-02 03:27:46 -0500
  • d00e0eb2d6
    [wifi] Fix error message when no custom MAC is set (#7515) Keith Burzinski 2024-10-01 21:33:35 -0500
  • 215f26fbe4
    [CI] Remove ``sorted`` from library include dirs (#7526) Keith Burzinski 2024-10-01 19:08:12 -0500
  • 68928aee7c
    Merge branch 'release' into dev Jesse Hills 2024-10-01 16:42:26 +1300
  • ffb0080fc1
    Merge pull request #7516 from esphome/bump-2024.9.2 2024.9.2 Jesse Hills 2024-10-01 16:41:38 +1300
  • f784e5c9f6
    Bump version to 2024.9.2 Jesse Hills 2024-10-01 15:33:40 +1300