NewoPL
|
f4a2baa8d0
|
[kp18058]: clang_tidy problems. this starts to be frustrating.
|
2024-11-03 12:46:14 +01:00 |
|
NewoPL
|
6c06a826e9
|
[kp18058]: missing iterator problem
|
2024-11-03 08:56:38 +01:00 |
|
NewoPL
|
7f0b97c317
|
[kp18058]: fix correct config max values for c_current and rgb_current, fix clang tidy complain about the union.
|
2024-11-03 08:45:22 +01:00 |
|
NewoPL
|
64e27827ea
|
[kp18058] add missing code owner file, add tests for Beken BK7231 chip
|
2024-10-31 18:34:52 +01:00 |
|
NewoPL
|
6edfe8d8b4
|
[kp18058] take softI2C class outside of the component. Fix Arduino 2 clang formatting issues
|
2024-10-31 18:20:59 +01:00 |
|
NewoPL
|
4f9436208d
|
[kp18058] remove minor compilation warnings / errors
|
2024-10-30 23:22:36 +01:00 |
|
NewoPL
|
8a031ebec3
|
[kp18058] fix failing tests
|
2024-10-30 23:01:15 +01:00 |
|
NewoPL
|
3cfaaa8a0d
|
[kp18058] fix failing tests
|
2024-10-30 22:55:31 +01:00 |
|
NewoPL
|
80ac639f3f
|
[kp18058] add yaml tests
|
2024-10-30 22:27:07 +01:00 |
|
NewoPL
|
4840941674
|
[kp18058] updated the global CODEOWNERS file
|
2024-10-30 22:00:35 +01:00 |
|
NewoPL
|
635d8367d1
|
penance for american sins
|
2024-10-30 21:51:56 +01:00 |
|
NewoPL
|
e8f3018a2e
|
[kp18058] added code owner info
|
2024-10-30 21:33:24 +01:00 |
|
NewoPL
|
a92a2e0378
|
[kp18058] fix reported formatting issues
|
2024-10-30 20:29:48 +01:00 |
|
NewoPL
|
dca6fd8407
|
support for KP18058 / KP18068 LED dimming drivers
support for KP18058 / KP18068 LED dimming drivers
|
2024-10-30 15:22:33 +01:00 |
|
Clyde Stubbs
|
ee3ee3a63b
|
[http_request] Implement on_error trigger for requests (#7696)
CI / Create common environment (push) Has been cancelled
YAML lint / yamllint (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-10-30 14:10:58 +13:00 |
|
Jordan Zucker
|
aae2ee2ecb
|
Add in area and device to the prometheus labels (#7692)
|
2024-10-30 14:03:10 +13:00 |
|
Ilia Sotnikov
|
bac6880a1e
|
fix: [climate] Allow substitutions in visual.temperature_step.{target_temperature,current_temperature} (#7679)
|
2024-10-29 16:32:55 -07:00 |
|
tomaszduda23
|
0982ab58ac
|
fix build error (#7694)
Co-authored-by: Tomasz Duda <tomaszduda23@gmai.com>
|
2024-10-30 07:53:36 +13:00 |
|
Samuel Sieb
|
38dd566e0c
|
remove use of delay (#7680)
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
YAML lint / yamllint (push) Waiting to run
Co-authored-by: Samuel Sieb <samuel@sieb.net>
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
|
2024-10-29 04:12:54 +00:00 |
|
tomaszduda23
|
71e1e3b5f8
|
let make new platform implementation in external components (#7615)
Co-authored-by: Tomasz Duda <tomaszduda23@gmai.com>
|
2024-10-29 16:58:36 +13:00 |
|
Rodrigo Martín
|
abbd7faa64
|
fix(WiFi): Fix strncpy missing NULL terminator [-Werror=stringop-truncation] (#7668)
|
2024-10-29 16:56:50 +13:00 |
|
Bonne Eggleston
|
aa0e155e22
|
Fixes modbus timing error (#7674)
|
2024-10-29 16:52:39 +13:00 |
|
Sean Brogan
|
0dab280440
|
Mopeka Pro Check improvement to allow user to configure the sensor reporting for lower quality readings (#7475)
|
2024-10-29 16:49:06 +13:00 |
|
Jordan Zucker
|
90b076eccd
|
Add more prometheus metrics (#7683)
|
2024-10-29 16:43:02 +13:00 |
|
Jordan Zucker
|
444c0fc67f
|
Add asdf to gitignore (and dockerignore) (#7686)
|
2024-10-29 16:09:22 +13:00 |
|
Satoshi YAMADA
|
302ba2874e
|
Support W5500 SPI-Ethernet polling mode if framework is supported (#7503)
|
2024-10-29 16:08:08 +13:00 |
|
Clyde Stubbs
|
df750d0d11
|
[http_request] Add enum for status codes (#7690)
|
2024-10-29 16:05:58 +13:00 |
|
Clyde Stubbs
|
63e4d4b493
|
[font] Fix failure with bitmap fonts (#7691)
|
2024-10-29 13:56:32 +11:00 |
|
Clyde Stubbs
|
88627095fb
|
[http_request] Always return defined server response status (#7689)
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
YAML lint / yamllint (push) Waiting to run
|
2024-10-29 11:12:32 +11:00 |
|
Clyde Stubbs
|
858d97ccef
|
[bytebuffer] Rework ByteBuffer using templates (#7638)
|
2024-10-29 11:08:29 +13:00 |
|
Clyde Stubbs
|
22f30d42a6
|
[lvgl] Implement qrcode (#7623)
|
2024-10-29 11:05:51 +13:00 |
|
Clyde Stubbs
|
1e2497748d
|
[rpi_dpi_rgb] Fix get_width and height (Bugfix) (#7675)
CI / Create common environment (push) Has been cancelled
CI / Check pyupgrade (push) Has been cancelled
CI / CI Status (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 / 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
Co-authored-by: clydeps <U5yx99dok9>
|
2024-10-27 15:17:09 +13:00 |
|
SeByDocKy
|
34de2bbe99
|
gp8403 : Add the possibility to use substitution for channel selection (#7681)
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-10-26 14:54:57 -07:00 |
|
Oleg Tarasov
|
21cb941bbe
|
Add OpenTherm component (part 2.1: sensor platform) (#7529)
CI / Create common environment (push) Has been cancelled
YAML lint / yamllint (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
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
|
2024-10-25 15:00:28 +13:00 |
|
Clyde Stubbs
|
33fdbbe30c
|
[image][online_image][animation] Fix transparency in RGB565 (#7631)
CI / Test split 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 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 / CI Status (push) Blocked by required conditions
YAML lint / yamllint (push) Waiting to run
CI for docker images / Build docker containers (push) Has been cancelled
|
2024-10-25 11:05:25 +13:00 |
|
dependabot[bot]
|
09f9d91577
|
Bump actions/setup-python from 5.2.0 to 5.3.0 (#7670)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
|
2024-10-25 10:57:09 +13:00 |
|
dependabot[bot]
|
34a8eaddb2
|
Bump actions/setup-python from 5.2.0 to 5.3.0 in /.github/actions/restore-python (#7671)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2024-10-25 10:56:48 +13:00 |
|
tomaszduda23
|
7dbda12008
|
[code-quality] weikai.h (#7601)
|
2024-10-25 10:55:58 +13:00 |
|
Kevin Ahrendt
|
4101d5dad1
|
[media_player] Add new media player conditions (#7667)
|
2024-10-25 10:26:39 +13:00 |
|
tomaszduda23
|
c20e1975d1
|
unified way how all platforms handle get_download_types (#7617)
Co-authored-by: Tomasz Duda <tomaszduda23@gmai.com>
|
2024-10-25 10:25:19 +13:00 |
|
Jesse Hills
|
4fa3c6915c
|
Bump esphome-dashboard to 20241025.0 (#7669)
|
2024-10-25 08:10:30 +13:00 |
|
Jesse Hills
|
ca5c73d170
|
Support ignoring discovered devices from the dashboard (#7665)
|
2024-10-25 07:55:14 +13:00 |
|
Aaron Solochek
|
5b5c2fe71b
|
updating ESP32 board definitions (#7650)
CI / Test split components (push) Blocked by required conditions
CI / Check flake8 (push) Blocked by required conditions
CI / Create common environment (push) Waiting to run
CI / Check black (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 / CI Status (push) Blocked by required conditions
|
2024-10-24 13:25:53 +13:00 |
|
tomaszduda23
|
9acc21e81a
|
unified way how all platforms handle copy_files (#7614)
CI / Test split components (push) Blocked by required conditions
CI / Check flake8 (push) Blocked by required conditions
CI / Create common environment (push) Waiting to run
CI / Check black (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 / CI Status (push) Blocked by required conditions
YAML lint / yamllint (push) Waiting to run
Co-authored-by: Tomasz Duda <tomaszduda23@gmai.com>
|
2024-10-24 10:04:59 +13:00 |
|
Kevin Ahrendt
|
bff0e81ed3
|
[speaker, i2s_audio] Support audio_dac component, mute actions, and improved logging (#7664)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
|
2024-10-24 09:37:38 +13:00 |
|
dependabot[bot]
|
2feffddc55
|
Bump actions/cache from 4.1.1 to 4.1.2 (#7660)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2024-10-24 08:06:53 +13:00 |
|
dependabot[bot]
|
4289e00ad0
|
Bump actions/cache from 4.1.1 to 4.1.2 in /.github/actions/restore-python (#7659)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2024-10-24 08:06:45 +13:00 |
|
Jesse Hills
|
574ee404d2
|
Merge branch 'release' into dev
|
2024-10-24 08:05:09 +13:00 |
|
Jesse Hills
|
9caf5f8b31
|
Merge pull request #7663 from esphome/bump-2024.10.2
YAML lint / yamllint (push) Has been cancelled
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.10.2
|
2024-10-24 08:04:29 +13:00 |
|
Jesse Hills
|
127acfde64
|
Bump version to 2024.10.2
|
2024-10-24 07:15:40 +13:00 |
|