Commit Graph

17957 Commits

Author SHA1 Message Date
J. Nick Koston adbab2c288 Merge branch 'integration' into memory_api 2025-11-28 19:28:02 -06:00
J. Nick Koston 92131f2542 Merge branch 'reboot_timeout_cleanup' into integration 2025-11-28 19:27:54 -06:00
J. Nick Koston bd958c5859 [api] Use shared static string for reboot timeout scheduler name 2025-11-28 19:27:21 -06:00
J. Nick Koston f1dcd478bb Merge branch 'integration' into memory_api 2025-11-28 19:06:36 -06:00
J. Nick Koston 3d5987b701 Merge branch 'light_call_strings_flash' into integration 2025-11-28 19:06:28 -06:00
J. Nick Koston 23a177f9d7 [light] Store log_percent parameter strings in flash on ESP8266 2025-11-28 19:05:52 -06:00
J. Nick Koston e6ea164a75 Merge branch 'integration' into memory_api 2025-11-28 18:55:13 -06:00
J. Nick Koston d8e95a835f Merge branch 'esp8266_device_info_flash' into integration 2025-11-28 18:54:56 -06:00
J. Nick Koston 7f7ccd6c9c [api] Store device info strings in flash on ESP8266 2025-11-28 18:53:19 -06:00
J. Nick Koston 8a90fa302e Merge branch 'integration' into memory_api 2025-11-28 16:57:14 -06:00
J. Nick Koston 83dd53954b Merge branch 'alarm_control_panel_reduce_complexity' into integration 2025-11-28 16:57:04 -06:00
J. Nick Koston ff8dbac54e Merge branch 'camera_listen' into integration 2025-11-28 16:57:00 -06:00
J. Nick Koston b872d10583 simplify 2025-11-28 16:52:46 -06:00
J. Nick Koston c7e8a3eea5 reduce 2025-11-28 16:43:22 -06:00
J. Nick Koston 913581e7ee reduce 2025-11-28 16:42:03 -06:00
J. Nick Koston 4ab1911d82 reduce 2025-11-28 16:40:27 -06:00
J. Nick Koston d3918dc784 reduce 2025-11-28 16:39:05 -06:00
J. Nick Koston 2060ed0a92 tests 2025-11-28 16:32:28 -06:00
J. Nick Koston 3c1c19da1c tweaks 2025-11-28 16:23:31 -06:00
J. Nick Koston bc50be6053 [logger] Conditionally compile log level change listener (#12168)
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-11-28 22:14:00 +00:00
J. Nick Koston e8bc19a07d [alarm_control_panel] Replace callbacks with listener interface 2025-11-28 16:11:23 -06:00
J. Nick Koston ca599b25c2 [espnow] Initialize LwIP stack when running without WiFi component (#12169) 2025-11-28 16:33:28 -05:00
J. Nick Koston 22a60ec789 Merge branch 'integration' into memory_api 2025-11-28 14:49:29 -06:00
J. Nick Koston 9e7d6d7702 Merge branch 'logger_level_only_one_place' into integration 2025-11-28 14:49:24 -06:00
J. Nick Koston 3c7d48a5ef Merge branch 'dev' into logger_level_only_one_place 2025-11-28 14:49:06 -06:00
J. Nick Koston 200c0c77c7 Update esphome/components/logger/logger.h
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-11-28 14:48:52 -06:00
J. Nick Koston 2e55296640 [sensor] Replace timeout filter scheduler with loop-based implementation (#11922) 2025-11-28 20:43:11 +00:00
J. Nick Koston 6b756b81f3 Merge branch 'integration' into memory_api 2025-11-28 14:33:33 -06:00
J. Nick Koston a01eeaa796 Merge branch 'logger_level_only_one_place' into integration 2025-11-28 14:33:26 -06:00
J. Nick Koston ed0751246a [logger] Conditionally compile log level change listener 2025-11-28 14:28:02 -06:00
J. Nick Koston 63842b3795 Merge branch 'integration' into memory_api 2025-11-28 14:14:40 -06:00
J. Nick Koston dc1b2d7a4b Merge branch 'ota_listeners' into integration 2025-11-28 14:14:31 -06:00
J. Nick Koston e3dc9a715f tweak 2025-11-28 14:14:03 -06:00
J. Nick Koston b1a318c0d7 simplify, no more register needed 2025-11-28 14:07:55 -06:00
J. Nick Koston a45a2e8f5f guards 2025-11-28 14:01:37 -06:00
J. Nick Koston ee91bb2405 dry 2025-11-28 13:54:46 -06:00
J. Nick Koston ab6b4c77d2 dry 2025-11-28 13:52:58 -06:00
J. Nick Koston d9701af9c1 dry 2025-11-28 13:51:21 -06:00
J. Nick Koston a224d0acbd dry 2025-11-28 13:50:20 -06:00
J. Nick Koston 515cdf9b9f its always on 2025-11-28 13:48:19 -06:00
J. Nick Koston 8fe981b9f1 [ota] Replace std::function callbacks with listener interface 2025-11-28 13:46:00 -06:00
J. Nick Koston f678686cde Merge branch 'integration' into memory_api 2025-11-28 13:02:54 -06:00
J. Nick Koston 8fe3717665 Merge branch 'timeout_filter_scheduler_churn_fix' into integration 2025-11-28 13:02:47 -06:00
J. Nick Koston cc40f08574 use TimeoutFilterBase 2025-11-28 13:02:37 -06:00
J. Nick Koston 01f58e8662 Merge branch 'integration' into memory_api 2025-11-28 12:57:28 -06:00
J. Nick Koston a8cd2d6728 Merge branch 'timeout_filter_scheduler_churn_fix' into integration 2025-11-28 12:57:24 -06:00
J. Nick Koston 087ed48dba cleanups per review 2025-11-28 12:56:13 -06:00
J. Nick Koston 30ee14813f cover 2025-11-28 12:48:41 -06:00
J. Nick Koston 9fa9ff6200 Merge branch 'integration' into memory_api 2025-11-28 12:38:33 -06:00
J. Nick Koston 695f2c949d Merge branch 'light_lazy_callbacks' into integration 2025-11-28 12:38:28 -06:00