Commit Graph

  • 9704eec438
    Merge branch 'dev' into bsec2_bme68x Keith Burzinski 2024-07-31 19:19:58 -0500
  • 5bc6cd8a17 modem_sync and start/stop ppp oarcher 2024-08-01 01:11:15 +0200
  • 3a1714671c Fix for config without pages clydebarrow 2024-08-01 08:29:50 +1000
  • fcdabfae42 Fix for config without pages clydebarrow 2024-08-01 08:29:50 +1000
  • 40c49bc1a9
    Add empty line to end of yaml file Koen van der Heijden 2024-08-01 00:17:10 +0200
  • 8f635063a4
    Merge branch 'dev' into opentherm Koen van der Heijden 2024-08-01 00:15:36 +0200
  • 72119838d9 removed disconnecting state oarcher 2024-07-31 23:21:52 +0200
  • b619998449 Cast OpenThermResponseStatus to int before using in String function Koen van der Heijden 2024-07-31 23:04:15 +0200
  • afebbe0539 Implement opentherm Koen van der Heijden 2024-07-31 22:32:27 +0200
  • c9f1ee0a62 removed connecting state oarcher 2024-07-31 21:43:47 +0200
  • ee4ad52fb8
    i2s_audio/speaker: Add missing ; which was lost in the copy&paste Mimoja 2024-07-31 21:09:11 +0200
  • 963e46b565
    Update i2s_audio_speaker.cppi2s_audio/speaker: Fix fallthrough compiler warning Mimoja 2024-07-31 20:58:20 +0200
  • 4f74cec977 wait for network attached before trying to connect oarcher 2024-07-31 20:53:06 +0200
  • ff2ed70a72 Fix test Guillem Pagès Gassull 2024-07-31 20:39:58 +0200
  • 3ece2cb210 Review comments revisited Guillem Pagès Gassull 2024-07-31 20:31:16 +0200
  • 5415e94ba6 Added basic tests for hybridshiftreg Michal Obrembski 2024-07-31 20:01:03 +0200
  • 4e6da9f34d recover from alternate cmux state oarcher 2024-07-31 19:49:43 +0200
  • eedb37e818 Added a Hybrid Shift Register Component Michał Obrembski 2023-08-11 17:45:55 +0200
  • 1c9dc1574d
    Merge branch 'dev' into fix-automation-2 Jimmy Hedman 2024-07-31 16:38:38 +0200
  • 79eacd99c9 remove unused variable NP v/d Spek 2024-07-31 14:02:45 +0200
  • 72055624af
    Merge branch 'dev' into nvds-fix-rtttl-octave NP v/d Spek 2024-07-31 13:15:40 +0200
  • ffb13c8515 Try to avoid Virtual inheritance Michal Obrembski 2024-07-30 18:59:27 +0200
  • ef97188b5c Fix CLang tidy issues Michal Obrembski 2024-07-30 17:36:24 +0200
  • 30ceba1138 Ooopsie write flag is needed Michal Obrembski 2024-07-30 17:21:59 +0200
  • 3dfd956b28 Move from setup to consturctor in CachedGpio Michal Obrembski 2024-07-30 16:53:18 +0200
  • b1664fd38a Move CachedGpio to tca9555 namespace Michal Obrembski 2024-07-30 16:30:42 +0200
  • 7b864eaf6f Forgot about newlines at end.. Michal Obrembski 2024-07-30 16:26:43 +0200
  • 5dc1737636 Added a proxy CachedGpio class Michal Obrembski 2024-07-30 16:15:37 +0200
  • 4c1235044a Update esphome/components/tca9555/tca9555.cpp Michał Obrembski 2024-07-29 20:11:38 +0200
  • 24a941289c Update esphome/components/tca9555/tca9555.cpp Michał Obrembski 2024-07-29 20:11:29 +0200
  • 8563c4ebba Update esphome/components/tca9555/tca9555.h Michał Obrembski 2024-07-29 20:11:21 +0200
  • ce5bf65796 Update esphome/components/tca9555/__init__.py Michał Obrembski 2024-07-29 20:11:12 +0200
  • e5554b42de Apply suggestions from code review Jesse Hills 2024-07-29 15:30:45 +1200
  • 1c0d6760cc Fix CLang-tidy issues Michal Obrembski 2024-07-28 14:32:07 +0200
  • 7046f3698e Fix in ESP32-C3-IDF test Michal Obrembski 2024-07-28 14:03:27 +0200
  • dd9d938c48 Added simple tests Michal Obrembski 2024-07-28 13:59:18 +0200
  • 9c76bd5c98 Forgot to update CODEOWNERS Michal Obrembski 2024-07-28 13:45:23 +0200
  • f7245618da Added CODEOWNERS, removed defines Michal Obrembski 2024-07-28 13:41:58 +0200
  • 3adcf87e80 Added TCA9555 driver Michal Obrembski 2024-07-28 13:29:47 +0200
  • e5485b47db
    Merge branch 'dev' into nvds-speaker-enhancement NP v/d Spek 2024-07-31 12:59:38 +0200
  • f35b5720bd use set_state_(); and make sure that the speaker component is ready to receive playing. NP v/d Spek 2024-07-31 12:52:33 +0200
  • e5e038f829 Speaker component: - add new option to tell what kind of data will be received 16 or 32 bytes per word. - the task will now start on setup but suspended. - I2S starting and closing is now removed from the player_task() and moved to the start_() and stop_() methods. - before stopping the I2S there will an 0 send to the speaker. Preventing burning out the speaker. - The steambuffer is now used directly inside the speaker component. - watch_() method is now intergrated in the loop() method. - like the voice_assistand the speaker component make use of set_state_() to set state_. - add flush() method to clear the speaker buffetr. NP v/d Spek 2024-07-31 12:28:36 +0200
  • a4e0e2b85c
    Merge branch 'dev' into bump-arduino-esp32 Jimmy Hedman 2024-07-31 11:48:34 +0200
  • 66032ce315 Add tabview Add flex and grid layouts clydebarrow 2024-07-31 18:11:06 +1000
  • 5655e069b6
    Merge branch 'dev' into bump-rp2040-arduino Jimmy Hedman 2024-07-31 08:44:23 +0200
  • 86fd9b417d
    Merge branch 'dev' into features/dfrobot_sn0395/targets-tracking Robin Thoni 2024-07-31 08:40:48 +0200
  • 6da6b42279 Fix image modify schema clydebarrow 2024-07-31 15:39:59 +1000
  • 3260d3ec19 Fix imports clydebarrow 2024-07-31 15:26:10 +1000
  • 3735074d18 Merge branch 'dev' of https://github.com/esphome/esphome into lvgl-4 clydebarrow 2024-07-31 15:21:39 +1000
  • bf4e778951 Add widgets: animimg checkbox img led line spinner switch clydebarrow 2024-07-31 15:12:11 +1000
  • a6324f7d61
    Add/update tests Keith Burzinski 2024-07-30 22:41:59 -0500
  • f19cc1f006 Rationalise defines clydebarrow 2024-07-31 11:58:07 +1000
  • 342e4e2cb0 Merge branch 'dev' of https://github.com/esphome/esphome into lvgl-4 clydebarrow 2024-07-31 11:53:09 +1000
  • 7d74d36bb5 Allow lists of widgets on update/hide/show/enable/disable actions clydebarrow 2024-07-31 08:40:01 +1000
  • 5c3d914bd5
    [update] Fix unimplemented yaml action/condition Jesse Hills 2024-07-31 09:41:04 +1200
  • 8d293eb148 Implement review comments Guillem Pagès Gassull 2024-07-30 22:39:17 +0200
  • 2b9fd0839f Disable ESP8266 support Guillem Pagès Gassull 2024-07-21 16:48:28 +0200
  • 8ddabe33d2 Remove superfluous draw methods Guillem Pagès Gassull 2024-07-13 21:16:25 +0200
  • 1442794d9d Use http_request component Guillem Pagès Gassull 2024-04-17 23:33:23 +0200
  • de731ab807 Add ESP8266 support Guillem Pagès Gassull 2024-06-05 23:32:59 +0200
  • 44c186810f Add tests for online_image component Guillem Pagès Gassull 2023-04-20 22:14:50 +0200
  • c128e4695e Add ESP8266 support Guillem Pagès Gassull 2024-06-05 23:32:59 +0200
  • 99d83b63d9 Adapt to latest upstream changes Guillem Pagès Gassull 2023-06-25 21:51:16 +0200
  • 3a66529f65 Add documentation Guillem Pagès Gassull 2023-06-21 22:14:38 +0200
  • 833d7d0248 Adapt to split display_buffer files Guillem Pagès Gassull 2023-06-15 11:36:31 +0200
  • 121a0ed401 Add on_download_finished and on_error callbacks Guillem Pagès Gassull 2023-06-12 22:30:35 +0200
  • 75155e3e4e Download image in loop method Guillem Pagès Gassull 2023-06-11 20:37:07 +0200
  • 05e5373cf3 Add additional http options Guillem Pagès Gassull 2023-05-01 17:07:37 +0200
  • 64c0eb90a7 Fix linter Guillem Pagès Gassull 2023-04-20 00:39:29 +0200
  • 6cfb2adf3e Add tests for online_image component Guillem Pagès Gassull 2023-04-20 22:14:50 +0200
  • 04bb8222ac Add update_url action Guillem Pagès Gassull 2023-04-19 23:17:55 +0200
  • 7c72058b92 Add transparency support to online_images Guillem Pagès Gassull 2023-03-22 21:08:20 +0100
  • c0839a5ee5 Add release() method to online_image Guillem Pagès Gassull 2023-03-21 23:50:56 +0100
  • bcd5435024 Add support for multiple image types Guillem Pagès Gassull 2023-03-20 20:19:28 +0100
  • 92b5819125 Initial implementation of online_image support Guillem Pagès Gassull 2023-03-14 21:51:17 +0100
  • 6e17466fee use unsigned int for sum Kevin Ahrendt 2024-07-30 19:59:16 +0000
  • 8692e1338f convert VAD probs to float before comparing; use average instead of max Kevin Ahrendt 2024-07-30 18:52:31 +0000
  • 7c2d657764 fix: Add `pin->setup();` to matrix_keypad.cpp Adam Allport 2024-07-30 13:46:49 +0100
  • e4d6f5e58d use new watchdog component oarcher 2024-07-30 14:46:27 +0200
  • 112e9eadbb Fix duration and position accidently being strings rwrozelle 2024-07-30 08:42:46 -0400
  • 00aab9ce8d Merge remote-tracking branch 'refs/remotes/origin/gsm' into gsm oarcher 2024-07-30 13:14:37 +0200
  • 8061104496
    Merge branch 'esphome:dev' into gsm Olivier ARCHER 2024-07-30 13:10:24 +0200
  • 52a9b8a47e Add arc clydebarrow 2024-07-30 21:00:43 +1000
  • 6e1076affc Add bar and slider clydebarrow 2024-07-30 20:48:22 +1000
  • 574fb2f42a Added bar clydebarrow 2024-07-30 20:29:34 +1000
  • dac1eaaadd
    Merge branch 'dev' into bsec2_bme68x Keith Burzinski 2024-07-30 02:53:06 -0500
  • f58e0159eb Additional comments clydebarrow 2024-07-30 14:59:51 +1000
  • ae02208c21 Merge branch 'dev' of https://github.com/esphome/esphome into lvgl-4 clydebarrow 2024-07-30 14:54:17 +1000
  • 63c65f43f5 Review changes clydebarrow 2024-07-30 14:43:15 +1000
  • 3e7c36fe9d Review changes clydebarrow 2024-07-30 14:43:15 +1000
  • 3e2add8251 Implement page wrap and skip clydebarrow 2024-07-30 13:49:01 +1000
  • 7f3728088d
    Merge branch 'dev' into bakerkj/add-tem3200-sensor-support Ken Baker 2024-07-29 23:44:18 -0400
  • d5e38e68f9 Added pages and associated actions clydebarrow 2024-07-30 13:28:53 +1000
  • 861478c0a8 cleanups given feedback Kenneth J Baker 2024-07-29 23:14:50 -0400
  • b0e07ed70b cleanups given feedback Kenneth J Baker 2024-07-29 23:12:58 -0400
  • e1e8f71351 inline convert_temperature() Kenneth J Baker 2024-07-29 22:54:59 -0400
  • 73a9573f52
    Update esphome/components/tem3200/tem3200.h Ken Baker 2024-07-29 22:49:59 -0400
  • 923d8a6448
    Update esphome/components/tem3200/sensor.py Ken Baker 2024-07-29 22:48:54 -0400
  • 53384520c1
    Update esphome/components/tem3200/sensor.py Ken Baker 2024-07-29 22:48:38 -0400
  • e95443a8e8
    Update esphome/components/tem3200/sensor.py Ken Baker 2024-07-29 22:46:41 -0400