Keith Burzinski
|
d8a6d8594a
|
[ota-esphome] Validate for multiple esphome ota instances (#6984)
|
2024-06-26 22:41:48 +12:00 |
|
Jesse Hills
|
7be071a0e9
|
[safe_mode] Set safe mode core data in disabled cases (#6983)
|
2024-06-26 22:41:47 +12:00 |
|
Sergey Dudanov
|
01bcf5fb97
|
[modbus-text-sensor] fix potential buffer overflow (#6993)
|
2024-06-26 22:38:11 +12:00 |
|
Samuel Sieb
|
91766afb64
|
[dallas_temp] fix ds18s20 temp calc (#6988)
|
2024-06-26 19:27:07 +12:00 |
|
Petapton
|
cc4f1c667e
|
Fix float encoding in modbus server (#6986)
|
2024-06-26 12:08:16 +12:00 |
|
Pieter Viljoen
|
bc26de2d68
|
[ds1307] Initialize uninitialized struct members (#6985)
|
2024-06-26 11:54:02 +12:00 |
|
Kevin P. Fleming
|
0179358f9c
|
Improve 'body' handling in http_request on_response triggers (#6968)
|
2024-06-26 11:50:54 +12:00 |
|
Keith Burzinski
|
d8a5c1ea0c
|
[ota-esphome] Validate for multiple esphome ota instances (#6984)
|
2024-06-25 20:57:15 +00:00 |
|
H. Árkosi Róbert
|
fb9844463b
|
Bump HeatpumpIR and IRremoteESP8266 (#6948)
|
2024-06-25 21:08:57 +12:00 |
|
Jesse Hills
|
481cf7384a
|
[safe_mode] Set safe mode core data in disabled cases (#6983)
|
2024-06-25 09:07:19 +00:00 |
|
Markus
|
c9a0daf4b6
|
Do not build mDNS when mDNS is disabled via yaml (#6979)
|
2024-06-25 20:05:37 +12:00 |
|
Jesse Hills
|
8a25bedaf9
|
[external_files] Move common `download_content function to external_files.py ` (#6982)
|
2024-06-25 00:42:55 -05:00 |
|
Jesse Hills
|
11b8e2e1af
|
[core] Add script to extract actions, conditions, and pin_providers (#6929)
|
2024-06-24 23:43:30 -05:00 |
|
Jesse Hills
|
53cfa8d3a1
|
Merge branch 'release' into dev
|
2024-06-25 13:58:30 +12:00 |
|
Jesse Hills
|
0262a99274
|
Merge pull request #6981 from esphome/bump-2024.6.2
2024.6.2
|
2024-06-25 13:45:15 +12:00 |
|
Jesse Hills
|
09a947beaa
|
Bump version to 2024.6.2
|
2024-06-25 08:57:38 +12:00 |
|
Sergey Dudanov
|
a6e1ef2dd1
|
[midea] fix fan speed compatibility with some models (#6978)
|
2024-06-25 08:57:38 +12:00 |
|
Samuel Sieb
|
c5aae8ee25
|
fix potential hang (#6976)
Co-authored-by: Samuel Sieb <samuel@sieb.net>
|
2024-06-25 08:57:38 +12:00 |
|
Brian Kaufman
|
5bd5b777a6
|
Await cg.get_variable in Update component (#6974)
|
2024-06-25 08:57:38 +12:00 |
|
Gábor Poczkodi
|
e39961f7f1
|
[http_request] memory leak fix (#6973)
|
2024-06-25 08:57:38 +12:00 |
|
Samuel Sieb
|
0d3cf5cb78
|
Onewire (#6967)
* retry scan
* setup pin and log retries
* fix retries
* remove retries
---------
Co-authored-by: Samuel Sieb <samuel@sieb.net>
|
2024-06-25 08:57:37 +12:00 |
|
Kevin P. Fleming
|
96d63de292
|
ESP-IDF 4.x expects seconds for esp_task_wdt_init(), not milliseconds. (#6964)
|
2024-06-25 08:57:37 +12:00 |
|
Kevin P. Fleming
|
ae2962259e
|
Fix infinite loop in http_request for ESP-IDF. (#6963)
|
2024-06-25 08:57:37 +12:00 |
|
Jesse Hills
|
7dbc20b776
|
[update] Set entity_category to config & Publish state to logs (#6954)
|
2024-06-25 08:57:37 +12:00 |
|
Jesse Hills
|
a21dab334c
|
[core] Fix package merging with lists of primitives (#6952)
|
2024-06-25 08:57:37 +12:00 |
|
Sergey Dudanov
|
78450da6f3
|
[midea] fix fan speed compatibility with some models (#6978)
|
2024-06-25 08:04:58 +12:00 |
|
Samuel Sieb
|
b1868123db
|
fix potential hang (#6976)
Co-authored-by: Samuel Sieb <samuel@sieb.net>
|
2024-06-24 11:21:28 +00:00 |
|
Sergey Dudanov
|
f7af51b92c
|
[haier] climate ID auto generation (#6949)
|
2024-06-24 18:22:07 +12:00 |
|
Brian Kaufman
|
7ee1406f64
|
Await cg.get_variable in Update component (#6974)
|
2024-06-24 04:54:30 +00:00 |
|
Gábor Poczkodi
|
0f49b58e0a
|
[http_request] memory leak fix (#6973)
|
2024-06-24 16:32:20 +12:00 |
|
Samuel Sieb
|
17204baac0
|
allow template parameters (#6972)
|
2024-06-24 10:22:08 +12:00 |
|
Manuel Kasper
|
1e05bcaa61
|
[qspi_amoled] Fix clear/fill with rotation (#6960)
|
2024-06-23 01:10:22 +10:00 |
|
esphomebot
|
18690d51f5
|
Synchronise Device Classes from Home Assistant (#6966)
|
2024-06-22 13:27:47 +00:00 |
|
Samuel Sieb
|
2aacf14e96
|
Onewire (#6967)
* retry scan
* setup pin and log retries
* fix retries
* remove retries
---------
Co-authored-by: Samuel Sieb <samuel@sieb.net>
|
2024-06-22 11:57:27 +00:00 |
|
dependabot[bot]
|
9c5507ab46
|
Bump docker/build-push-action from 6.0.1 to 6.1.0 in /.github/actions/build-image (#6962)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2024-06-22 12:50:21 +02:00 |
|
Kevin P. Fleming
|
0a9703bff9
|
ESP-IDF 4.x expects seconds for esp_task_wdt_init(), not milliseconds. (#6964)
|
2024-06-21 21:28:11 +00:00 |
|
Kevin P. Fleming
|
67bd5db6d6
|
Fix infinite loop in http_request for ESP-IDF. (#6963)
|
2024-06-22 09:18:43 +12:00 |
|
Manuel Kasper
|
6c11f0bd51
|
[qspi_amoled] Fix display remaining blank after update() before setup completion (#6958)
|
2024-06-22 00:46:06 +10:00 |
|
Jesse Hills
|
e7556271e7
|
[update] Set entity_category to config & Publish state to logs (#6954)
|
2024-06-21 02:59:52 +00:00 |
|
Jesse Hills
|
8045b889d3
|
[core] Fix package merging with lists of primitives (#6952)
|
2024-06-20 20:09:00 -05:00 |
|
Jesse Hills
|
6f074d3692
|
[dooya] Flip bit timings (#6947)
|
2024-06-21 12:49:26 +12:00 |
|
Jesse Hills
|
b09781afa5
|
Merge branch 'release' into dev
|
2024-06-20 17:06:28 +12:00 |
|
Jesse Hills
|
1863523cfd
|
Merge pull request #6946 from esphome/bump-2024.6.1
2024.6.1
|
2024-06-20 17:05:37 +12:00 |
|
Jesse Hills
|
a7a9eb6f71
|
Bump version to 2024.6.1
|
2024-06-20 15:59:27 +12:00 |
|
Jesse Hills
|
c868dae44a
|
Bump esphome-dashboard to 20240620.0 (#6944)
|
2024-06-20 15:59:27 +12:00 |
|
Cossid
|
ad8cf69897
|
debug_libretiny - Fix typo (#6942)
|
2024-06-20 15:59:27 +12:00 |
|
Keith Burzinski
|
96f1a146a6
|
[CI] Add debug component test for LibreTiny (#6945)
|
2024-06-19 21:32:29 -05:00 |
|
Jesse Hills
|
775e03cfd9
|
Bump esphome-dashboard to 20240620.0 (#6944)
|
2024-06-20 02:12:38 +00:00 |
|
Cossid
|
80e5e19956
|
debug_libretiny - Fix typo (#6942)
|
2024-06-19 19:59:37 -05:00 |
|
Jesse Hills
|
8f16268572
|
Merge branch 'release' into dev
|
2024-06-20 08:27:35 +12:00 |
|