Jesse Hills
7dbc20b776
[update] Set entity_category to config & Publish state to logs ( #6954 )
2024-06-25 08:57:37 +12:00
Jesse Hills
a21dab334c
[core] Fix package merging with lists of primitives ( #6952 )
2024-06-25 08:57:37 +12:00
Jesse Hills and GitHub
1863523cfd
Merge pull request #6946 from esphome/bump-2024.6.1
...
2024.6.1
2024-06-20 17:05:37 +12:00
Jesse Hills
a7a9eb6f71
Bump version to 2024.6.1
2024-06-20 15:59:27 +12:00
Jesse Hills
c868dae44a
Bump esphome-dashboard to 20240620.0 ( #6944 )
2024-06-20 15:59:27 +12:00
Jesse Hills and GitHub
0fe18a6144
Merge pull request #6940 from esphome/bump-2024.6.0
...
2024.6.0
2024-06-20 08:26:41 +12:00
Jesse Hills
a6d1aa91de
Bump version to 2024.6.0
2024-06-19 21:52:47 +12:00
Jesse Hills and GitHub
9747811b82
Merge pull request #6938 from esphome/bump-2024.6.0b5
...
2024.6.0b5
2024-06-19 18:19:14 +12:00
Jesse Hills
ff803aa108
Rename test files
2024-06-19 16:37:33 +12:00
Jesse Hills
8bac82f804
Bump version to 2024.6.0b5
2024-06-19 15:37:43 +12:00
Jesse Hills
6682451ee0
[network] Default ipv6 to false to always set the flags ( #6937 )
...
* [network] Default ipv6 to false to always set the flags
* Separate tests for ipv6 disabled and enabled
* Forgot other platforms wouldnt have the variable in config
2024-06-19 15:37:43 +12:00
Jesse Hills and GitHub
c053a33fe8
Merge pull request #6930 from esphome/bump-2024.6.0b4
...
2024.6.0b4
2024-06-18 16:12:04 +12:00
Jesse Hills
ff07637dfd
Bump version to 2024.6.0b4
2024-06-18 14:26:24 +12:00
Jesse Hills
43b5c2deb7
Rename legacy/modern to ota/factory ( #6922 )
...
* Rename legacy/modern to ota/factory
* Add modern/legacy in brackets
2024-06-18 14:26:24 +12:00
Jesse Hills
d27e7b3b70
[wifi] Fix some access point bugs related to esp-idf 4.4.7 ( #6928 )
...
* Set dhcp server range to only 10 IPs
* Change log level to errors to make it clearer
* We want to stop the dhcp server, not client
2024-06-18 14:26:24 +12:00
Jesse Hills and GitHub
cfe28ce7a3
Merge pull request #6915 from esphome/bump-2024.6.0b3
...
2024.6.0b3
2024-06-17 16:27:24 +12:00
Jesse Hills
25a3db1637
Bump version to 2024.6.0b3
2024-06-17 15:35:53 +12:00
Jesse Hills
65638bf614
[mqtt] Fix datetime copy pasta ( #6914 )
2024-06-17 15:35:52 +12:00
Jesse Hills
1e66241b26
[ili9xxx] Fix init for GC9A01A ( #6913 )
2024-06-17 15:35:52 +12:00
Jesse Hills and GitHub
4e8a7986cd
Merge pull request #6902 from esphome/bump-2024.6.0b2
...
2024.6.0b2
2024-06-13 11:40:44 +12:00
Jesse Hills
3db71b98ae
Bump version to 2024.6.0b2
2024-06-13 10:31:08 +12:00
Jesse Hills
73cb3ec852
Bump esphome-dashboard to 20240613.0 ( #6901 )
2024-06-13 10:31:08 +12:00
Jesse Hills
91e72fe121
[host] Execute host program when using run command ( #6897 )
2024-06-13 10:31:08 +12:00
Jesse Hills
fdefc825bb
[CI] Fix for sdl ( #6892 )
2024-06-13 10:31:07 +12:00
Jesse Hills and GitHub
8a83670f54
Merge pull request #6891 from esphome/bump-2024.6.0b1
...
2024.6.0b1
2024-06-12 19:28:36 +12:00
Jesse Hills
f9f98fa6c6
Bump version to 2024.6.0b1
2024-06-12 14:16:43 +12:00
Jesse Hills and GitHub
3cd2fb0843
[core] Update Entities ( #6885 )
2024-06-12 09:57:36 +12:00
Jesse Hills and GitHub
95e45dc12c
Allow parse_json to return a boolean result ( #6884 )
...
* Allow parse_json to return a boolean result
* Remove pass variable
2024-06-10 22:40:56 +00:00
Jesse Hills and GitHub
dceab6ce29
[voice_assistant] Write less data to speaker each loop ( #6877 )
2024-06-10 15:22:55 +12:00
Jesse Hills and GitHub
6de79d6cfb
[i2s_speaker] A few fixes ( #6872 )
2024-06-10 15:22:41 +12:00
7b45498de6
[http_request] Add esp-idf and rp2040 support ( #3256 )
...
* 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 (#3265 )
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
Jesse Hills and GitHub
ccab57fc58
[logger] Fix defines for development ( #6870 )
...
* [logger] Fix defines for development
* Set debugging flags for rp2040
2024-06-06 23:30:49 -05:00
Jesse Hills
f7742cdf19
Merge branch 'release' into dev
2024-06-05 16:39:19 +12:00
Jesse Hills and GitHub
5b062a222c
Merge pull request #6863 from esphome/bump-2024.5.5
...
2024.5.5
2024-06-05 16:38:27 +12:00
Jesse Hills
664ee56dc5
Bump version to 2024.5.5
2024-06-05 15:51:29 +12:00
Jesse Hills
ce4a3d9950
[i2s_speaker] Add buffer allocation failure checks ( #6829 )
2024-06-05 15:51:29 +12:00
Jesse Hills
ac9f57600d
[voice_assistant] Half the microphone ringbuffer size ( #6830 )
2024-06-05 15:51:29 +12:00
69d38f6137
[ft5x06] Interrupt pin and code quality improvements ( #6851 )
...
Co-authored-by: Clyde Stubbs <2366188+clydebarrow@users.noreply.github.com >
2024-06-05 11:02:18 +10:00
Jesse Hills and GitHub
dd27881336
[i2s_speaker] Add buffer allocation failure checks ( #6829 )
2024-05-30 03:01:39 -05:00
Jesse Hills and GitHub
8aba890e69
[voice_assistant] Half the microphone ringbuffer size ( #6830 )
2024-05-30 03:00:09 -05:00
Jesse Hills and GitHub
63fc8ab10a
[core] Const-ify some Component fields ( #6831 )
2024-05-30 02:59:15 -05:00
854d3f2e4a
[voice_assistant] Timers ( #6821 )
...
Co-authored-by: Keith Burzinski <kbx81x@gmail.com >
2024-05-30 13:09:19 +12:00
Jesse Hills
d2b35adcc8
Merge branch 'release' into dev
2024-05-28 12:51:22 +12:00
Jesse Hills and GitHub
3fe2fc9b56
Merge pull request #6820 from esphome/bump-2024.5.4
...
2024.5.4
2024-05-28 12:50:30 +12:00
Jesse Hills
4cd4b168b4
Bump version to 2024.5.4
2024-05-28 08:29:19 +12:00
Jesse Hills and Samuel Sieb
54b51269ab
[web_server_base] Bump ESPAsyncWebServer-esphome to 3.2.2 ( #6797 )
...
Co-authored-by: Samuel Sieb <samuel-github@sieb.net >
2024-05-28 08:29:18 +12:00
6d341ce4e7
[web_server_base] Bump ESPAsyncWebServer-esphome to 3.2.2 ( #6797 )
...
Co-authored-by: Samuel Sieb <samuel-github@sieb.net >
2024-05-27 07:15:05 +12:00
Jesse Hills
964410bd64
Merge branch 'release' into dev
2024-05-25 08:25:31 +12:00
Jesse Hills and GitHub
d72ab25d46
Merge pull request #6804 from esphome/bump-2024.5.3
...
2024.5.3
2024-05-25 08:24:38 +12:00
Jesse Hills
af755380b7
Bump version to 2024.5.3
2024-05-25 08:14:39 +12:00
Jesse Hills
04db724295
[voice_assistant] Don't allocate buffers until starting the microphone for the first time ( #6800 )
2024-05-25 08:14:39 +12:00
Jesse Hills and GitHub
863bee28d9
[voice_assistant] Don't allocate buffers until starting the microphone for the first time ( #6800 )
2024-05-25 07:42:24 +12:00
Jesse Hills and GitHub
4ab7a5d964
[ledc] Change some logging lines from debug to verbose ( #6796 )
2024-05-23 00:04:33 -05:00
Jesse Hills
83d3584173
Merge branch 'release' into dev
2024-05-21 12:30:00 +12:00
Jesse Hills and GitHub
0ee4348777
Merge pull request #6786 from esphome/bump-2024.5.2
...
2024.5.2
2024-05-21 12:29:09 +12:00
Jesse Hills
fcdf36e991
Bump version to 2024.5.2
2024-05-21 11:07:20 +12:00
Jesse Hills
cd0f557940
[remote_receiver] Add better error message for tolerance breaking change ( #6784 )
2024-05-21 11:07:20 +12:00
Jesse Hills and GitHub
9de67feccd
[remote_receiver] Add better error message for tolerance breaking change ( #6784 )
2024-05-21 10:53:16 +12:00
Jesse Hills
81ef67cfbb
Merge branch 'release' into dev
2024-05-20 19:50:39 +12:00
Jesse Hills and GitHub
f235dcc096
Merge pull request #6781 from esphome/bump-2024.5.1
...
2024.5.1
2024-05-20 19:48:55 +12:00
Jesse Hills
d2d3db4b8c
Bump version to 2024.5.1
2024-05-20 17:14:17 +12:00
Jesse Hills and GitHub
df838b5788
[core] Remove references to deleted setup.py ( #6757 )
2024-05-16 22:33:33 +12:00
Jesse Hills and GitHub
034c196ad8
[core] Update some coroutine priorities ( #6755 )
2024-05-16 16:46:16 +12:00
Jesse Hills and GitHub
7c243dafb3
[core] Fix some extends cases ( #6748 )
2024-05-16 14:11:54 +12:00
Jesse Hills and GitHub
f91c31f093
[core] Fix running pylint via pre-commit from GUI apps ( #6754 )
2024-05-16 13:47:56 +12:00
Jesse Hills and GitHub
a27c05483c
[core] Move pylint config into pyproject.toml ( #6739 )
2024-05-16 13:47:36 +12:00
Jesse Hills and GitHub
bf48ccaf22
[core] Move pytest config into pyproject.toml ( #6740 )
2024-05-16 13:20:12 +12:00
Jesse Hills and GitHub
f2ef06d8b5
[core] Migrate to pyproject.toml ( #6737 )
2024-05-16 13:19:37 +12:00
Jesse Hills
1f29023c92
Merge branch 'release' into dev
2024-05-15 18:29:15 +12:00
Jesse Hills and GitHub
caa8c820de
Merge pull request #6753 from esphome/bump-2024.5.0
...
2024.5.0
2024-05-15 18:27:28 +12:00
Jesse Hills
0d3adc8f0c
Bump version to 2024.5.0
2024-05-15 17:08:43 +12:00
Jesse Hills
d7cb953994
Merge branch 'beta' into dev
2024-05-15 16:33:46 +12:00
Jesse Hills and GitHub
ad0a1c5c35
Merge pull request #6751 from esphome/bump-2024.5.0b6
...
2024.5.0b6
2024-05-15 16:24:15 +12:00
Jesse Hills
5d2e3a7d8d
Bump version to 2024.5.0b6
2024-05-15 13:14:15 +12:00
Jesse Hills
ebc3f0fe17
[adc] Fix 11db deprecation warning ( #6749 )
2024-05-15 13:14:15 +12:00
Jesse Hills and GitHub
9a6e90af54
[adc] Fix 11db deprecation warning ( #6749 )
2024-05-15 12:51:01 +12:00
Jesse Hills
55e4532a88
Merge branch 'beta' into dev
2024-05-15 10:03:05 +12:00
Jesse Hills and GitHub
bd8afa51cd
Merge pull request #6741 from esphome/bump-2024.5.0b5
...
2024.5.0b5
2024-05-15 09:57:25 +12:00
Jesse Hills
db4aa0b679
Bump version to 2024.5.0b5
2024-05-15 07:37:22 +12:00
Jesse Hills and GitHub
636037cec1
[core] Fix minor formatting issues ( #6738 )
2024-05-14 17:01:07 +12:00
Jesse Hills and GitHub
7d791cbdfb
[esp32_ble] Fix compilation error on esp32c6 ( #6734 )
2024-05-14 16:22:43 +12:00
Jesse Hills and GitHub
036a666e36
[web_server] Minor python formatting ( #6735 )
2024-05-14 15:38:53 +12:00
Jesse Hills
c94f638c0b
Merge branch 'beta' into dev
2024-05-14 11:49:01 +12:00
Jesse Hills and GitHub
142c4a87d2
Merge pull request #6733 from esphome/bump-2024.5.0b4
...
2024.5.0b4
2024-05-14 11:38:00 +12:00
Jesse Hills
1e4d6ee344
Bump version to 2024.5.0b4
2024-05-14 10:02:22 +12:00
Jesse Hills
5afe0e5ec2
Fix ESPHOME_PROJECT_VERSION_30 ( #6731 )
2024-05-14 10:02:22 +12:00
Jesse Hills and GitHub
47b40505c2
Fix ESPHOME_PROJECT_VERSION_30 ( #6731 )
2024-05-14 09:42:53 +12:00
Jesse Hills and GitHub
47a1710b1e
Only cache docker images on dev branch ( #6714 )
2024-05-10 11:55:35 +12:00
Jesse Hills and GitHub
ca5050d4a5
[github] Only save platformio cache for dev branch ( #6711 )
2024-05-10 11:04:32 +12:00
Jesse Hills and GitHub
8280772b91
Add new Error type to skip prepending path ( #6716 )
2024-05-10 10:57:47 +12:00
Jesse Hills
026c3a69b8
Merge branch 'beta' into dev
2024-05-09 23:23:14 +12:00
Jesse Hills and GitHub
448b4f5cb6
Merge pull request #6713 from esphome/bump-2024.5.0b3
...
2024.5.0b3
2024-05-09 23:04:30 +12:00
Jesse Hills
8ae8cd1168
Bump version to 2024.5.0b3
2024-05-09 21:55:34 +12:00
Jesse Hills
bd776baf8d
[github] Fix digest artifact name ( #6710 )
2024-05-09 21:55:34 +12:00
Jesse Hills and GitHub
78d1a50853
[github] Fix digest artifact name ( #6710 )
2024-05-09 21:25:48 +12:00
Jesse Hills
ca031287a1
Merge branch 'beta' into dev
2024-05-09 17:35:13 +12:00
Jesse Hills and GitHub
0883f0efd7
Merge pull request #6708 from esphome/bump-2024.5.0b2
...
2024.5.0b2
2024-05-09 17:29:33 +12:00
Jesse Hills
0ca395e8d0
Bump version to 2024.5.0b2
2024-05-09 14:45:40 +12:00
Jesse Hills
2fbe80c1f7
[ethernet] Use constexpr instead of inline define for KSZ80XX_PC2R_REG_ADDR ( #6705 )
2024-05-09 14:45:40 +12:00
Jesse Hills
054587c0e4
[github] Upgrade to actions/{upload,download}-artifact v4 ( #6698 )
2024-05-09 14:45:39 +12:00