Revert benchmark changes — keep identical to base for apples-to-apples comparison

This commit is contained in:
J. Nick Koston
2026-03-26 13:11:24 -10:00
parent fe395ac41d
commit b2290891a3
@@ -54,9 +54,6 @@ static void setup_hvac_climate(BenchClimate &climate) {
climate.traits_.set_visual_target_temperature_step(0.5f);
climate.traits_.set_visual_current_temperature_step(0.1f);
climate.traits_.add_feature_flags(climate::CLIMATE_SUPPORTS_CURRENT_TEMPERATURE | climate::CLIMATE_SUPPORTS_ACTION);
// Custom modes use the new API — stored on Climate entity, zero-copy in get_traits()
climate.set_supported_custom_fan_modes({"Turbo", "Silent", "Eco"});
climate.set_supported_custom_presets({"My Preset", "Night Mode"});
}
// --- Climate::publish_state() with temperature update ---