[core] Remove object_id RAM storage - no longer in hot path after #12627 (#12631)

This commit is contained in:
J. Nick Koston
2026-01-02 15:46:01 -10:00
committed by GitHub
parent 916370a943
commit 3cc6810be5
22 changed files with 1213 additions and 117 deletions
@@ -29,7 +29,7 @@ def test_binary_sensor_sets_mandatory_fields(generate_main):
)
# Then
assert 'bs_1->set_name_and_object_id("test bs1", "test_bs1");' in main_cpp
assert 'bs_1->set_name("test bs1",' in main_cpp
assert "bs_1->set_pin(" in main_cpp