Commit graph

7241 commits

Author SHA1 Message Date
Tomasz Duda
9be2139259 fix clang 2024-07-24 21:28:16 +02:00
Tomasz Duda
fb870b6b72 fix clang 2024-07-24 19:49:05 +02:00
Tomasz Duda
529fe0cd13 fix clang 2024-07-24 19:39:37 +02:00
Tomasz Duda
94ce0576cf fix clang 2024-07-24 19:38:03 +02:00
Tomasz Duda
4ae6b8bcbf fix clang 2024-07-24 19:23:22 +02:00
Tomasz Duda
8d8939eaf4 fix clang 2024-07-24 19:19:03 +02:00
Tomasz Duda
1e552bb458 fix clang 2024-07-24 19:11:44 +02:00
Tomasz Duda
0c0a972c5e fix clang tidy 2024-07-24 15:31:00 +02:00
Tomasz Duda
4a0a14635a fix clang tidy 2024-07-24 15:25:55 +02:00
Tomasz Duda
4224689f1c fix clang tidy 2024-07-24 15:23:58 +02:00
Tomasz Duda
0c494f3650 fix clang-tidy 2024-07-24 15:03:00 +02:00
Tomasz Duda
dd43acf7af fix clang-tidy 2024-07-24 14:39:26 +02:00
Tomasz Duda
508468a031 update platformio.ini 2024-07-24 13:53:38 +02:00
Tomasz Duda
6e2d8cffaf clean up code 2024-07-24 13:43:45 +02:00
Tomasz Duda
05f3b71007 add clang-tidy for zephyr 2024-07-24 13:35:07 +02:00
Tomasz Duda
35385bb0c8 add missing framework 2024-07-24 10:34:35 +02:00
Tomasz Duda
c4fe63c208 fix clang-tidy 2024-07-23 14:34:52 +02:00
Tomasz Duda
a2910f8e0b Merge remote-tracking branch 'origin/dev' into nrf52_core 2024-07-23 07:22:59 +02:00
Tomasz Duda
7311b00c10 add versions 2024-07-23 06:34:15 +02:00
Clyde Stubbs
2cc14055cf
Added ruff to pre-commit hooks (#7124) 2024-07-23 16:12:23 +12:00
Daniel
19a787c235
[fan] fix initial FanCall to properly set speed (#7113)
Speed settings were ignored for the first FanCall, if no speed has been restored before. This commit changes the behaviour to: set speed to 100%, iff current speed AND new speed are not set.
2024-07-22 21:53:31 -05:00
dependabot[bot]
e88e32bf23
Bump docker/setup-buildx-action from 3.4.0 to 3.5.0 (#7122)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-23 14:21:03 +12:00
dependabot[bot]
f0d4b5f740
Bump docker/login-action from 3.2.0 to 3.3.0 (#7121)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-23 14:20:54 +12:00
dependabot[bot]
2b2a83273f
Bump docker/setup-qemu-action from 3.1.0 to 3.2.0 (#7120)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-23 14:20:44 +12:00
Jesse Hills
ae476bb400
[http_request] Change default timeout to 4.5s (#7123) 2024-07-22 20:51:32 -05:00
dependabot[bot]
dc24eefe08
Bump docker/build-push-action from 6.4.1 to 6.5.0 in /.github/actions/build-image (#7119)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-23 13:01:45 +12:00
Jesse Hills
b66d3793f5
Create nrf52-tidy env too 2024-07-23 12:59:27 +12:00
Jesse Hills
2c48466243
Merge branch 'dev' into pr/tomaszduda23/7049 2024-07-23 10:52:12 +12:00
Jesse Hills
5348e29e14
Add more to the nrf pio environment 2024-07-23 10:50:53 +12:00
Tomasz Duda
f3eec64928 add clang-tidy for zephyr 2024-07-23 00:15:56 +02:00
Tomasz Duda
58dc8445f9 fix review comments 2024-07-22 13:03:04 +02:00
tomaszduda23
685ebbecbc
Update esphome/components/nrf52/gpio.py
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
2024-07-22 12:54:03 +02:00
Tomasz Duda
e86b546ec1 make import alphabetical order 2024-07-22 12:50:17 +02:00
Tomasz Duda
e44c02523a add this-> prefix 2024-07-22 12:35:52 +02:00
Tomasz Duda
487cf39101 add delayMicroseconds (and other functions in esphome/core/hal.h 2024-07-22 12:01:51 +02:00
tomaszduda23
9d57c9897c
Update esphome/components/logger/logger_zephyr.cpp
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
2024-07-22 12:01:15 +02:00
Aodren Auffrédou-Heinicke
f1aa254e48
APDS9306 Ambient Light Sensor (#6709)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
Co-authored-by: Keith Burzinski <kbx81x@gmail.com>
Co-authored-by: Mat931 <49403702+Mat931@users.noreply.github.com>
2024-07-22 17:29:54 +12:00
Jan-Philipp Benecke
5d5f3276e9
Inherit esp32_ble_beacon from esp32_ble (#6908)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
2024-07-22 16:20:09 +12:00
Jesse Hills
172a358d01
Merge branch 'release' into dev 2024-07-22 14:09:49 +12:00
Jesse Hills
0ac549d208
Merge pull request #7114 from esphome/bump-2024.7.1
2024.7.1
2024-07-22 14:09:00 +12:00
Clyde Stubbs
8fc42694f6
[ili9xxx] Rework delay handling (#7115) 2024-07-22 13:42:25 +12:00
leejoow
0a7d883633
[modbus_controller] Add on_command_sent trigger (#7078)
Co-authored-by: Leo Schelvis <leo.schelvis@gmail.com>
2024-07-22 13:33:11 +12:00
Jesse Hills
41813b0a1f
Bump version to 2024.7.1 2024-07-22 12:35:06 +12:00
irgendwienet
4690e227b8
Fixes sml parser to process extended length lists with a number of items that is dividable by 16 (#6148) 2024-07-22 12:35:06 +12:00
Olivier ARCHER
5bec0a6534
[http_request] allow basic auth for idf (#7086) 2024-07-22 12:35:06 +12:00
Lucio Tarantino
626ed815fb
[heatpumpir] Fix BK72XX Compile error with IRremoteESP8266 (#6955) 2024-07-22 12:35:06 +12:00
Kevin Ahrendt
74aee1d453
revert bit shift to match previous behavior (#7109) 2024-07-22 12:35:06 +12:00
Alex Cortelyou
d187340fc4
Prevent rename from deleting new config (#7104) 2024-07-22 12:35:06 +12:00
irgendwienet
a464e46d4d
Fixes sml parser to process extended length lists with a number of items that is dividable by 16 (#6148) 2024-07-22 11:42:09 +12:00
tomaszduda23
f322ec8f3d
use cache to build tests for compoenents (#7059) 2024-07-22 11:33:26 +12:00