1
0
mirror of https://github.com/esphome/esphome.git synced 2025-07-19 21:43:07 +01:00
Commit Graph

7002 Commits

Author SHA1 Message Date
eb50f0eafd Synchronise Device Classes from Home Assistant () 2024-06-17 15:35:52 +12:00
6b89763ad6 [mqtt] Fix datetime copy pasta () 2024-06-17 13:20:04 +12:00
253303f3a9 [ili9xxx] Fix init for GC9A01A () 2024-06-17 13:01:07 +12:00
d49f2cbec8 IDF 5 fixes for () 2024-06-16 20:02:15 +12:00
290816be11 VEML7700 Fix GCC build warnings () 2024-06-16 02:50:00 -05:00
2fc43fa9c7 [micro_wake_word] Pin to esp-tflite-micro v1.3.1 () 2024-06-14 12:38:35 +12:00
5adadeaa07 [esp32_camera] Use newer library version (for ) () 2024-06-13 10:42:08 +00:00
761aae6f89 [CI] Allow clang-tidy to see IDF components ()
* Allow clang-tidy to see IDF components

* Remove camera, add tflite-micro
2024-06-13 05:15:38 -05:00
b29e1acab8 Synchronise Device Classes from Home Assistant () 2024-06-13 19:24:36 +12:00
49d4260cfe Merge branch 'beta' into dev 2024-06-13 11:41:24 +12:00
4e8a7986cd Merge pull request from esphome/bump-2024.6.0b2
2024.6.0b2
2024.6.0b2
2024-06-13 11:40:44 +12:00
3db71b98ae Bump version to 2024.6.0b2 2024-06-13 10:31:08 +12:00
73cb3ec852 Bump esphome-dashboard to 20240613.0 () 2024-06-13 10:31:08 +12:00
91e72fe121 [host] Execute host program when using run command () 2024-06-13 10:31:08 +12:00
be486e0ca6 Add step_delay option to X9C component () 2024-06-13 10:31:07 +12:00
fdefc825bb [CI] Fix for sdl () 2024-06-13 10:31:07 +12:00
c4c46c206f Bump esphome-dashboard to 20240613.0 () 2024-06-13 10:12:36 +12:00
8453d9a70d Bump actions/checkout from 4.1.6 to 4.1.7 ()
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-13 09:27:15 +12:00
68dbf35b09 X9C step delay with units () 2024-06-12 11:14:03 -07:00
1a242f94db [host] Execute host program when using run command () 2024-06-12 09:20:46 +00:00
df52bc3493 Add step_delay option to X9C component () 2024-06-12 09:09:26 +00:00
2044c7e4d4 [CI] Fix for sdl () 2024-06-12 19:58:56 +12:00
b401b5eca8 [CI] Update device class sync script for update entities () 2024-06-12 19:36:57 +12:00
67f41a0c72 Merge branch 'beta' into dev 2024-06-12 19:34:22 +12:00
8a83670f54 Merge pull request from esphome/bump-2024.6.0b1
2024.6.0b1
2024.6.0b1
2024-06-12 19:28:36 +12:00
bd7e8fbf86 Bump version to 2024.7.0-dev 2024-06-12 14:16:43 +12:00
f9f98fa6c6 Bump version to 2024.6.0b1 2024-06-12 14:16:43 +12:00
f25c296303 [ili9xxx] Implement st7735 support () 2024-06-12 13:47:52 +12:00
bc408ad08c [display] SDL2 display driver for host platform () 2024-06-12 13:42:01 +12:00
e2c1af199c Fix media_player.volume_set when media player is not started ()
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
2024-06-12 01:39:01 +00:00
7c843437a7 [config] Early termination of validation steps on error () 2024-06-12 13:26:43 +12:00
4bf7c97088 WebSocket overrides check_origin for reverse proxy configuration () 2024-06-12 13:19:18 +12:00
7b9fb57bb2 [config] Retain path information in validated configuration () 2024-06-12 13:15:57 +12:00
699d00e218 [image] Make PIL import local () 2024-06-12 13:11:00 +12:00
e2784d077d [he60r] Don't publish state unless it has changed. [BUGFIX] () 2024-06-12 13:09:20 +12:00
13fabf1cd8 change to new 1-wire platform ()
Co-authored-by: Samuel Sieb <samuel@sieb.net>
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
2024-06-12 13:05:44 +12:00
7b60543afd [safe_mode] Allow user-defined interval for successful boot ()
Co-authored-by: Keith Burzinski <kbx81x@gmail.com>
2024-06-12 12:38:20 +12:00
562700bd2c Climate IR LG - Support fan only mode and all "on" commands () 2024-06-11 17:04:25 -07:00
a64106e48c [waveshare_epaper] Add support for 13.3in-k () 2024-06-12 11:51:04 +12:00
c723fd1f80 [animation] Allow loading external url at build time () 2024-06-12 10:56:27 +12:00
3a97244b83 [Deep sleep] Compilation error with IDF >= 5.* () 2024-06-12 10:42:20 +12:00
1f8449ec0e [Dockerfile] Sync platformio version with requirements.txt () 2024-06-12 10:38:26 +12:00
3cd2fb0843 [core] Update Entities () 2024-06-12 09:57:36 +12:00
7dc07c5632 Update webserver local assets to 20240610-230854 () 2024-06-10 23:33:42 +00:00
95e45dc12c Allow parse_json to return a boolean result ()
* Allow parse_json to return a boolean result

* Remove pass variable
2024-06-10 22:40:56 +00:00
51a8a7e875 Bump docker/build-push-action from 5.3.0 to 5.4.0 in /.github/actions/build-image ()
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-11 10:17:18 +12:00
dceab6ce29 [voice_assistant] Write less data to speaker each loop () 2024-06-10 15:22:55 +12:00
6de79d6cfb [i2s_speaker] A few fixes () 2024-06-10 15:22:41 +12:00
7b45498de6 [http_request] Add esp-idf and rp2040 support ()
* Implement http_request component for esp-idf

* Fix ifdefs

* Lint

* clang

* Set else to fail with error message

* Use unique_ptr

* Fix

* Tidy up casting, explicit HttpResponse lifetime ()

Co-authored-by: Daniel Cousens <dcousens@users.noreply.github.com>

* Remove unique_ptr wrapper

* Fix

* Use reference

* Add duration code into new split files

* Add config for tx/rx buffer on idf

* Fix

* Try reserve response data with rx buffer size

* Update http_request.h

* Move client cleanup to be earlier

* Move capture_response to bool on struct and remove global

* Fix returns

* Change quotes to brackets

* Rework http request

* Remove http request from old test yamls

* Update component tests

* Validate md5 length when hardcoded string

* Linting

* Add duration_ms to container

* More lint

* const

* Remove default arguments and add helper functions for get and post

* Add virtual destructor to HttpContainer

* Undo const HEADER_KEYS

* 🤦

* Update esphome/components/http_request/ota/ota_http_request.cpp

Co-authored-by: Keith Burzinski <kbx81x@gmail.com>

* Update esphome/components/http_request/ota/ota_http_request.cpp

Co-authored-by: Keith Burzinski <kbx81x@gmail.com>

* lint

* Move header keys inline

* Add missing WatchdogManagers

* CAPS

* Fix "follow redirects" string in config dump

* IDF 5+ fix

---------

Co-authored-by: Daniel Cousens <413395+dcousens@users.noreply.github.com>
Co-authored-by: Daniel Cousens <dcousens@users.noreply.github.com>
Co-authored-by: Keith Burzinski <kbx81x@gmail.com>
2024-06-09 15:15:29 -05:00
618102fe8c fix: arduino media player still sets wrong state. () 2024-06-09 18:34:21 +12:00