Commit graph

7313 commits

Author SHA1 Message Date
dependabot[bot]
de19588d10
Bump docker/setup-buildx-action from 3.3.0 to 3.4.0 (#7043)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-05 11:22:06 +12:00
Jesse Hills
bc2bc13eb1
Merge branch 'release' into dev 2024-07-03 21:04:14 +12:00
Jesse Hills
6c96281a1d
Merge pull request #7035 from esphome/bump-2024.6.6
2024.6.6
2024-07-03 21:03:25 +12:00
Jesse Hills
3727342bce
Bump version to 2024.6.6 2024-07-03 20:14:27 +12:00
Jesse Hills
fc3f806555
[docker] Fix docker build error fall through (#7021) 2024-07-03 20:14:27 +12:00
Jesse Hills
c013c3bf61
[docker] Bump versions inside armv7 block (#7022) 2024-07-03 20:14:27 +12:00
Jesse Hills
849a98d5b4
Bump dockerfile dependencies (#7017) 2024-07-03 20:14:27 +12:00
Jesse Hills
dd1a72e4d9
Merge branch 'release' into dev 2024-07-03 20:05:10 +12:00
Jesse Hills
e4e404d54f
Merge pull request #7034 from esphome/bump-2024.6.5
2024.6.5
2024-07-03 20:04:18 +12:00
lhy
ee6f2bfecb
Fix compile errors on ESP32-C6 with W5500 SPI ethernet (#7030) 2024-07-03 20:03:54 +12:00
Jesse Hills
995db1d0e1
Bump version to 2024.6.5 2024-07-03 15:45:30 +12:00
Jesse Hills
5cb80619dd
[wifi] Only set default ttls phase 2 on esp-idf (#7033)
* [wifi] Only set default ttls phase 2 on esp-idf

* Add eap arduino test
2024-07-03 15:45:30 +12:00
Keith Burzinski
0914dc7198
Move some consts for #4585 (#7023) 2024-07-03 15:45:30 +12:00
Jesse Hills
12f00a9d3d
[mpr121] await register parented (#7014)
fixes https://github.com/esphome/issues/issues/5913
2024-07-03 15:45:30 +12:00
Jesse Hills
3fb9c93a24
[wifi] Only set default ttls phase 2 on esp-idf (#7033)
* [wifi] Only set default ttls phase 2 on esp-idf

* Add eap arduino test
2024-07-03 02:21:41 +00:00
Jesse Hills
d8f0dce08f
[uptime] Add new timestamp type for uptime sensor (#7029)
* [uptime] Add new timestamp type for uptime sensor

* Remove debug logs
2024-07-01 21:29:49 -05:00
Keith Burzinski
5e6c69b930
[CI] Update tests to run against IDF 5.1 (#7011) 2024-07-02 14:07:36 +12:00
Keith Burzinski
83f9664efb
[CI] Run all tests when a base test changes (#7010) 2024-07-02 14:06:33 +12:00
Andreas Fritiofson
582386d3a2
Make crc8 const-correct (#7027) 2024-07-02 13:47:56 +12:00
endym
567023cf31 add updated codeowners 2024-07-01 16:28:04 +02:00
endym
76b25ae449 impl. "blink" effect 2024-07-01 14:59:15 +02:00
endym
0141880577 changed "effect update interval" to general "update interval", use it for "demo mode" as well 2024-07-01 14:59:15 +02:00
endym
0720c98fb6 fixed update interval handling 2024-07-01 14:59:15 +02:00
endym
dbe24bd30e fixed duration handling 2024-07-01 14:59:15 +02:00
endym
0441dfbd5c set_text action: impl. effect duration and update-interval 2024-07-01 14:59:15 +02:00
endym
3f07667a49 Impl. "set text" action incl. "scroll left" effect 2024-07-01 14:59:15 +02:00
endym
ef9f16a9dc [new] restructure (new display class), impl. demo mode action 2024-07-01 14:59:15 +02:00
endym
b9ee2b2deb MAX6921: Replace "intensity" (0-16) with "brightness" in percent
Expose action "set_brightness".
2024-07-01 14:59:15 +02:00
endym
45580f2638 MAX6921: make pin mapping independent of configuration order 2024-07-01 14:59:15 +02:00
endym
49211644d9 MAX6921: impl. configuration of "display position to OUT pin" mapping 2024-07-01 14:59:15 +02:00
endym
9d75525477 MAX6921: fix demo-mode "scroll_font" (pointed chars) 2024-07-01 14:59:15 +02:00
endym
1403c5ef66 MAX6921: impl. configuration of "display segment to OUT pin" mapping 2024-07-01 14:59:15 +02:00
endym
96b1a92dd3 MAX6921: change default polling interval to 500ms 2024-07-01 14:59:15 +02:00
endym
8936d597e2 MAX6921: Implemented demo mode "scroll_font" 2024-07-01 14:59:15 +02:00
endym
9e0b86f3fd MAX6921: fix log output 2024-07-01 14:59:15 +02:00
endym
fc90baf380 MAX6921: increase PWM frequency of BLANK pin to stabilize display on low intensity 2024-07-01 14:59:15 +02:00
endym
0708b9734e MAX6921: impl. display intensity (PWM input for BLANK pin) 2024-07-01 14:59:15 +02:00
endym
c78d3e5e14 MAX6921: fixed segment data for char "-" 2024-07-01 14:59:14 +02:00
endym
959d232160 MAX6921: basic working approach
Using PollingComponent as refresh cylce which leads to display flicker and
interruptions by Wifi operations.
2024-07-01 14:59:14 +02:00
endym
61ce15db44 Finished 1st approach of max6921 component 2024-07-01 14:59:14 +02:00
endym
9018a355db Copied component "max7219" and renamed all to "max6921" 2024-07-01 14:59:14 +02:00
Keith Burzinski
7aaa5ce9c8
Move some consts for #4585 (#7023) 2024-07-01 06:20:59 +00:00
Kevin P. Fleming
5278ae4b5e
'uart' and 'improv_serial' need to understand non-UART logger configurations (#6998) 2024-07-01 11:52:05 +12:00
Jesse Hills
b89dea97d9
[docker] Fix docker build error fall through (#7021) 2024-07-01 11:51:51 +12:00
Jesse Hills
715184070d
[docker] Bump versions inside armv7 block (#7022) 2024-07-01 11:17:44 +12:00
orland0m
6294c3b913
Enable devcontainer linters (#7019) 2024-07-01 11:06:59 +12:00
Jesse Hills
e9cf3623d1
Bump dockerfile dependencies (#7017) 2024-07-01 08:54:04 +12:00
Jesse Hills
d0ab2a16a6
[mpr121] await register parented (#7014)
fixes https://github.com/esphome/issues/issues/5913
2024-06-28 21:12:59 -05:00
Jesse Hills
1f5442f1ba
Merge branch 'release' into dev 2024-06-27 18:40:44 +12:00
Jesse Hills
7b3d6747d5
Merge pull request #7004 from esphome/bump-2024.6.4
2024.6.4
2024-06-27 18:39:53 +12:00