Commit Graph
9330 Commits
Author SHA1 Message Date
J. Nick Koston 509a704410 update tests now that duplicate names are validated 2025-06-25 00:19:32 +02:00
J. Nick Koston 1f48e2b01f update tests now that duplicate names are validated 2025-06-25 00:18:40 +02:00
J. Nick Koston 83613726d1 fix 2025-06-25 00:04:07 +02:00
J. Nick Koston 796e12bd70 Merge branch 'dev' into multi_device 2025-06-24 23:54:24 +02:00
J. Nick Koston ddbe17d3f6 fixes 2025-06-24 23:40:16 +02:00
J. Nick Koston 591ec36f4a fixes 2025-06-24 23:37:58 +02:00
J. Nick Koston 41eceb72ef preen 2025-06-24 23:28:06 +02:00
J. Nick Koston 0a5f094025 cleanup 2025-06-24 23:25:46 +02:00
J. Nick Koston ca0f3ba262 cleanup 2025-06-24 23:23:59 +02:00
J. Nick Koston 30f4e782db cleanup 2025-06-24 23:23:35 +02:00
J. Nick Koston 192158ef1a cleanup 2025-06-24 23:22:18 +02:00
J. Nick Koston 602456db40 cleanup 2025-06-24 23:13:45 +02:00
J. Nick Koston 536e45668f migrate 2025-06-24 23:09:08 +02:00
J. Nick Koston 10bf05ab0d migrate 2025-06-24 22:59:46 +02:00
J. Nick Koston 5ad1af69e4 migrate 2025-06-24 22:57:10 +02:00
J. Nick Koston 48f2911434 raise 2025-06-24 22:18:29 +02:00
J. Nick Koston ac3598f12a cleanup 2025-06-24 18:07:58 +02:00
J. Nick Koston 66201be5ca preen 2025-06-24 18:00:10 +02:00
J. Nick Koston ac0b0b652e cleanup 2025-06-24 17:55:58 +02:00
J. Nick Koston d89ee2df42 Update esphome/core/application.h 2025-06-24 17:52:13 +02:00
J. Nick Koston 418e248e5e cleanup 2025-06-24 17:51:05 +02:00
J. Nick Koston 8c2b141049 cleanup 2025-06-24 17:41:40 +02:00
J. Nick Koston 2f8e07302b Update esphome/core/entity_base.cpp 2025-06-24 17:10:06 +02:00
J. Nick Koston c3776240b6 fixes 2025-06-24 17:03:23 +02:00
J. Nick Koston e370872ec1 fix conflicts 2025-06-24 16:13:34 +02:00
Jesse Hills d4e978369a Store reference to device on EntityBase
This is so we can get the name of the device to use as part of the object id and to internally set the name for logging.
2025-06-24 19:56:30 +12:00
Jesse Hills 8d5d7f5237 Merge branch 'dev' into multi_device 2025-06-24 16:02:03 +12:00
Jesse Hills 7ad6dab383 [mqtt] Don't wait for connection unless configured to (#8933) 2025-06-24 13:31:38 +12:00
Clyde Stubbs 612c8d5841 [lvgl] Fix dangling pointer issue with qrcode (#9190) 2025-06-24 09:43:40 +10:00
Cody CutrerandKeith Burzinski a35e476be5 [opt3001] New component (#6625)
Co-authored-by: Keith Burzinski <kbx81x@gmail.com>
2025-06-23 14:31:20 -05:00
Jesse Hills 87a7157fc4 Merge branch 'release' into dev 2025-06-24 07:28:40 +12:00
Jesse Hills fa34adbf6c Merge pull request #9185 from esphome/bump-2025.6.1
2025.6.1
2025.6.1
2025-06-24 07:27:59 +12:00
dependabot[bot] ac942e0670 Bump aioesphomeapi from 33.1.0 to 33.1.1 (#9187) 2025-06-23 19:58:32 +02:00
Jesse Hills 22e360d479 Bump version to 2025.6.1 2025-06-23 23:32:22 +12:00
myhomeiot 649936200e Restore access to BLEScanResult as get_scan_result (#9148) 2025-06-23 23:32:22 +12:00
rwrozelleandJesse Hills 5d6e690c12 Fixes for setup of OpenThread either using TLV or entering Credentials directly (#9157)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
2025-06-23 23:32:22 +12:00
Jesse Hills 2f2ecadae7 [config validation] Add more ip address / network validators (#9181) 2025-06-23 23:32:22 +12:00
J. Nick Koston 6dfb9eba61 Fix missing BLE GAP events causing RSSI sensor and beacon failures (#9138) 2025-06-23 23:32:22 +12:00
Edward Firmo 24587fe875 [nextion] Fix command spacing double timing and response blocking issues (#9134) 2025-06-23 23:32:22 +12:00
J. Nick Koston a1aebe6a2c Eliminate memory fragmentation with BLE event pool (#9101) 2025-06-23 23:32:22 +12:00
Gustavo Ambrozio 2ad266582f [online_image] Allow suppressing update on url change (#8885) 2025-06-23 20:40:07 +10:00
JonasB2497 1a47164876 Feature fontmetrics (#8978) 2025-06-23 14:47:47 +10:00
myhomeiot cd22723623 Restore access to BLEScanResult as get_scan_result (#9148) 2025-06-23 15:42:20 +12:00
rwrozelleandJesse Hills aecaffa2f5 Fixes for setup of OpenThread either using TLV or entering Credentials directly (#9157)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
2025-06-23 15:41:29 +12:00
Jesse Hills 87df3596a2 [config validation] Add more ip address / network validators (#9181) 2025-06-23 15:41:06 +12:00
Clyde Stubbs 41c7852128 [lvgl] Use styles instead of object properties for themes (#9116) 2025-06-23 14:25:26 +12:00
Clyde Stubbs 78ec9856fb [lvgl] Add start_value to bar; make values templatable and updateable (#9056) 2025-06-23 14:23:41 +12:00
J. Nick Koston 2a45467bf6 Pre-reserve looping components vector to reduce memory allocations (#9177) 2025-06-23 14:10:09 +12:00
J. Nick Koston 7fc5bfd787 Reduce RAM usage for scheduled tasks (#9180) 2025-06-23 14:09:34 +12:00
J. Nick Koston 04f592ba6d Fix slow noise handshake by reading multiple messages per loop (#9130) 2025-06-23 14:07:53 +12:00