Commit Graph

  • 8eef5391b0 Fix test for mixed config clydebarrow 2024-05-09 12:42:09 +1000
  • 67e7e1d4c9 Improve type-check clydebarrow 2024-05-09 12:25:28 +1000
  • c13dc929c9 Log message on callback set, move the calback out of any ifdef Anton Sergunov 2024-05-09 02:23:03 +0000
  • 541281154d [color] Fix crash when hex color parses as int clydebarrow 2024-05-09 12:11:13 +1000
  • 8c46e93210
    Always use same include Jesse Hills 2024-05-09 14:06:41 +1200
  • 959b04b4be testing Aodren Auffrédou-Heinicke 2024-05-08 18:56:35 -0700
  • b0bdc33b93 Bump recommended ESP-IDF to 4.4.7 (#6703) J. Nick Koston 2024-05-08 20:45:10 -0500
  • bf1750fe5b added parentheses in als bytes combination Aodren Auffrédou-Heinicke 2024-05-08 18:33:10 -0700
  • 225ef91083 Restore types pending PR 6706. clydebarrow 2024-05-09 11:30:15 +1000
  • 570ca59929 added tests for apds9306 Aodren Auffrédou-Heinicke 2024-05-08 18:24:39 -0700
  • 8c500c2341 testing Aodren Auffrédou-Heinicke 2024-05-08 18:15:22 -0700
  • a8da3d80a0 testing Aodren Auffrédou-Heinicke 2024-05-08 18:13:26 -0700
  • b2d5ff285a
    facepalm Keith Burzinski 2024-05-08 20:11:33 -0500
  • b9a1bef002 testing Aodren Auffrédou-Heinicke 2024-05-08 18:09:55 -0700
  • b32bfc1e99
    Fix namespace better Keith Burzinski 2024-05-08 20:06:15 -0500
  • 117968eaf1 restructured combination of bytes in update Aodren Auffrédou-Heinicke 2024-05-08 18:04:10 -0700
  • 194d0aa440 restructured combination of bytes in update Aodren Auffrédou-Heinicke 2024-05-08 18:00:18 -0700
  • fae3b70c1c Ensure that a generated ID name is distinct from its type. clydebarrow 2024-05-09 10:56:31 +1000
  • 0b9bab29e6 Add on_cancel event clydebarrow 2024-05-09 10:55:34 +1000
  • a3e9687c3e inverted the way it combines the sensor reading bytes in update and removed software reset after setting registers in setup Aodren Auffrédou-Heinicke 2024-05-08 17:54:38 -0700
  • 357333e476 added a logvv showing content of als_data in update Aodren Auffrédou-Heinicke 2024-05-08 17:48:58 -0700
  • ebb10e09ce Add PHY register writes to enable external clock on Ethernet with RTL8201 (#6704) Nate Clark 2024-05-08 20:47:25 -0400
  • 9ed07356bd enable and software reset simultaneously Aodren Auffrédou-Heinicke 2024-05-08 17:41:59 -0700
  • d555070034 Try not checking for new data Aodren Auffrédou-Heinicke 2024-05-08 17:37:24 -0700
  • a6bfb8ac3d
    Fix CODEOWNERS, too Keith Burzinski 2024-05-08 19:33:26 -0500
  • c9b9b99973
    Fix namespace for CI Keith Burzinski 2024-05-08 19:31:00 -0500
  • 9a4f950239 [ethernet] Use constexpr instead of inline define for KSZ80XX_PC2R_REG_ADDR (#6705) Jesse Hills 2024-05-09 12:25:57 +1200
  • 75f18170ee Reoredered setup function to start apds9306 before setting up registers then trigger software reset Aodren Auffrédou-Heinicke 2024-05-08 17:22:33 -0700
  • 8aa47833e5
    Merge branch 'separate-ota-backend' into oarcher/dev Keith Burzinski 2024-05-08 19:18:55 -0500
  • 35e0fcac59
    Merge branch 'dev' into dev Keith Burzinski 2024-05-08 19:18:01 -0500
  • abbc7d2222
    Merge branch 'dev' into separate-ota-backend Keith Burzinski 2024-05-08 19:17:25 -0500
  • 27d48c3374 Update clang_format suggestion Nate Clark 2024-05-08 20:14:59 -0400
  • cf62e3554a removed get_setup_priority which was not being used (i think) Aodren Auffrédou-Heinicke 2024-05-08 16:56:41 -0700
  • d858ea41ee Fixed typo (set_bid_width instead of set_bit_width) Aodren Auffrédou-Heinicke 2024-05-08 16:55:04 -0700
  • 5634f4de0c Fixed cv.enum lines in init.py Aodren Auffrédou-Heinicke 2024-05-08 16:53:21 -0700
  • 92e8ac69fe Added test for esp32 which is the only board I can test with Aodren Auffrédou-Heinicke 2024-05-08 16:44:41 -0700
  • 2cd20da086
    Update esphome/components/ethernet/ethernet_component.cpp Jesse Hills 2024-05-09 11:30:26 +1200
  • ca77d09656
    Move outside function Jesse Hills 2024-05-09 11:18:03 +1200
  • 9466f40384
    Apply suggestions from code review Jesse Hills 2024-05-09 10:57:37 +1200
  • 58e36ff536
    [ethernet] Use constexpr instead of inline define for KSZ80XX_PC2R_REG_ADDR Jesse Hills 2024-05-09 10:55:31 +1200
  • 68cb6f1526
    Merge branch 'esphome:dev' into apds9306 AAH 2024-05-08 15:32:18 -0700
  • 401f0514c5 Added tests for APDS9306 Aodren Auffrédou-Heinicke 2024-05-08 15:22:28 -0700
  • 737b9cc6bb [remote_receiver, remote_transmitter] Improve error messages on the ESP32 (#6701) Mat931 2024-05-08 21:58:40 +0000
  • e96cce7967 Added apds9306 component, not yet tested Aodren Auffrédou-Heinicke 2024-05-08 15:11:18 -0700
  • a98ebf05c3 [remote_receiver, remote_transmitter] Improve error messages on the ESP32 (#6701) Mat931 2024-05-08 21:58:40 +0000
  • c075183c73 feat(sen5x): FSM for read commands arbitration Marcin Krasowski 2024-05-08 23:09:49 +0200
  • e488fc7038 fix ci Tomasz Duda 2024-05-08 23:35:53 +0200
  • c047257cee Improve logging. Nate Clark 2024-05-08 16:48:38 -0400
  • ae22151fd7 add cdc ota Tomasz Duda 2024-05-08 22:35:43 +0200
  • 309024c746 remove loading of md5 component Tomasz Duda 2024-05-08 21:24:55 +0200
  • 0f148650db fix codeowners Tomasz Duda 2024-05-08 21:17:03 +0200
  • b015a9cc56 [nextion] Replace flags to `USE_ARDUINO` (#6700) Edward Firmo 2024-05-08 21:05:24 +0200
  • 0763cde81a fix names Tomasz Duda 2024-05-08 21:03:16 +0200
  • 796db1ea42 Merge remote-tracking branch 'origin/dev' into nrf52 Tomasz Duda 2024-05-08 20:55:33 +0200
  • 4649b1a667 Add PHY register writes to enable external clock on Ethernet with RTL8201 to compensate for hardware default ambiguitiy. Nate Clark 2024-05-08 14:54:11 -0400
  • 8b9e01d123 fix tests Tomasz Duda 2024-05-08 20:52:01 +0200
  • 3512e255cf clean up Tomasz Duda 2024-05-08 20:49:38 +0200
  • b71f131aed
    Bump recommended ESP-IDF to 4.4.7 J. Nick Koston 2024-05-08 13:27:14 -0500
  • 7428b4b309 ref(sen5x): check humidity, voc & nox are signed ints Marcin Krasowski 2024-05-08 19:54:41 +0200
  • e2cd3775fc use new ota structure Tomasz Duda 2024-05-08 19:54:08 +0200
  • 5848d0e6ad ref(sen5x): check invalid meas before scaling it Marcin Krasowski 2024-05-08 19:32:09 +0200
  • ab89f4877c Compile error fix Anton Sergunov 2024-05-08 17:23:35 +0000
  • db3266ac48 last tv compilation error Anton Sergunov 2024-05-08 17:19:19 +0000
  • 3d351ce6c5 Add callback Anton Sergunov 2024-05-08 17:08:53 +0000
  • 095dedca26 ref(sen5x): consolidate test configs Marcin Krasowski 2024-05-08 18:59:45 +0200
  • fe414c4b65 fix linting error Christian Brunner 2024-05-08 18:59:11 +0200
  • 70ef65f933 use idf macro unconditional Christian Brunner 2024-05-08 18:42:19 +0200
  • 1aedeb44a8 Add IRK support to ble_rssi Christian Brunner 2024-03-23 15:11:49 +0100
  • 38d8b8c381 run pre-commit run --all-files Benedek Kozma 2024-05-08 18:41:54 +0200
  • f902d51644 Fix ci-custom issues Benedek Kozma 2024-05-08 18:37:12 +0200
  • 1413c349a8 rev(sen5x): remove new entities from tests5 & tests11.5 Marcin Krasowski 2024-05-08 18:35:16 +0200
  • d22d1120b5 run pre-commit run --all-files Benedek Kozma 2024-05-08 18:21:46 +0200
  • fcfdc1124a
    Merge branch 'dev' into mlx90614_pec_validation Anton Sergunov 2024-05-08 22:08:04 +0600
  • e72f7b249d Vendor DSMR library and update it to 0.9.0 Benedek Kozma 2024-05-08 17:38:02 +0200
  • f9929b1661 tests added; minor tidy Anton Viktorov 2024-05-08 15:30:09 +0200
  • 7eb32c7a09 cap fix Anton Viktorov 2024-05-08 15:20:52 +0200
  • fce8982485 Refactor to keep CI checks happy clydebarrow 2024-05-08 23:17:37 +1000
  • 8d2678a447 clang-format Mat931 2024-05-08 15:10:10 +0200
  • 268b1e3526 Improve error messages on ESP32 RMT receiver/transmitter Mat931 2024-05-08 15:04:25 +0200
  • f0781a5dd7 Constant fix clydebarrow 2024-05-08 22:55:57 +1000
  • 1a2d33b71b Merge branch 'dev' of https://github.com/esphome/esphome into lvgl clydebarrow 2024-05-08 22:55:02 +1000
  • cb504778f1 Refactor constant clydebarrow 2024-05-08 22:02:52 +1000
  • c454390693 Add `lvgl.textarea.update` Events for switch, btn, checkbox and matrix buttons pass argument boolean x representing the checked state of the button. clydebarrow 2024-05-08 21:55:50 +1000
  • 300cded17c Add textarea: Add text and text_sensor for textarea Allow arc etc. to link to sensor as well as number. clydebarrow 2024-05-08 21:26:54 +1000
  • 2a2f194201 5v removed Anton Viktorov 2024-05-08 11:58:10 +0200
  • 2694efa99f
    Refactor for `http_request` based on #6459 Keith Burzinski 2024-05-08 04:56:13 -0500
  • d128d87222
    Rename files for `http_request` refactor Keith Burzinski 2024-05-08 04:53:12 -0500
  • 2ddc3c2c37
    Move files for `http_request` refactor Keith Burzinski 2024-05-08 04:50:40 -0500
  • dbdc45a977
    Merge branch 'dev' into dev Keith Burzinski 2024-05-08 04:45:37 -0500
  • 9856e00433 Clean up includes Mat931 2024-05-08 10:57:28 +0200
  • e0c9982448 publish current only when attached Anton Viktorov 2024-05-08 10:57:15 +0200
  • 1d6662e11a
    Merge branch 'dev' into husb238 Anton Viktorov 2024-05-08 10:50:41 +0200
  • e7e4169219
    Merge branch 'dev' into high_pass Anton Viktorov 2024-05-08 10:48:13 +0200
  • 7487a70af7 minor updates Anton Viktorov 2024-05-08 10:47:30 +0200
  • 066c42d629 Merge remote-tracking branch 'upstream/dev' into dev Daniël Koek 2024-05-08 09:26:12 +0100
  • aafcdfe39d Update ebyte_lora.cpp Daniël Koek 2024-05-08 09:26:08 +0100
  • da983276a8
    Forgot something >< Keith Burzinski 2024-05-08 02:55:16 -0500
  • e64c7fb448
    Merge pull request #1 from lboue/patch-1 Anton Viktorov 2024-05-08 09:51:20 +0200
  • 95e0a25ea2 [nextion] Replace flags to `USE_ARDUINO` Edward Firmo 2024-05-08 09:31:25 +0200
  • b6965c3516
    File does not end with a newline Ludovic BOUÉ 2024-05-08 09:20:30 +0200