Commit Graph

  • c9012ede67 fix Martin 2022-04-25 08:30:49 +0200
  • bb5a6b2801
    Merge branch 'esphome:dev' into tca9548a Martin 2022-04-25 08:24:11 +0200
  • 85235c2483 Add support for Infineon XENSIV PAS CO2 sensor Martin 2022-04-21 17:23:50 +0200
  • 2b3d325119 fixes #3215 Martin 2022-04-14 17:24:40 +0200
  • 32374f17ac Fixed issue in PULSE mode were length of first pulse was calculated incorrectly Christian Staahl 2022-04-24 11:14:03 +0200
  • e76bdc2d76 Fix issue probably-meant-fstring found at https://codereview.doctor code-review-doctor 2022-04-24 01:10:26 +0100
  • 81f0717b33 Add support for XGZP6897D pressure sensor Stephan Schmidtmer 2022-04-23 19:30:04 +0000
  • ab2ec1f3ab HBridge: Fix clang errors FaBjE 2022-04-23 14:16:09 +0200
  • 033f84b405 HBridge Light: Reduce flickering when only one side enabled FaBjE 2022-04-23 12:31:37 +0200
  • 697a198133 Hbridge: Fix mistakes FaBjE 2022-04-23 13:54:32 +0200
  • a0428ce67c
    Merge branch 'dev' into feat/add_openssh-client quentin9696 2022-04-22 22:19:57 -0400
  • 4504c72c2c Add "esphome rename" command (#3403) Jesse Hills 2022-04-22 17:08:01 +1200
  • 757b98748b
    Add "esphome rename" command (#3403) Jesse Hills 2022-04-22 17:08:01 +1200
  • a026199895
    Merge branch 'dev' into esp32-arduino-framework-2.0.0 Jesse Hills 2022-04-22 13:31:49 +1200
  • 89a0ec1776
    Validate yaml config file after manipulation Jesse Hills 2022-04-22 11:49:19 +1200
  • 6010d4efcd add codeowner Martin 2022-04-21 10:21:36 +0200
  • 5404446d77 add codeowner Martin 2022-04-21 10:20:10 +0200
  • 0ecc90bde7 fix formatting Stanislav Meduna 2022-04-21 00:31:02 +0200
  • 89a0d8ce15 Implement switch Stanislav Meduna 2022-04-21 00:19:52 +0200
  • 2a921ccaed Add support for BL0939 (Sonoff Dual R3 V2 powermeter) (#3300) I. Tomita 2022-04-21 01:11:25 +0300
  • 7a778f3f33
    Add support for BL0939 (Sonoff Dual R3 V2 powermeter) (#3300) I. Tomita 2022-04-21 01:11:25 +0300
  • d1667e0782 Merge pull request #3408 from esphome/bump-2022.4.0 Jesse Hills 2022-04-21 07:42:58 +1200
  • 993044c870
    Merge pull request #3408 from esphome/bump-2022.4.0 2022.4.0 Jesse Hills 2022-04-21 07:42:58 +1200
  • 91fcbe54aa
    Bump pylint from 2.13.5 to 2.13.7 dependabot[bot] 2022-04-20 19:02:36 +0000
  • 40fe90f70a Another formatting fix Stanislav Meduna 2022-04-20 20:08:14 +0200
  • 461f16baca Minor fixes Stanislav Meduna 2022-04-20 19:57:56 +0200
  • 0ea60d44f8 Add lambda for the menu item Stanislav Meduna 2022-04-20 19:35:58 +0200
  • e9c36757f0 Change enum to use select component Stanislav Meduna 2022-04-20 18:44:03 +0200
  • 5fb020a026 Change the edited variable to a number object Stanislav Meduna 2022-04-20 18:04:24 +0200
  • 6c6aabe4c1 Add fan action to SPS30 Martin 2022-04-18 12:19:10 +0200
  • f514a5147c Added comments and *_low_edge resets when assuming 0 pulses/min Christian Staahl 2022-04-20 15:42:52 +0200
  • f7a377d54b Modified ISR to fix PULSE filter mode Christian Staahl 2022-04-18 19:54:02 +0200
  • 5e0dfdcad3 Format changes Christian Staahl 2022-03-22 20:37:28 +0100
  • 3a27efda40 Made local copies in loop(), in order to make code less susceptible to arithmetic errors caused by 'miss timed' interrupts Christian Staahl 2022-03-22 20:15:45 +0100
  • b7b4d03614 Removed variable last_valid_high_edge_us_ as it is no longer needed Christian Staahl 2022-03-22 20:08:58 +0100
  • 9e8ce423bb Added state has_valid_high_edge_, in order to make if clauses in filter logic safe against micros() rollover Christian Staahl 2022-03-22 19:48:20 +0100
  • e0ca42d671 Removed checks that where only needed when filter logic was in loop() Christian Staahl 2022-03-22 19:36:47 +0100
  • 6031af57fc Moved filtering logic back to ISR to prevent issues when ISR is triggered before being handled in loop Christian Staahl 2022-03-20 11:48:56 +0100
  • 2e51dd53d6 extend scd4x Martin 2022-04-16 20:24:54 +0200
  • d7a55d0c78 Bump version to 2022.4.0 Jesse Hills 2022-04-20 17:06:08 +1200
  • a8c1b63edb
    Bump version to 2022.4.0 Jesse Hills 2022-04-20 17:06:08 +1200
  • f33403bc48 Merge branch 'beta' into bump-2022.4.0 Jesse Hills 2022-04-20 17:06:08 +1200
  • db7d946e1b
    Merge branch 'beta' into bump-2022.4.0 Jesse Hills 2022-04-20 17:06:08 +1200
  • a6ab644c28 Merge pull request #3407 from esphome/bump-2022.4.0b4 Jesse Hills 2022-04-20 16:55:11 +1200
  • 41d9059a2f
    Merge pull request #3407 from esphome/bump-2022.4.0b4 2022.4.0b4 Jesse Hills 2022-04-20 16:55:11 +1200
  • d873415715 Bump version to 2022.4.0b4 Jesse Hills 2022-04-20 16:35:43 +1200
  • e26e0d7c01
    Bump version to 2022.4.0b4 Jesse Hills 2022-04-20 16:35:43 +1200
  • 17b5fd818c Dont require {} for wifi ap with defaults (#3404) Jesse Hills 2022-04-20 06:56:09 +1200
  • ad41c07a1f
    Dont require {} for wifi ap with defaults (#3404) Jesse Hills 2022-04-20 06:56:09 +1200
  • b01dcd1c8b Add support for Mopeka Pro+ Residential sensor (#3393) James Duke 2022-04-19 17:50:24 -0700
  • 9576d246ee
    Add support for Mopeka Pro+ Residential sensor (#3393) James Duke 2022-04-19 17:50:24 -0700
  • a462eb887c Multi conf for Teleinfo component (#3401) parats15 2022-04-20 02:46:55 +0200
  • 988d3ea8ba
    Multi conf for Teleinfo component (#3401) parats15 2022-04-20 02:46:55 +0200
  • d999e720fd
    Merge branch 'dev' into patch-1 parats15 2022-04-20 00:23:56 +0200
  • 91a91a0956
    Add whitespace to regex so it is only replacing exact match Jesse Hills 2022-04-20 08:02:12 +1200
  • 10f352bb5b
    Validate name characters Jesse Hills 2022-04-20 08:01:32 +1200
  • fc533a9c71
    Use match.group consistently Jesse Hills 2022-04-20 07:35:12 +1200
  • 12607beada
    Add final return Jesse Hills 2022-04-20 07:26:17 +1200
  • de355b069a Fix another lint issue Stanislav Meduna 2022-04-19 21:22:20 +0200
  • fa891ab255
    Update esphome/__main__.py Jesse Hills 2022-04-20 07:20:34 +1200
  • 2da877de3a Fix formatting issues Stanislav Meduna 2022-04-19 21:11:21 +0200
  • 76258f3f18 Dont require {} for wifi ap with defaults (#3404) Jesse Hills 2022-04-20 06:56:09 +1200
  • 0767b92b62
    Dont require {} for wifi ap with defaults (#3404) Jesse Hills 2022-04-20 06:56:09 +1200
  • 98621d5935 Implement a simple LCD menu Stanislav Meduna 2022-04-19 20:36:42 +0200
  • 55f4020f1d changed http errors as requested by jesserockz - fm Florian Helmut Mueller 2022-04-19 09:49:31 +0200
  • 225977f433 clang-format once again - fm Florian Helmut Mueller 2022-04-19 09:43:31 +0200
  • b0b46d5c8d
    Merge branch 'esphome:dev' into dsmr-unit-fix Tobias Herbitschek 2022-04-19 08:38:13 +0200
  • 8a736c3043
    Only open file once Jesse Hills 2022-04-19 16:59:56 +1200
  • b9b2cf2d98
    Dont require {} for wifi ap with defaults Jesse Hills 2022-04-19 16:41:05 +1200
  • 4d02426fd0
    Add "esphome rename" command Jesse Hills 2022-04-19 16:33:20 +1200
  • 7c33c34882 Allow wifi output_power down to 8.5dB Dan Jackson 2022-04-18 21:22:01 -0700
  • d5a9f74189 Merge pull request #3402 from esphome/bump-2022.4.0b3 Jesse Hills 2022-04-19 15:31:05 +1200
  • 5732f3b044
    Merge pull request #3402 from esphome/bump-2022.4.0b3 2022.4.0b3 Jesse Hills 2022-04-19 15:31:05 +1200
  • 2b49805e38 Bump version to 2022.4.0b3 Jesse Hills 2022-04-19 12:33:38 +1200
  • 712115b6ce
    Bump version to 2022.4.0b3 Jesse Hills 2022-04-19 12:33:38 +1200
  • ef8c35a512 Shelly Dimmer: Delete obsolete LICENSE.txt (#3394) rnauber 2022-04-18 22:43:34 +0200
  • 9283559c6b
    Shelly Dimmer: Delete obsolete LICENSE.txt (#3394) rnauber 2022-04-18 22:43:34 +0200
  • 7bbb624592 Fix power_delivered/produced_phase sensor deviceclass in DSMR (#3395) Michel van de Wetering 2022-04-18 22:42:02 +0200
  • 6b393438e9
    Fix power_delivered/produced_phase sensor deviceclass in DSMR (#3395) Michel van de Wetering 2022-04-18 22:42:02 +0200
  • 56a43fb59a
    Update __init__.py parats15 2022-04-19 00:58:55 +0200
  • 8bcf02f455 Shelly Dimmer: Delete obsolete LICENSE.txt (#3394) rnauber 2022-04-18 22:43:34 +0200
  • 385f2fd795 Fix power_delivered/produced_phase sensor deviceclass in DSMR (#3395) Michel van de Wetering 2022-04-18 22:42:02 +0200
  • 3ce5374b9d Merge remote-tracking branch 'upstream/dev' into feature/hbride_driver FaBjE 2022-04-18 16:31:49 +0200
  • fd3bd70a43 Hbridge: Add simpler config options (untested) FaBjE 2022-04-18 16:31:22 +0200
  • a7c378e4ea Remove old comment Niclas Larsson 2022-04-18 15:17:27 +0200
  • 5076592b43 clang-format Niclas Larsson 2022-04-18 14:56:06 +0200
  • c304930fcc Remove stm32_close Niclas Larsson 2022-04-18 14:55:26 +0200
  • 6d48bc6388 typedef for unique_ptr<stm32_t, void(*)..> Niclas Larsson 2022-04-18 14:48:21 +0200
  • c98e1b0128 Refactor stm32_* functions to handle a unique_ptr Niclas Larsson 2022-04-18 14:37:44 +0200
  • c63ad95771 bump FastLed to 3.5 Martin 2022-04-18 10:41:56 +0200
  • 5678fea6a1 Bugfix for key listener added test yaml Skykingjwc 2022-04-17 16:13:27 -0400
  • 143c42c2d6 Remove unused var Keilin 2022-04-17 17:31:41 +0000
  • 7601bb6ade Remove deprecated fan speeds Keilin 2022-04-17 17:17:09 +0000
  • 13561ecb9f Fix BLE280 setup when the sensor is marked as failed. ctrix 2022-04-17 15:37:51 +0200
  • 0d218dfaab Power delivered/produced phase sensor deviceclass should be POWER Michel van de Wetering 2022-04-17 14:26:36 +0200
  • e7bcd3c4b6
    Shelly Dimmer: Delete obsolete LICENSE.txt rnauber 2022-04-17 09:23:55 +0200
  • e5cef6b203 Removing my name from the code :) JF Gagnon 2022-04-16 22:20:34 -0400
  • 9f905c75e8 Cleaned! JF Gagnon 2022-04-16 22:07:32 -0400
  • 290471e221 Initial dirty changes that seems to work. Commiting only to switch branch to do test :) JF Gagnon 2022-04-16 20:32:47 -0400
  • 7c30ff7e3a clang Skykingjwc 2022-04-16 19:38:14 -0400