Commit graph

7771 commits

Author SHA1 Message Date
Jonathan Swoboda
fcce70d416
Add remote transmitter triggers (#7483)
Co-authored-by: Jonathan Swoboda <jonathan.swoboda>
2024-09-25 14:09:24 +12:00
Samuel Sieb
8e54a622d3
fix bl0906 reset energy action (#7488)
Some checks failed
CI / Create common environment (push) Waiting to run
CI / Check black (push) Blocked by required conditions
CI / Check flake8 (push) Blocked by required conditions
CI / Check pylint (push) Blocked by required conditions
CI / Check pyupgrade (push) Blocked by required conditions
CI / Run script/ci-custom (push) Blocked by required conditions
CI / Run script/clang-tidy for ESP32 Arduino 2/4 (push) Blocked by required conditions
CI / Run pytest (push) Blocked by required conditions
CI / Check clang-format (push) Blocked by required conditions
CI / Run script/clang-tidy for ESP32 Arduino 1/4 (push) Blocked by required conditions
CI / Run script/clang-tidy for ESP32 Arduino 3/4 (push) Blocked by required conditions
CI / Run script/clang-tidy for ESP32 Arduino 4/4 (push) Blocked by required conditions
CI / Run script/clang-tidy for ESP32 IDF (push) Blocked by required conditions
CI / Run script/clang-tidy for ESP8266 (push) Blocked by required conditions
CI / list-components (push) Blocked by required conditions
CI / Component test (push) Blocked by required conditions
CI / Split components for testing into 20 groups maximum (push) Blocked by required conditions
CI / Test split components (push) Blocked by required conditions
CI / CI Status (push) Blocked by required conditions
YAML lint / yamllint (push) Has been cancelled
Co-authored-by: Samuel Sieb <samuel@sieb.net>
2024-09-25 12:50:44 +12:00
David Sichau
294fe8d970
Support inkplate 5 and 5 V2 (#7448)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
2024-09-25 12:50:01 +12:00
NP v/d Spek
78ce52a33c
Merge branch 'dev' into nvds-new-espnow 2024-09-25 01:01:11 +02:00
NP v/d Spek
e6356cbde3 disabling some CI LINT warnings 2024-09-24 23:15:20 +02:00
NP v/d Spek
8ee56d695e remove the global espnow value and peer address 2024-09-24 21:28:17 +02:00
NP v/d Spek
b6f53a6dba fix triggers 2024-09-24 17:06:48 +02:00
NP v/d Spek
167dcef1e6 remove std:move 2024-09-24 16:42:37 +02:00
NP v/d Spek
c32e8fe9e1 fix test script 2024-09-24 16:41:35 +02:00
NP v/d Spek
a370c85311 make all package pointer objects 2024-09-24 16:25:38 +02:00
Nick Kinnan
cc53eb42b2
Add CSE7766 reactive power (#7301)
Some checks are pending
CI / Run script/ci-custom (push) Blocked by required conditions
CI / Run script/clang-tidy for ESP32 Arduino 2/4 (push) Blocked by required conditions
CI / Create common environment (push) Waiting to run
CI / Check black (push) Blocked by required conditions
CI / Check flake8 (push) Blocked by required conditions
CI / Check pylint (push) Blocked by required conditions
CI / Check pyupgrade (push) Blocked by required conditions
CI / Run pytest (push) Blocked by required conditions
CI / Check clang-format (push) Blocked by required conditions
CI / Run script/clang-tidy for ESP32 Arduino 1/4 (push) Blocked by required conditions
CI / Run script/clang-tidy for ESP32 Arduino 3/4 (push) Blocked by required conditions
CI / Run script/clang-tidy for ESP32 Arduino 4/4 (push) Blocked by required conditions
CI / Run script/clang-tidy for ESP32 IDF (push) Blocked by required conditions
CI / Run script/clang-tidy for ESP8266 (push) Blocked by required conditions
CI / list-components (push) Blocked by required conditions
CI / Component test (push) Blocked by required conditions
CI / Split components for testing into 20 groups maximum (push) Blocked by required conditions
CI / Test split components (push) Blocked by required conditions
CI / CI Status (push) Blocked by required conditions
2024-09-23 22:53:13 -05:00
NP v/d Spek
a07a303348 some CI linting fixes 2024-09-24 02:32:45 +02:00
NP v/d Spek
25773364cd some CI linting fixes 2024-09-23 23:47:53 +02:00
NP v/d Spek
4966adf9a6 make show_packet part of the espnow component. 2024-09-23 22:51:40 +02:00
NP v/d Spek
59c70f722d some more compile result testing. Sorry all. 2024-09-23 22:00:13 +02:00
dependabot[bot]
4ece4a389e
Bump peter-evans/create-pull-request from 7.0.3 to 7.0.5 (#7469)
Some checks are pending
CI / Run script/clang-tidy for ESP32 IDF (push) Blocked by required conditions
CI / Run script/clang-tidy for ESP8266 (push) Blocked by required conditions
CI / Run script/ci-custom (push) Blocked by required conditions
CI / Run script/clang-tidy for ESP32 Arduino 2/4 (push) Blocked by required conditions
CI / Run script/clang-tidy for ESP32 Arduino 3/4 (push) Blocked by required conditions
CI / Run script/clang-tidy for ESP32 Arduino 4/4 (push) Blocked by required conditions
CI / list-components (push) Blocked by required conditions
CI / Create common environment (push) Waiting to run
CI / Check black (push) Blocked by required conditions
CI / Check flake8 (push) Blocked by required conditions
CI / Check pylint (push) Blocked by required conditions
CI / Check pyupgrade (push) Blocked by required conditions
CI / Run pytest (push) Blocked by required conditions
CI / Check clang-format (push) Blocked by required conditions
CI / Run script/clang-tidy for ESP32 Arduino 1/4 (push) Blocked by required conditions
CI / Component test (push) Blocked by required conditions
CI / Split components for testing into 20 groups maximum (push) Blocked by required conditions
CI / Test split components (push) Blocked by required conditions
CI / CI Status (push) Blocked by required conditions
YAML lint / yamllint (push) Waiting to run
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-09-23 21:31:38 +02:00
NP v/d Spek
839ba8817b some CI linting fixes 2024-09-23 21:11:38 +02:00
NP v/d Spek
87f3f238b9 remove reference parameters and replace ESPNowPacketPtr with the real type. 2024-09-23 20:44:40 +02:00
NP v/d Spek
4453d75943 that did not work 2024-09-23 18:43:56 +02:00
NP v/d Spek
e2e9127a2e that did not work 2024-09-23 18:37:57 +02:00
NP v/d Spek
5709f4fb7f some CI linting fixes 2024-09-23 18:30:45 +02:00
NP v/d Spek
ecb3920564 some CI linting fixes 2024-09-23 16:19:07 +02:00
NP v/d Spek
9f5643f75e make use of std::shared_ptr for the packet struct 2024-09-23 15:33:45 +02:00
NP v/d Spek
020d331f7d restore .gitignore 2024-09-23 15:29:33 +02:00
NP v/d Spek
092d902620 extend the ByteBuffer with [] operator to set the position. 2024-09-23 15:28:26 +02:00
NP v/d Spek
c237e1fcd7
Merge branch 'dev' into nvds-new-espnow 2024-09-23 14:00:36 +02:00
NP v/d Spek
e388fd7526 make payload_buffet_ a shared_ptr type 2024-09-23 11:43:49 +02:00
Keith Burzinski
2ff863deb3
[micro_wake_word] Workaround for failing IDF 5+ tests (#7484)
Some checks are pending
CI / Create common environment (push) Waiting to run
CI / Check black (push) Blocked by required conditions
CI / Check flake8 (push) Blocked by required conditions
CI / Check pylint (push) Blocked by required conditions
CI / Check pyupgrade (push) Blocked by required conditions
CI / Run script/ci-custom (push) Blocked by required conditions
CI / Run pytest (push) Blocked by required conditions
CI / Check clang-format (push) Blocked by required conditions
CI / Run script/clang-tidy for ESP32 Arduino 1/4 (push) Blocked by required conditions
CI / Run script/clang-tidy for ESP32 Arduino 2/4 (push) Blocked by required conditions
CI / Run script/clang-tidy for ESP32 Arduino 3/4 (push) Blocked by required conditions
CI / Run script/clang-tidy for ESP32 Arduino 4/4 (push) Blocked by required conditions
CI / Run script/clang-tidy for ESP32 IDF (push) Blocked by required conditions
CI / Run script/clang-tidy for ESP8266 (push) Blocked by required conditions
CI / list-components (push) Blocked by required conditions
CI / Component test (push) Blocked by required conditions
CI / Split components for testing into 20 groups maximum (push) Blocked by required conditions
CI / Test split components (push) Blocked by required conditions
CI / CI Status (push) Blocked by required conditions
2024-09-23 18:35:26 +12:00
Keith Burzinski
402a6a9edb
[esp32_improv] Add triggers for various states (#7461)
Co-authored-by: NP v/d Spek <github_mail@lumensoft.nl>
2024-09-22 23:54:31 -05:00
Jesse Hills
af612add24
Merge branch 'release' into dev
Some checks are pending
CI / Component test (push) Blocked by required conditions
CI / Split components for testing into 20 groups maximum (push) Blocked by required conditions
CI / Test split components (push) Blocked by required conditions
CI / CI Status (push) Blocked by required conditions
CI / Create common environment (push) Waiting to run
CI / Check black (push) Blocked by required conditions
CI / Check flake8 (push) Blocked by required conditions
CI / Check pylint (push) Blocked by required conditions
CI / Check pyupgrade (push) Blocked by required conditions
CI / Run script/ci-custom (push) Blocked by required conditions
CI / Run pytest (push) Blocked by required conditions
CI / Check clang-format (push) Blocked by required conditions
CI / Run script/clang-tidy for ESP32 Arduino 1/4 (push) Blocked by required conditions
CI / Run script/clang-tidy for ESP32 Arduino 2/4 (push) Blocked by required conditions
CI / Run script/clang-tidy for ESP32 Arduino 3/4 (push) Blocked by required conditions
CI / Run script/clang-tidy for ESP32 Arduino 4/4 (push) Blocked by required conditions
CI / Run script/clang-tidy for ESP32 IDF (push) Blocked by required conditions
CI / Run script/clang-tidy for ESP8266 (push) Blocked by required conditions
CI / list-components (push) Blocked by required conditions
2024-09-23 12:02:32 +12:00
Jesse Hills
1f8037d5bc
Merge pull request #7482 from esphome/bump-2024.9.1
Some checks failed
CI / Create common environment (push) Has been cancelled
CI / Check black (push) Has been cancelled
CI / Check flake8 (push) Has been cancelled
CI / Check pylint (push) Has been cancelled
CI / Check pyupgrade (push) Has been cancelled
CI / Run script/ci-custom (push) Has been cancelled
CI / Run pytest (push) Has been cancelled
CI / Check clang-format (push) Has been cancelled
CI / Run script/clang-tidy for ESP32 Arduino 1/4 (push) Has been cancelled
CI / Run script/clang-tidy for ESP32 Arduino 2/4 (push) Has been cancelled
CI / Run script/clang-tidy for ESP32 Arduino 3/4 (push) Has been cancelled
CI / Run script/clang-tidy for ESP32 Arduino 4/4 (push) Has been cancelled
CI / Run script/clang-tidy for ESP32 IDF (push) Has been cancelled
CI / Run script/clang-tidy for ESP8266 (push) Has been cancelled
CI / list-components (push) Has been cancelled
CI / Component test (push) Has been cancelled
CI / Split components for testing into 20 groups maximum (push) Has been cancelled
CI / Test split components (push) Has been cancelled
CI / CI Status (push) Has been cancelled
2024.9.1
2024-09-23 12:01:43 +12:00
NP v/d Spek
2581f858ed some CI linting fixes 2024-09-23 01:21:08 +02:00
NP v/d Spek
c7fd70b1b0 some CI linting fixes 2024-09-23 01:00:42 +02:00
Jesse Hills
f314ad8a5b
Bump version to 2024.9.1 2024-09-23 10:40:47 +12:00
Michael Hansen
66f9597d9e
Copy active wake words to message (#7481) 2024-09-23 10:40:47 +12:00
NP v/d Spek
275205d1d6 some CI linting fixes 2024-09-22 23:54:42 +02:00
NP v/d Spek
f1c23c809c some CI linting fixes 2024-09-22 23:45:29 +02:00
Tarik2142
c287673947
add "fan_mode" and "swing_mode" to REST API (#7476) 2024-09-23 09:35:57 +12:00
NP v/d Spek
8ea18de5a4
Merge branch 'dev' into nvds-new-espnow 2024-09-22 23:30:21 +02:00
NP v/d Spek
d89c9a2da6 some CI linting fixes 2024-09-22 23:20:46 +02:00
Michael Hansen
5f7bde2a2c
Copy active wake words to message (#7481) 2024-09-23 07:44:53 +12:00
NP v/d Spek
083000679b removing the std::move() again. 2024-09-22 20:31:25 +02:00
NP v/d Spek
93e41e006e fix test file 2024-09-22 18:49:28 +02:00
NP v/d Spek
472f9d61b6 i forgot something to uncomment 2024-09-22 18:38:18 +02:00
NP v/d Spek
3bee619049 reworked the packet class back to a struct 2024-09-22 18:33:43 +02:00
NP v/d Spek
a1f2d0afa5 extend the ByteBuffer a bit more by adding change flag. 2024-09-22 18:30:47 +02:00
NP v/d Spek
91446d9989 fix log messages 2024-09-19 21:09:28 +02:00
NP v/d Spek
6803773ee6 fix log messages 2024-09-19 20:25:35 +02:00
NP v/d Spek
ad41f67a36 couple of other fixes 2024-09-19 20:15:51 +02:00
NP v/d Spek
ab31977886 fix log messages 2024-09-19 18:18:30 +02:00