Commit Graph

15988 Commits

Author SHA1 Message Date
J. Nick Koston f10d46252e Merge branch 'abbwelcome_protocol_automation' into integration 2025-11-08 22:57:01 -06:00
J. Nick Koston 0cbfd16e88 Merge branch 'speaker_automation' into integration 2025-11-08 22:56:57 -06:00
J. Nick Koston f00d3d0cae Merge branch 'udp_actions' into integration 2025-11-08 22:56:51 -06:00
J. Nick Koston 5c7369788b Merge branch 'sx127x_automation_waste' into integration 2025-11-08 22:56:46 -06:00
J. Nick Koston d728a42416 Merge branch 'sx126x_lam_store' into integration 2025-11-08 22:56:38 -06:00
J. Nick Koston d1089d26e9 Merge branch 'canbus_lambdas' into integration 2025-11-08 22:56:33 -06:00
J. Nick Koston efc49d05ad Merge branch 'ble_client_lams' into integration 2025-11-08 22:56:29 -06:00
J. Nick Koston a239460724 [remote_base] Optimize abbwelcome action memory usage - store static data in flash 2025-11-08 22:48:50 -06:00
J. Nick Koston ecf7de7743 [speaker] Optimize speaker.play action memory usage - store static data in flash 2025-11-08 22:39:51 -06:00
J. Nick Koston 2cac99dafa [udp] Optimize udp.write action memory usage - store static data in flash 2025-11-08 22:32:47 -06:00
J. Nick Koston ba82d968eb [sx127x] Optimize send_packet action memory usage - store static data in flash 2025-11-08 22:25:41 -06:00
J. Nick Koston 17df008092 [sx126x] Optimize send_packet action memory usage - store static data in flash 2025-11-08 22:16:39 -06:00
J. Nick Koston 93a57831f4 Add additional compile time tests for canbus 2025-11-08 22:08:07 -06:00
J. Nick Koston 4b143e1f3d Add ble_client lambda compile tests 2025-11-08 21:54:05 -06:00
J. Nick Koston c101e22041 Merge branch 'ble_client_store_static_data_flash' into integration 2025-11-08 21:45:24 -06:00
J. Nick Koston 0d4a6fa350 [ble_client] Optimize ble_write memory usage - store static data in flash 2025-11-08 21:41:17 -06:00
J. Nick Koston f4a7f40b8e Merge branch 'uart_write_action_store_flash_state_less' into integration 2025-11-08 21:19:52 -06:00
J. Nick Koston b380a70aa8 Merge branch 'uart_write_tests' into uart_write_action_store_flash_state_less 2025-11-08 21:16:20 -06:00
J. Nick Koston c5014321a6 Expand uart.write tests 2025-11-08 21:15:28 -06:00
J. Nick Koston f6bf6bd8ee [uart] Store static data in flash and use function pointers for lambdas 2025-11-08 21:12:00 -06:00
J. Nick Koston 6632daba2d Merge branch 'hash_base' into integration 2025-11-08 19:20:07 -06:00
J. Nick Koston 041ff7c113 Merge branch 'controller_registry' into integration 2025-11-08 19:20:03 -06:00
J. Nick Koston e7e091b48c [core] Remove deprecated EntityBase::hash_base() method 2025-11-08 19:18:40 -06:00
dependabot[bot] b61027607f Bump aioesphomeapi from 42.6.0 to 42.7.0 (#11771)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-11-08 15:22:40 -06:00
optimusprimespace f55c872180 Updated AQI calculation for HM3301 to the new standard (#9442)
Co-authored-by: J. Nick Koston <nick@koston.org>
2025-11-08 14:56:51 -06:00
J. Nick Koston 62f43d3353 dry 2025-11-08 08:41:46 -06:00
J. Nick Koston 7e96f10a79 dry 2025-11-08 08:39:23 -06:00
J. Nick Koston b264c6caac cleanup defines 2025-11-07 18:16:22 -06:00
J. Nick Koston f4eca3872d Merge branch 'controller_registry' into integration 2025-11-07 17:17:05 -06:00
J. Nick Koston e3fb074a60 preen 2025-11-07 17:14:50 -06:00
J. Nick Koston 6e7f66d393 missing registry 2025-11-07 16:40:36 -06:00
J. Nick Koston ac85949f17 cleanups 2025-11-07 16:38:32 -06:00
J. Nick Koston 0962024d99 cleanups 2025-11-07 16:35:24 -06:00
J. Nick Koston 327543303c cleanups 2025-11-07 16:34:37 -06:00
J. Nick Koston 8229e3a471 cleanups 2025-11-07 16:33:01 -06:00
J. Nick Koston 1b6471f4b0 cleanups 2025-11-07 16:30:38 -06:00
J. Nick Koston c87d07ba70 fixes 2025-11-07 16:15:07 -06:00
J. Nick Koston fc8dc33023 fixes 2025-11-07 16:13:59 -06:00
J. Nick Koston c0e4f415f1 Revert "no ifdefs needed on forward decs"
This reverts commit 871c5ddb4e.
2025-11-07 16:10:56 -06:00
J. Nick Koston 871c5ddb4e no ifdefs needed on forward decs 2025-11-07 16:07:54 -06:00
J. Nick Koston 6ef2763cab controller registry 2025-11-07 16:01:45 -06:00
J. Nick Koston 929279dc23 controller registry 2025-11-07 15:55:22 -06:00
J. Nick Koston 6fa0f1e290 controller registry 2025-11-07 15:51:13 -06:00
J. Nick Koston 51eb8ea1d0 controller registry 2025-11-07 15:48:02 -06:00
J. Nick Koston cbdd663fbf Merge remote-tracking branch 'upstream/dev' into controller_registry 2025-11-07 15:46:57 -06:00
J. Nick Koston c77bb3b269 [event] Store event types in flash memory (#11767) 2025-11-07 15:46:16 -06:00
J. Nick Koston f1009a7468 tweak 2025-11-07 15:44:17 -06:00
J. Nick Koston 295fe8da04 controller registry phase1/2 2025-11-07 15:32:46 -06:00
J. Nick Koston 1b218fc155 Merge branch 'event_store_in_flash' into integration 2025-11-07 14:35:04 -06:00
J. Nick Koston f0bcea7749 tweaks 2025-11-07 14:31:53 -06:00