Commit graph

7483 commits

Author SHA1 Message Date
oarcher
d85c645c23 code clean 2024-07-21 02:15:02 +02:00
oarcher
61628f6cdd blocking on_not_responding cb 2024-07-21 01:13:26 +02:00
Kevin Ahrendt
32b927de7e
revert bit shift to match previous behavior (#7109) 2024-07-20 07:15:11 +12:00
tomaszduda23
c5b77f4590
[web_server] move v1 code to separate file (#7091) 2024-07-19 16:35:41 +12:00
Jesse Hills
0fb89d1869
[code-quality] Add some ruff configuration (#7103) 2024-07-18 18:26:21 -05:00
Alex Cortelyou
b32078a5fe
Prevent rename from deleting new config (#7104) 2024-07-19 10:04:11 +12:00
oarcher
87244f6196 test fix 2024-07-18 20:38:51 +02:00
oarcher
492ea38d92 fix unreachable wdt 2024-07-18 19:09:56 +02:00
oarcher
a8e43335ae better states handling + enable/disable 2024-07-18 18:41:52 +02:00
dependabot[bot]
dd20c5eab0
Bump docker/build-push-action from 6.4.0 to 6.4.1 in /.github/actions/build-image (#7102)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-18 15:33:30 +12:00
oarcher
290952fd9c on_disconnect callback 2024-07-17 20:27:25 +02:00
oarcher
a702097b1f on_connect callback 2024-07-17 19:50:36 +02:00
oarcher
2370d5c83d more generic state callback 2024-07-17 18:47:53 +02:00
oarcher
eb37215e9f lint 2024-07-17 14:41:27 +02:00
oarcher
671c71c406 disable CONFIG_UART_ISR_IN_IRAM 2024-07-17 14:13:32 +02:00
oarcher
7e09c54490 increase / restore WDT 2024-07-17 13:55:00 +02:00
oarcher
6b377ad1f8 reduced delay 2024-07-17 13:15:37 +02:00
oarcher
7b393e71d4 better send_at 2024-07-17 12:58:50 +02:00
oarcher
521931d0fe code clean 2024-07-17 12:34:05 +02:00
oarcher
bd5fd0c12b removed script 2024-07-17 10:35:51 +02:00
Jesse Hills
0ef73c6dd6
Merge branch 'release' into dev 2024-07-17 16:19:42 +12:00
Jesse Hills
de0e549187
Merge pull request #7100 from esphome/bump-2024.7.0
2024.7.0
2024-07-17 16:18:45 +12:00
Jesse Hills
e15d0ee150
Bump version to 2024.7.0 2024-07-17 14:54:44 +12:00
oarcher
377c30f72e fix test 2024-07-17 02:07:51 +02:00
Jesse Hills
331d556799
Merge branch 'beta' into dev 2024-07-17 11:52:14 +12:00
Jesse Hills
93e0c71c2f
Merge pull request #7099 from esphome/bump-2024.7.0b4
2024.7.0b4
2024-07-17 11:51:22 +12:00
Jesse Hills
c512d5ebb6
Bump version to 2024.7.0b4 2024-07-17 11:15:19 +12:00
Jesse Hills
f153a7b0fd
[ota] Print Arduino update errors (#7096) 2024-07-17 11:15:19 +12:00
oarcher
8095850e83 lint 2024-07-17 00:59:51 +02:00
oarcher
877fb5a144 use esp idf only 2024-07-17 00:31:55 +02:00
oarcher
5bafee43bd nolint delay 2024-07-17 00:15:06 +02:00
oarcher
a6baff9085 automation and better DCE recover 2024-07-17 00:08:29 +02:00
Clyde Stubbs
10205e06cb
Add host uart support for MacOS (#7095) 2024-07-16 09:06:27 +00:00
Jesse Hills
aa490e3726
Merge branch 'beta' into dev 2024-07-16 19:49:21 +12:00
Jesse Hills
de43c4e6ab
Merge pull request #7097 from esphome/bump-2024.7.0b3
2024.7.0b3
2024-07-16 19:48:37 +12:00
Jesse Hills
193db50668
[ota] Print Arduino update errors (#7096) 2024-07-16 02:18:43 -05:00
NewoPL
659fdefccb
[wifi] Hostname may not be set as expected on Arduino platform (#7050)
* bug #6014: workaround for not setting hostname on arduino plarform

* moving handle initailisation to ESPHOME_EVENT_ID_WIFI_STA_START callback
2024-07-16 01:28:23 -05:00
tomaszduda23
8980996b1a
[CI] add web_server v1 test (#7090) 2024-07-16 17:14:33 +12:00
dependabot[bot]
0b3fe73b74
Bump docker/build-push-action from 6.3.0 to 6.4.0 in /.github/actions/build-image (#7089)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-16 17:13:02 +12:00
Jesse Hills
4af8230b4f
Bump version to 2024.7.0b3 2024-07-16 16:51:13 +12:00
Jesse Hills
0bbefb5b2a
[micro_wake_word] Allow simpler model config (#7094) 2024-07-16 16:51:13 +12:00
Jesse Hills
41baf70660
[i2s_audio] Allow config for primary/secondary i2s mode (#7092) 2024-07-16 16:51:13 +12:00
Keith Burzinski
eaf2bb70d9
[improv_serial] Fix linker error created in #6998 (#7082) 2024-07-16 16:51:13 +12:00
Jesse Hills
c910fdf7e5
[micro_wake_word] Allow simpler model config (#7094) 2024-07-15 23:29:45 -05:00
Jesse Hills
f1d19416be
[i2s_audio] Allow config for primary/secondary i2s mode (#7092) 2024-07-15 23:28:41 -05:00
Olivier ARCHER
321594ae3d
Merge branch 'esphome:dev' into gsm 2024-07-15 14:39:02 +02:00
Keith Burzinski
07b78fea76
[CI] Add more `improv_serial` tests (#7081)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
2024-07-14 20:32:10 +00:00
Keith Burzinski
896af84acc
[improv_serial] Fix linker error created in #6998 (#7082) 2024-07-15 08:06:10 +12:00
tomaszduda23
44d609b205
[CI] compile entire web_server during tests (#7084) 2024-07-15 08:05:02 +12:00
Jesse Hills
72cbfd8fea
Merge branch 'beta' into dev 2024-07-13 15:24:43 +12:00