Jesse Hills
9f4519210f
Merge pull request #2691 from esphome/bump-2021.11.0b1
...
2021.11.0b1
2021-11-11 11:05:45 +13:00
Jesse Hills
b0506afa5b
Merge branch 'beta' into bump-2021.11.0b1
2021-11-11 10:48:23 +13:00
Jesse Hills
8cbb379898
Remove import (not sure how it got there)
2021-11-11 10:35:18 +13:00
Jesse Hills
b226215593
Bump version to 2021.11.0b1
2021-11-11 10:10:05 +13:00
Jesse Hills
19970729a9
Merge branch 'dev' into bump-2021.11.0b1
2021-11-11 10:10:04 +13:00
Jesse Hills
d2ebfd2833
Merge pull request #2634 from esphome/bump-2021.10.3
...
2021.10.3
2021-10-27 11:21:08 +13:00
Jesse Hills
bd782fc828
Bump version to 2021.10.3
2021-10-27 10:49:11 +13:00
Jesse Hills
23560e608c
Fix select.set using lambda ( #2633 )
2021-10-27 10:49:10 +13:00
Jan Čermák
f1377b560e
Fix pin number validation for sn74hc595 ( #2621 )
2021-10-27 10:49:10 +13:00
Martin
72108684ea
fix modbus output ( #2630 )
2021-10-27 10:49:10 +13:00
Jesse Hills
c6adaaea97
Remove power and energy from sensors that are not true power ( #2628 )
2021-10-27 10:49:10 +13:00
Otto Winter
91999a38ca
Fix glue code missing micros() ( #2623 )
2021-10-27 10:49:10 +13:00
0hax
b34eed125d
Teleinfo ptec ( #2599 )
...
* teleinfo: handle historical mode correctly.
In historical mode, tags like PTEC leads to an issue where we detect a
timestamp wheras this is not possible in historical mode.
PTEC teleinfo tag looks like:
PTEC HP..
Instead of the usual format
IINST1 001 I
This make our data parsing fails.
While at here, make sure we continue parsing other tags even if parsing
one of the tag fails.
Signed-off-by: 0hax <0hax@protonmail.com >
* teleinfo: fix compilation with loglevel set to debug.
Signed-off-by: 0hax <0hax@protonmail.com >
2021-10-27 10:49:10 +13:00
Stefan Agner
2abe09529a
Autodetect flash size ( #2615 )
2021-10-27 10:49:10 +13:00
Otto Winter
9aaaf4dd4b
Bump platform-espressif8266 from 2.6.2 to 2.6.3 ( #2620 )
2021-10-27 10:49:09 +13:00
Andreas Hergert
cbfbcf7f1b
fixed dependency for pca9685 component ( #2614 )
...
Co-authored-by: Otto Winter <otto@otto-winter.com >
Co-authored-by: Andreas <andreas.hergert@otrs.com >
2021-10-27 10:49:09 +13:00
Otto Winter
c7651dc40d
Merge pull request #2613 from esphome/bump-2021.10.2
...
2021.10.2
2021-10-22 18:35:28 +02:00
Otto winter
eda1c471ad
Bump version to 2021.10.2
2021-10-22 18:26:24 +02:00
Andreas Hergert
c7ef18fbc4
Bugfix tca9548a and idf refactor anh ( #2612 )
...
Co-authored-by: Andreas Hergert <andreas.hergert@otrs.com >
2021-10-22 18:26:23 +02:00
Otto Winter
901ec918b1
Fix ESP8266 OTA compression only starting framework v2.7.0 ( #2610 )
2021-10-22 18:26:23 +02:00
Otto Winter
6bdae55ee1
Fix compiler warnings and update platformio line filter ( #2607 )
2021-10-22 18:26:23 +02:00
Otto Winter
dfb96e4b7f
Add owner to all libraries used ( #2604 )
2021-10-22 18:26:22 +02:00
Otto Winter
ff2c316b18
Re-raise keyboardinterrupt ( #2603 )
2021-10-22 18:26:22 +02:00
Otto Winter
5be52f71f9
Add OTA upload compression for ESP8266 ( #2601 )
2021-10-22 18:26:22 +02:00
Otto Winter
42873dd37c
Bump noise-c from 0.1.3 to 0.1.4 ( #2602 )
2021-10-22 18:26:21 +02:00
Otto Winter
f93e7d4e3a
Fix socket connection closed not detected ( #2587 )
2021-10-22 18:26:21 +02:00
Oxan van Leeuwen
bbcd523967
Fix validation of addressable light IDs ( #2588 )
2021-10-22 18:26:21 +02:00
dependabot[bot]
68cbe58d00
Bump esphome-dashboard from 20211021.0 to 20211021.1 ( #2594 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-10-22 18:26:12 +02:00
Oxan van Leeuwen
115bca98f1
Fix old-style arduino_version on ESP8266 and with magic values ( #2591 )
2021-10-22 18:24:48 +02:00
Oxan van Leeuwen
ed0b34b2fe
Fix pin/component switchup in SX1509 pin configuration ( #2593 )
2021-10-22 18:24:48 +02:00
Oxan van Leeuwen
ab34401421
Fix PlatformIO version for latest Arduino framework ( #2590 )
2021-10-22 18:24:48 +02:00
Otto Winter
eed0c18d65
Fix HeatpumpIR pin ( #2585 )
2021-10-22 18:24:47 +02:00
Otto Winter
e5a38ce748
Merge pull request #2580 from esphome/bump-2021.10.1
...
2021.10.1
2021-10-21 15:31:26 +02:00
Otto Winter
7d9d9fcf36
Fix platformio_install_deps no longer installing all lib_deps ( #2584 )
2021-10-21 15:29:53 +02:00
Otto Winter
f0aba6ceb2
Fix platformio version in Dockerfile doesn't match requirements ( #2582 )
2021-10-21 14:53:22 +02:00
Otto Winter
ab07ee57c6
Fix ESP8266 dallas GPIO16 INPUT_PULLUP ( #2581 )
2021-10-21 14:39:55 +02:00
Otto winter
eae3d72a4d
Bump version to 2021.10.1
2021-10-21 14:23:08 +02:00
Otto Winter
7b8d826704
Fix ESP8266 OTA adds unnecessary Update library ( #2579 )
2021-10-21 14:23:07 +02:00
Otto Winter
e7baa42e63
Arduino global delay/millis/... symbols workaround ( #2575 )
2021-10-21 14:23:07 +02:00
Otto Winter
2f32833a22
Fix wifi ble coexistence check ( #2573 )
2021-10-21 14:23:07 +02:00
Otto Winter
f6935a4b4b
Fix ESP8266 GPIO0 Pullup Validation ( #2572 )
2021-10-21 14:23:06 +02:00
Maurice Makaay
332c9e891b
Fix MDNS for ESP8266 devices ( #2571 )
...
Co-authored-by: Maurice Makaay <account-github@makaay.nl >
Co-authored-by: Otto winter <otto@otto-winter.com >
Co-authored-by: Maurice Makaay <mmakaay1@xs4all.net >
2021-10-21 14:23:06 +02:00
Jesse Hills
b91ee4847f
Merge pull request #2570 from esphome/bump-2021.10.0
...
2021.10.0
2021-10-21 08:37:26 +13:00
Jesse Hills
625463d871
Bump version to 2021.10.0
2021-10-21 07:57:10 +13:00
Jesse Hills
6433a01e07
Merge pull request #2567 from esphome/bump-2021.10.0b11
...
2021.10.0b11
2021-10-21 07:47:22 +13:00
Jesse Hills
56cc31e8e7
Bump version to 2021.10.0b11
2021-10-21 07:32:27 +13:00
Otto Winter
3af297aa76
Revert nextion clang-tidy changes ( #2566 )
2021-10-21 07:32:27 +13:00
Otto Winter
996ec59d28
Move running process log line to debug level ( #2565 )
2021-10-21 07:32:26 +13:00
Jesse Hills
95593eeeab
Bump esphome-dashboard to 20211021.0 ( #2564 )
2021-10-21 07:32:20 +13:00
Jesse Hills
dad244fb7a
A few esp32_ble_server/improv fixes ( #2562 )
2021-10-21 07:31:55 +13:00
Jesse Hills
adb5d27d95
Merge pull request #2561 from esphome/bump-2021.10.0b10
...
2021.10.0b10
2021-10-20 17:28:37 +13:00
Jesse Hills
8456a8cecb
Bump version to 2021.10.0b10
2021-10-20 16:39:24 +13:00
Jesse Hills
b9f66373c1
Bump esphome-dashboard to 20211020.1 ( #2559 )
2021-10-20 16:39:16 +13:00
Jesse Hills
9ac365feef
Fix HA addon so it does not have logout button ( #2558 )
2021-10-20 16:38:46 +13:00
Jesse Hills
43bbd58a44
Merge pull request #2557 from esphome/bump-2021.10.0b9
...
2021.10.0b9
2021-10-20 11:18:40 +13:00
Jesse Hills
7feffa64f3
Bump version to 2021.10.0b9
2021-10-20 11:00:02 +13:00
Jesse Hills
ea0977abb4
Bump dashboard to 20211020.0 ( #2556 )
2021-10-20 10:59:53 +13:00
Jesse Hills
4c83dc7c28
Merge pull request #2555 from esphome/bump-2021.10.0b8
...
2021.10.0b8
2021-10-20 10:30:59 +13:00
Jesse Hills
e10ab1da78
Bump version to 2021.10.0b8
2021-10-20 10:14:30 +13:00
Martin
1b0e60374b
ignore exception when not waiting for a response ( #2552 )
2021-10-20 10:14:30 +13:00
Oxan van Leeuwen
3a760fbb44
Fix ADC pin validation on ESP32-C3 ( #2551 )
2021-10-20 10:14:30 +13:00
Jesse Hills
6ef57a2973
Merge pull request #2550 from esphome/bump-2021.10.0b7
...
2021.10.0b7
2021-10-19 16:22:29 +13:00
Jesse Hills
3e9c7f2e9f
Bump version to 2021.10.0b7
2021-10-19 15:47:31 +13:00
Jesse Hills
430598b7a1
Bump dashboard to 20211019.0 ( #2549 )
2021-10-19 15:47:26 +13:00
Jesse Hills
91611b09b4
Merge pull request #2545 from esphome/bump-2021.10.0b6
...
2021.10.0b6
2021-10-18 21:41:22 +13:00
Jesse Hills
ecd115851f
Bump version to 2021.10.0b6
2021-10-18 21:26:36 +13:00
Maurice Makaay
4a1e50fed1
OTA firmware MD5 check + password support for esp-idf ( #2507 )
...
Co-authored-by: Maurice Makaay <account-github@makaay.nl >
2021-10-18 21:26:36 +13:00
Jesse Hills
d6d037047b
Merge pull request #2544 from esphome/bump-2021.10.0b5
...
2021.10.0b5
2021-10-18 16:37:43 +13:00
Jesse Hills
b5734c2b20
Bump version to 2021.10.0b5
2021-10-18 15:31:01 +13:00
Oxan van Leeuwen
723fb7eaac
Autodetect ESP32 variant ( #2530 )
...
Co-authored-by: Otto winter <otto@otto-winter.com >
2021-10-18 15:31:01 +13:00
Jesse Hills
63a9acaa19
Fix Bluetooth setup_priorities ( #2458 )
...
Co-authored-by: Otto Winter <otto@otto-winter.com >
2021-10-18 15:31:00 +13:00
Jesse Hills
0524f8c677
Fix const used for IDF recommended version ( #2542 )
2021-10-18 15:31:00 +13:00
Otto Winter
70b62f272e
Only show timestamp for dashboard access logs ( #2540 )
2021-10-18 15:31:00 +13:00
Jesse Hills
f0089b7940
Merge pull request #2539 from esphome/bump-2021.10.0b4
...
2021.10.0b4
2021-10-17 21:17:54 +13:00
Jesse Hills
4b44280d53
Bump version to 2021.10.0b4
2021-10-17 20:34:07 +13:00
Paulus Schoutsen
f045382d20
Bump dashboard to 20211015.0 ( #2525 )
...
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com >
2021-10-17 20:34:03 +13:00
Jesse Hills
db3fa1ade7
Allow downloading all bin files from backend in dashboard ( #2514 )
...
Co-authored-by: Otto Winter <otto@otto-winter.com >
2021-10-17 20:28:43 +13:00
Oxan van Leeuwen
f83950fd75
Fix bitshift on read in ADE7953 ( #2537 )
2021-10-17 20:28:43 +13:00
Oxan van Leeuwen
4dd1bf920d
Replace framework version_hint with source option ( #2529 )
2021-10-17 20:28:43 +13:00
Martin
98755f3621
Fix bug in register name definition ( #2526 )
2021-10-17 20:28:43 +13:00
Keith Burzinski
c3a8a044b9
Fix Nextion HTTPClient error for ESP32 ( #2524 )
2021-10-17 20:28:42 +13:00
Martin
15b5ea43a7
Add pressure compensation during runtime ( #2493 )
...
Co-authored-by: Oxan van Leeuwen <oxan@oxanvanleeuwen.nl >
2021-10-17 20:28:42 +13:00
Jesse Hills
ec683fc227
Merge pull request #2523 from esphome/bump-2021.10.0b3
...
2021.10.0b3
2021-10-15 10:15:26 +13:00
Jesse Hills
d4e65eb82a
Bump version to 2021.10.0b3
2021-10-15 09:42:44 +13:00
Paul Monigatti
10c6601b0a
Revert "Added test for bme680_bsec" ( #2518 )
...
This reverts commit 7f6a50d291 due to BSEC library license restrictions.
2021-10-15 09:42:44 +13:00
Oxan van Leeuwen
73940bc1bd
Don't define UART_SELECTION_UART2 when UART2 is unavailable ( #2512 )
2021-10-15 09:42:43 +13:00
Paul Monigatti
9b7fb829f9
Fix: Color modes not being correctly used in light partitions ( #2513 )
2021-10-15 09:42:43 +13:00
Dmitriy Lopatko
c51d8c9021
add missing include in sgp30 ( #2517 )
2021-10-15 09:42:43 +13:00
Paul Monigatti
d8a6dfe5ce
Fix BME680_BSEC compilation issue with ESP32 ( #2516 )
2021-10-15 09:42:43 +13:00
Oxan van Leeuwen
5f7cef0b06
Disallow using UART2 for logger on ESP-32 variants that lack it ( #2510 )
2021-10-15 09:42:43 +13:00
Paul Monigatti
48ff2ffc68
Fix: Light flash not restoring previous LightState ( #2383 )
...
* Update light state when transformer has finished
* Revert writing direct to output
* Correct handling of zero-length light transformers
* Allow transformers to handle zero-length transitions, and check more boundary conditions when transitioning back to start state
* Removed log.h
* Fixed race condition between LightFlashTransformer.apply() and is_finished()
* clang-format
* Step progress from 0.0f to 1.0f at t=start_time for zero-length transforms to avoid divide-by-zero
2021-10-15 09:42:43 +13:00
Oxan van Leeuwen
b3b9ccd314
Fix light state remaining on after turn off with transition ( #2509 )
2021-10-15 09:42:43 +13:00
Jesse Hills
e63c7b483b
Merge pull request #2505 from esphome/bump-2021.10.0b2
...
2021.10.0b2
2021-10-13 22:45:29 +13:00
Jesse Hills
f57980b069
Bump version to 2021.10.0b2
2021-10-13 22:30:29 +13:00
Jesse Hills
7006aa0d2a
Merge branch 'dev' into beta
2021-10-13 22:11:53 +13:00
Jesse Hills
8051c1ca99
Merge pull request #2504 from esphome/bump-2021.10.0b1
...
2021.10.0b1
2021-10-13 21:38:41 +13:00
Jesse Hills
a779592414
Bump version to 2021.10.0b1
2021-10-13 16:40:46 +13:00
Jesse Hills
112215848d
Merge branch 'dev' into bump-2021.10.0b1
2021-10-13 16:40:46 +13:00